Skip to content

Commit 7519f18

Browse files
committed
1.3.6 Release
1 parent 21bb886 commit 7519f18

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CodeApp/Localization/de.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.3.5 (September 2022)**
11+
##### **v1.3.6 (October 2022)**
1212
#### Start
1313
[Neue Datei](https://thebaselab.com/code/newfile)
1414
[Datei öffnen](https://thebaselab.com/code/openfile)
@@ -24,6 +24,13 @@
2424

2525
"Changelog.message" =
2626
"
27+
### v1.3.6 (October 2022)
28+
- Aktualisieren Sie Node.js auf v16.17.0
29+
- Syntax-Highlighting für Svelte
30+
- Neue Editorthemen
31+
- Behandeln Sie Terminalterminierungssignale richtig
32+
- Unterstützt das Öffnen von Verzeichnissen mit dem Befehl `Code`.
33+
- Beheben Sie einen Fehler, der verhindert, dass Emmet funktioniert
2734
### v1.3.5 (September 2022)
2835
- Verbesserungen der Benutzeroberfläche
2936
- Unterstützung für das Verschieben von Dateien im Explorer

CodeApp/Localization/en.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.3.5 (September 2022)**
11+
##### **v1.3.6 (October 2022)**
1212
#### Start
1313
[New file](https://thebaselab.com/code/newfile)
1414
[Open file](https://thebaselab.com/code/openfile)
@@ -24,6 +24,14 @@
2424

2525
"Changelog.message" =
2626
"
27+
### v1.3.6 (October 2022)
28+
- Upgrade Node.js to v16.17.0
29+
- Syntax highlighting for svelte
30+
- New editor themes
31+
- Properly handle terminal terminate signals
32+
- Support opening directories with `code` command
33+
- Fix a bug that prevents emmet from working
34+
2735
### v1.3.5 (September 2022)
2836
- UI improvements
2937
- Support for moving files in explorer

CodeApp/Localization/ko.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.3.5 (2022년 9월)**
11+
##### **v1.3.6 (2022년 10월)**
1212
#### 시작
1313
[새 파일...](https://thebaselab.com/code/newfile)
1414
[파일 열기...](https://thebaselab.com/code/openfile)
@@ -24,6 +24,13 @@
2424

2525
"Changelog.message" =
2626
"
27+
### v1.3.6 (2022년 10월)
28+
- Node.js를 v16.17.0으로 업그레이드
29+
- svelte에 대한 구문 강조 표시
30+
- 새로운 편집기 테마
31+
- 터미널 종료 신호를 적절하게 처리
32+
- `code` 명령으로 디렉토리 열기 지원
33+
- emmet이 작동하지 않는 버그 수정
2734
### v1.3.5 (2022년 9월)
2835
- UI 개선
2936
- 탐색기에서 파일 이동 지원

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

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.3.5 (2022 年 9 月)**
11+
##### **v1.3.6 (2022 年 10 月)**
1212
#### 开始
1313
[新文件](https://thebaselab.com/code/newfile)
1414
[打开文件](https://thebaselab.com/code/openfile)
@@ -24,6 +24,13 @@
2424

2525
"Changelog.message" =
2626
"
27+
### v1.3.6 (2022 年 10 月)
28+
- 将 Node.js 升级到 v16.17.0
29+
- svelte的语法突出显示
30+
- 新的编辑器主题
31+
- 正确处理终端终止信号
32+
- 支持使用 `code` 命令打开目录
33+
- 修复了一个阻止 emmet 工作的bug
2734
### v1.3.5 (2022 年 9 月)
2835
- 用户界面改进
2936
- 支持在资源管理器中移动文件

0 commit comments

Comments
 (0)