Skip to content

Commit

Permalink
1.3.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Oct 1, 2022
1 parent 21bb886 commit 7519f18
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
9 changes: 8 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.3.5 (September 2022)**
##### **v1.3.6 (October 2022)**
#### Start
[Neue Datei](https://thebaselab.com/code/newfile)
[Datei öffnen](https://thebaselab.com/code/openfile)
Expand All @@ -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
Expand Down
10 changes: 9 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.3.5 (September 2022)**
##### **v1.3.6 (October 2022)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
Expand All @@ -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
Expand Down
9 changes: 8 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.3.5 (2022년 9월)**
##### **v1.3.6 (2022년 10월)**
#### 시작
[새 파일...](https://thebaselab.com/code/newfile)
[파일 열기...](https://thebaselab.com/code/openfile)
Expand All @@ -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 개선
- 탐색기에서 파일 이동 지원
Expand Down
9 changes: 8 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.3.5 (2022 年 9 月)**
##### **v1.3.6 (2022 年 10 月)**
#### 开始
[新文件](https://thebaselab.com/code/newfile)
[打开文件](https://thebaselab.com/code/openfile)
Expand All @@ -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 月)
- 用户界面改进
- 支持在资源管理器中移动文件
Expand Down

0 comments on commit 7519f18

Please sign in to comment.