Skip to content

Commit

Permalink
1.6.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Feb 20, 2024
1 parent db12403 commit dc5d7f4
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
8 changes: 7 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.6.0 (January 2024)**
##### **v1.6.1 (February 2024)**
#### Start
[Neue Datei](https://thebaselab.com/code/newfile)
[Datei öffnen](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,12 @@

"Changelog.message" =
"
### 1.6.1 (February 2024)
- Ziehen Sie Dateien und Ordner per Drag & Drop in den Explorer
- Möglichkeit, vom Benutzer installierte Schriftarten zu verwenden
– Entfernen Sie nicht unterstützte Header in stdc++.h
- Verbessertes Scrollen im Editor

### 1.6.0 (January 2024)
- Verbesserungen der lokalen Sprache
- Lokales Java (OpenJDK 8)
Expand Down
8 changes: 7 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.6.0 (January 2024)**
##### **v1.6.1 (February 2024)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,12 @@

"Changelog.message" =
"
### 1.6.1 (February 2024)
- Drag and drop files and folders in explorer
- Ability to use user-installed fonts
- Remove unsupported headers in stdc++.h
- Improved editor scrolling

### 1.6.0 (January 2024)
- Local Language Enhancements
- Local Java (OpenJDK 8)
Expand Down
8 changes: 7 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.6.0 (2024年 1月)**
##### **v1.6.1 (2024年 2月)**
#### 開始
[新しいファイル](https://thebaselab.com/code/newfile)
[ファイルを開く](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,12 @@

"Changelog.message" =
"
### 1.6.1 (2024 年 2 月)
- エクスプローラーでファイルやフォルダーをドラッグ アンド ドロップ
- ユーザーがインストールしたフォントを使用する機能
- stdc++.h 内のサポートされていないヘッダーを削除します。
- エディターのスクロールの改善

### 1.6.0 (2024 年 1 月)
- ローカル言語の強化
- ローカル Java (OpenJDK 8)
Expand Down
8 changes: 7 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.6.0 (2024년 1월)**
##### **v1.6.1 (2024년 2월)**
#### 시작
[새 파일...](https://thebaselab.com/code/newfile)
[파일 열기...](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,12 @@

"Changelog.message" =
"
### 1.6.1(2024년 2월)
- 탐색기에서 파일 및 폴더 끌어서 놓기
- 사용자가 설치한 글꼴을 사용하는 기능
- stdc++.h에서 지원되지 않는 헤더를 제거합니다.
- 편집기 스크롤 개선

### 1.6.0(2024년 1월)
- 로컬 프로그래밍 언어 향상
- 로컬 자바(OpenJDK 8)
Expand Down
8 changes: 7 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.6.0 (2024 年 1 月)**
##### **v1.6.1 (2024 年 2 月)**
#### 开始
[新文件](https://thebaselab.com/code/newfile)
[打开文件](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,12 @@

"Changelog.message" =
"
### 1.6.1(2024 年 2 月)
- 在资源管理器中拖放文件和文件夹
- 能够使用用户安装的字体
- 删除 stdc++.h 中不支持的标头
- 改进了编辑器滚动

### 1.6.0(2024 年 1 月)
- 本地编程语言增强
- 本地 Java (OpenJDK 8)
Expand Down

0 comments on commit dc5d7f4

Please sign in to comment.