diff --git a/Code.xcodeproj/project.pbxproj b/Code.xcodeproj/project.pbxproj index ee53bef9..ca624814 100644 --- a/Code.xcodeproj/project.pbxproj +++ b/Code.xcodeproj/project.pbxproj @@ -3938,7 +3938,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 1.8.1; + MARKETING_VERSION = 1.9.0; OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella"; PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -3986,7 +3986,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 1.8.1; + MARKETING_VERSION = 1.9.0; OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella"; PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -4223,7 +4223,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 1.8.1; + MARKETING_VERSION = 1.9.0; OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella"; PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -4270,7 +4270,7 @@ "@executable_path/Frameworks", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; - MARKETING_VERSION = 1.8.1; + MARKETING_VERSION = 1.9.0; OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella"; PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/CodeApp/Localization/de.lproj/Localizable.strings b/CodeApp/Localization/de.lproj/Localizable.strings index 904ac073..8d7f726e 100644 --- a/CodeApp/Localization/de.lproj/Localizable.strings +++ b/CodeApp/Localization/de.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.8.0 (June 2024)** +##### **v1.9.0 (July 2024)** #### Start [Neue Datei](https://thebaselab.com/code/newfile) [Datei öffnen](https://thebaselab.com/code/openfile) @@ -23,6 +23,12 @@ "Changelog.message" = " +### 1.9.0 (July 2024) +- SSH + - Proxy-Sprung + - 2FA / Keyboard-Interaktive Authentifizierung +- Behebt ein Problem, bei dem bestimmte SSH-Git-Repositories nicht geklont werden können + ### 1.8.0 (June 2024) - Editor - Runestone-Editor-Modus (ein Editor mit nativen Textauswahlsteuerelementen) diff --git a/CodeApp/Localization/en.lproj/Localizable.strings b/CodeApp/Localization/en.lproj/Localizable.strings index cf51ff48..dab79552 100644 --- a/CodeApp/Localization/en.lproj/Localizable.strings +++ b/CodeApp/Localization/en.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.8.0 (June 2024)** +##### **v1.9.0 (July 2024)** #### Start [New file](https://thebaselab.com/code/newfile) [Open file](https://thebaselab.com/code/openfile) @@ -23,6 +23,12 @@ "Changelog.message" = " +### 1.9.0 (July 2024) +- SSH + - Proxy jump + - 2FA / Keyboard-interactive authentication +- Fixes an issue where certain SSH git repository cannot be cloned + ### 1.8.0 (June 2024) - Editor - Runestone editor mode (an editor with native text selection controls) diff --git a/CodeApp/Localization/ja.lproj/Localizable.strings b/CodeApp/Localization/ja.lproj/Localizable.strings index 054c3787..16defc60 100644 --- a/CodeApp/Localization/ja.lproj/Localizable.strings +++ b/CodeApp/Localization/ja.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.8.0 (2024年 6月)** +##### **v1.9.0 (2024年 7月)** #### 開始 [新しいファイル](https://thebaselab.com/code/newfile) [ファイルを開く](https://thebaselab.com/code/openfile) @@ -23,6 +23,12 @@ "Changelog.message" = " +### 1.9.0 (2024 年 7 月) +- SSH + - プロキシジャンプ + - 2FA / キーボードインタラクティブ認証 +- 特定のSSH Gitリポジトリがクローンできない問題を修正 + ### 1.8.0 (2024 年 6 月) - エディター - Runestoneエディターモード(ネイティブのテキスト選択コントロールを備えたエディター) diff --git a/CodeApp/Localization/ko.lproj/Localizable.strings b/CodeApp/Localization/ko.lproj/Localizable.strings index 197fc796..6e7acd6a 100644 --- a/CodeApp/Localization/ko.lproj/Localizable.strings +++ b/CodeApp/Localization/ko.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.8.0 (2024년 6월)** +##### **v1.9.0 (2024년 7월)** #### 시작 [새 파일...](https://thebaselab.com/code/newfile) [파일 열기...](https://thebaselab.com/code/openfile) @@ -23,6 +23,12 @@ "Changelog.message" = " +### 1.9.0 (2024년 7월) +- SSH + - 프록시 점프 + - 2FA / 키보드 대화형 인증 +- 특정 SSH git 저장소를 복제할 수 없는 문제를 수정했습니다. + ### 1.8.0 (2024년 6월) - 편집기 - Runestone 편집기 모드 (기본 텍스트 선택 컨트롤이 있는 편집기) diff --git a/CodeApp/Localization/zh-Hans.lproj/Localizable.strings b/CodeApp/Localization/zh-Hans.lproj/Localizable.strings index e84c910e..22667e51 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.8.0 (2024 年 6 月)** +##### **v1.9.0 (2024 年 7 月)** #### 开始 [新文件](https://thebaselab.com/code/newfile) [打开文件](https://thebaselab.com/code/openfile) @@ -23,6 +23,12 @@ "Changelog.message" = " +### 1.9.0(2024 年 7 月) +- SSH + - 代理跳转 + - 2FA / 键盘交互式认证 +- 修复了某些 SSH git 存储库无法克隆的问题 + ### 1.8.0(2024 年 6 月) - 编辑器 - Runestone 编辑器模式(具有本地文本选择控件的编辑器)