From 7519f1873fd87b16e41549d91baccff9e2201370 Mon Sep 17 00:00:00 2001 From: Ken Chung Date: Sat, 1 Oct 2022 13:51:08 +0800 Subject: [PATCH] 1.3.6 Release --- CodeApp/Localization/de.lproj/Localizable.strings | 9 ++++++++- CodeApp/Localization/en.lproj/Localizable.strings | 10 +++++++++- CodeApp/Localization/ko.lproj/Localizable.strings | 9 ++++++++- CodeApp/Localization/zh-Hans.lproj/Localizable.strings | 9 ++++++++- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CodeApp/Localization/de.lproj/Localizable.strings b/CodeApp/Localization/de.lproj/Localizable.strings index 71bca35d..f32af53c 100644 --- a/CodeApp/Localization/de.lproj/Localizable.strings +++ b/CodeApp/Localization/de.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.3.5 (September 2022)** +##### **v1.3.6 (October 2022)** #### Start [Neue Datei](https://thebaselab.com/code/newfile) [Datei öffnen](https://thebaselab.com/code/openfile) @@ -24,6 +24,13 @@ "Changelog.message" = " +### v1.3.6 (October 2022) +- Aktualisieren Sie Node.js auf v16.17.0 +- Syntax-Highlighting für Svelte +- Neue Editorthemen +- Behandeln Sie Terminalterminierungssignale richtig +- Unterstützt das Öffnen von Verzeichnissen mit dem Befehl `Code`. +- Beheben Sie einen Fehler, der verhindert, dass Emmet funktioniert ### v1.3.5 (September 2022) - Verbesserungen der Benutzeroberfläche - Unterstützung für das Verschieben von Dateien im Explorer diff --git a/CodeApp/Localization/en.lproj/Localizable.strings b/CodeApp/Localization/en.lproj/Localizable.strings index 388084f5..d814647d 100644 --- a/CodeApp/Localization/en.lproj/Localizable.strings +++ b/CodeApp/Localization/en.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.3.5 (September 2022)** +##### **v1.3.6 (October 2022)** #### Start [New file](https://thebaselab.com/code/newfile) [Open file](https://thebaselab.com/code/openfile) @@ -24,6 +24,14 @@ "Changelog.message" = " +### v1.3.6 (October 2022) +- Upgrade Node.js to v16.17.0 +- Syntax highlighting for svelte +- New editor themes +- Properly handle terminal terminate signals +- Support opening directories with `code` command +- Fix a bug that prevents emmet from working + ### v1.3.5 (September 2022) - UI improvements - Support for moving files in explorer diff --git a/CodeApp/Localization/ko.lproj/Localizable.strings b/CodeApp/Localization/ko.lproj/Localizable.strings index e114a005..72ac4cde 100644 --- a/CodeApp/Localization/ko.lproj/Localizable.strings +++ b/CodeApp/Localization/ko.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.3.5 (2022년 9월)** +##### **v1.3.6 (2022년 10월)** #### 시작 [새 파일...](https://thebaselab.com/code/newfile) [파일 열기...](https://thebaselab.com/code/openfile) @@ -24,6 +24,13 @@ "Changelog.message" = " +### v1.3.6 (2022년 10월) +- Node.js를 v16.17.0으로 업그레이드 +- svelte에 대한 구문 강조 표시 +- 새로운 편집기 테마 +- 터미널 종료 신호를 적절하게 처리 +- `code` 명령으로 디렉토리 열기 지원 +- emmet이 작동하지 않는 버그 수정 ### v1.3.5 (2022년 9월) - UI 개선 - 탐색기에서 파일 이동 지원 diff --git a/CodeApp/Localization/zh-Hans.lproj/Localizable.strings b/CodeApp/Localization/zh-Hans.lproj/Localizable.strings index 7dea86f2..6ef053fc 100644 --- a/CodeApp/Localization/zh-Hans.lproj/Localizable.strings +++ b/CodeApp/Localization/zh-Hans.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.3.5 (2022 年 9 月)** +##### **v1.3.6 (2022 年 10 月)** #### 开始 [新文件](https://thebaselab.com/code/newfile) [打开文件](https://thebaselab.com/code/openfile) @@ -24,6 +24,13 @@ "Changelog.message" = " +### v1.3.6 (2022 年 10 月) +- 将 Node.js 升级到 v16.17.0 +- svelte的语法突出显示 +- 新的编辑器主题 +- 正确处理终端终止信号 +- 支持使用 `code` 命令打开目录 +- 修复了一个阻止 emmet 工作的bug ### v1.3.5 (2022 年 9 月) - 用户界面改进 - 支持在资源管理器中移动文件