Skip to content

Commit 4cd3aac

Browse files
committed
1.10.0 Release
1 parent ae3fca3 commit 4cd3aac

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

CodeApp/Localization/de.lproj/Localizable.strings

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.9.0 (July 2024)**
11+
##### **v1.10.0 (October 2024)**
1212
#### Start
1313
[Neue Datei](https://thebaselab.com/code/newfile)
1414
[Datei öffnen](https://thebaselab.com/code/openfile)
@@ -23,6 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.10.0 (October 2024)
27+
- Sprachserver für Python und Java
28+
- Unterstützung für mehr Sprachen im Monaco-Editor
29+
2630
### 1.9.0 (July 2024)
2731
- SSH
2832
- Proxy-Sprung

CodeApp/Localization/en.lproj/Localizable.strings

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.9.0 (July 2024)**
11+
##### **v1.10.0 (October 2024)**
1212
#### Start
1313
[New file](https://thebaselab.com/code/newfile)
1414
[Open file](https://thebaselab.com/code/openfile)
@@ -23,6 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.10.0 (October 2024)
27+
- Language Servers for Python and Java
28+
- Support for more languages in Monaco Editor
29+
2630
### 1.9.0 (July 2024)
2731
- SSH
2832
- Proxy jump

CodeApp/Localization/ja.lproj/Localizable.strings

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.9.0 (2024年 7月)**
11+
##### **v1.10.0 (2024年 10月)**
1212
#### 開始
1313
[新しいファイル](https://thebaselab.com/code/newfile)
1414
[ファイルを開く](https://thebaselab.com/code/openfile)
@@ -23,6 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.10.0 (2024 年 10 月)
27+
- Python および Java の言語サーバー
28+
- Monaco エディターでのより多くの言語のサポート
29+
2630
### 1.9.0 (2024 年 7 月)
2731
- SSH
2832
- プロキシジャンプ

CodeApp/Localization/ko.lproj/Localizable.strings

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.9.0 (2024년 7월)**
11+
##### **v1.10.0 (2024년 10월)**
1212
#### 시작
1313
[새 파일...](https://thebaselab.com/code/newfile)
1414
[파일 열기...](https://thebaselab.com/code/openfile)
@@ -23,6 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.10.0 (2024년 10월)
27+
- Python 및 Java에 대한 언어 서버
28+
- Monaco 편집기에서 더 많은 언어 지원
29+
2630
### 1.9.0 (2024년 7월)
2731
- SSH
2832
- 프록시 점프

CodeApp/Localization/zh-Hans.lproj/Localizable.strings

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.9.0 (2024 年 7 月)**
11+
##### **v1.10.0 (2024 年 10 月)**
1212
#### 开始
1313
[新文件](https://thebaselab.com/code/newfile)
1414
[打开文件](https://thebaselab.com/code/openfile)
@@ -23,6 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.10.0 (2024 年 10 月)
27+
- Python 和 Java 的语言服务器
28+
- Monaco 编辑器支持更多语言
29+
2630
### 1.9.0(2024 年 7 月)
2731
- SSH
2832
- 代理跳转

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use [VS Code](https://github.com/microsoft/vscode) as a design template while pr
2323
- C/C++ Runtime with WebAssembly (with clang) ✅
2424
- Local Java (OpenJDK) ✅
2525
- SSH Support ✅
26-
- [LSP](https://microsoft.github.io/language-server-protocol) support 🏃
26+
- [LSP](https://microsoft.github.io/language-server-protocol) support (Python & Java) ✅
2727

2828
## Building the project
2929

0 commit comments

Comments
 (0)