Skip to content

Commit

Permalink
1.10.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Oct 23, 2024
1 parent ae3fca3 commit 4cd3aac
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CodeApp/Localization/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

"Changelog.message" =
"
### 1.10.0 (October 2024)
- Sprachserver für Python und Java
- Unterstützung für mehr Sprachen im Monaco-Editor

### 1.9.0 (July 2024)
- SSH
- Proxy-Sprung
Expand Down
6 changes: 5 additions & 1 deletion CodeApp/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

"Changelog.message" =
"
### 1.10.0 (October 2024)
- Language Servers for Python and Java
- Support for more languages in Monaco Editor

### 1.9.0 (July 2024)
- SSH
- Proxy jump
Expand Down
6 changes: 5 additions & 1 deletion CodeApp/Localization/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

"Changelog.message" =
"
### 1.10.0 (2024 年 10 月)
- Python および Java の言語サーバー
- Monaco エディターでのより多くの言語のサポート

### 1.9.0 (2024 年 7 月)
- SSH
- プロキシジャンプ
Expand Down
6 changes: 5 additions & 1 deletion CodeApp/Localization/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

"Changelog.message" =
"
### 1.10.0 (2024년 10월)
- Python 및 Java에 대한 언어 서버
- Monaco 편집기에서 더 많은 언어 지원

### 1.9.0 (2024년 7월)
- SSH
- 프록시 점프
Expand Down
6 changes: 5 additions & 1 deletion CodeApp/Localization/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

"Changelog.message" =
"
### 1.10.0 (2024 年 10 月)
- Python 和 Java 的语言服务器
- Monaco 编辑器支持更多语言

### 1.9.0(2024 年 7 月)
- SSH
- 代理跳转
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use [VS Code](https://github.com/microsoft/vscode) as a design template while pr
- C/C++ Runtime with WebAssembly (with clang) ✅
- Local Java (OpenJDK) ✅
- SSH Support ✅
- [LSP](https://microsoft.github.io/language-server-protocol) support 🏃
- [LSP](https://microsoft.github.io/language-server-protocol) support (Python & Java) ✅

## Building the project

Expand Down

0 comments on commit 4cd3aac

Please sign in to comment.