Skip to content

Commit 88a9635

Browse files
committed
1.5.2 Release
1 parent c527110 commit 88a9635

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

Code.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,7 +3469,7 @@
34693469
"@executable_path/Frameworks",
34703470
);
34713471
LIBRARY_SEARCH_PATHS = "$(inherited)";
3472-
MARKETING_VERSION = 1.6.0;
3472+
MARKETING_VERSION = 1.5.2;
34733473
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
34743474
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
34753475
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3516,7 +3516,7 @@
35163516
"@executable_path/Frameworks",
35173517
);
35183518
LIBRARY_SEARCH_PATHS = "$(inherited)";
3519-
MARKETING_VERSION = 1.6.0;
3519+
MARKETING_VERSION = 1.5.2;
35203520
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
35213521
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
35223522
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3554,7 +3554,7 @@
35543554
"@executable_path/Frameworks",
35553555
"@executable_path/../../Frameworks",
35563556
);
3557-
MARKETING_VERSION = 1.6.0;
3557+
MARKETING_VERSION = 1.5.2;
35583558
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code.extension";
35593559
PRODUCT_NAME = "$(TARGET_NAME)";
35603560
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3589,7 +3589,7 @@
35893589
"@executable_path/Frameworks",
35903590
"@executable_path/../../Frameworks",
35913591
);
3592-
MARKETING_VERSION = 1.6.0;
3592+
MARKETING_VERSION = 1.5.2;
35933593
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code.extension";
35943594
PRODUCT_NAME = "$(TARGET_NAME)";
35953595
PROVISIONING_PROFILE_SPECIFIER = "match AppStore thebaselab.VS-Code.extension";
@@ -3751,7 +3751,7 @@
37513751
"@executable_path/Frameworks",
37523752
);
37533753
LIBRARY_SEARCH_PATHS = "$(inherited)";
3754-
MARKETING_VERSION = 1.6.0;
3754+
MARKETING_VERSION = 1.5.2;
37553755
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
37563756
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
37573757
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -3798,7 +3798,7 @@
37983798
"@executable_path/Frameworks",
37993799
);
38003800
LIBRARY_SEARCH_PATHS = "$(inherited)";
3801-
MARKETING_VERSION = 1.6.0;
3801+
MARKETING_VERSION = 1.5.2;
38023802
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
38033803
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
38043804
PRODUCT_NAME = "$(TARGET_NAME)";

CodeApp/Localization/de.lproj/Localizable.strings

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.5.1 (October 2023)**
11+
##### **v1.5.2 (December 2023)**
1212
#### Start
1313
[Neue Datei](https://thebaselab.com/code/newfile)
1414
[Datei öffnen](https://thebaselab.com/code/openfile)
@@ -23,7 +23,10 @@
2323

2424
"Changelog.message" =
2525
"
26-
### 1.5.1 (Oktober 2023)
26+
### 1.5.2 (December 2023)
27+
- SSH Remote löst jetzt symbolische Links auf
28+
29+
### 1.5.1 (October 2023)
2730
- Behebt Probleme mit der FTP-Remote
2831
– Behebt einen Fehler, bei dem die Registerkarte „Portweiterleitung“ immer im kompakten Bildschirm angezeigt wird
2932

CodeApp/Localization/en.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.5.1 (October 2023)**
11+
##### **v1.5.2 (December 2023)**
1212
#### Start
1313
[New file](https://thebaselab.com/code/newfile)
1414
[Open file](https://thebaselab.com/code/openfile)
@@ -23,6 +23,9 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.5.2 (December 2023)
27+
- SSH remote now resolves symbolic links
28+
2629
### 1.5.1 (October 2023)
2730
- Fixes issues with FTP remote
2831
- Fixes a bug where Port Forwarding tab is always showing in compact screen

CodeApp/Localization/ja.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.5.1 (2023年 10月)**
11+
##### **v1.5.2 (2023年 12月)**
1212
#### 開始
1313
[新しいファイル](https://thebaselab.com/code/newfile)
1414
[ファイルを開く](https://thebaselab.com/code/openfile)
@@ -23,6 +23,9 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.5.2 (2023 年 12 月)
27+
- SSH リモートがシンボリック リンクを解決するようになりました
28+
2629
### 1.5.1 (2023 年 10 月)
2730
- FTPリモートの問題を修正
2831
- コンパクト画面で [ポート転送] タブが常に表示されるバグを修正

CodeApp/Localization/ko.lproj/Localizable.strings

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.5.1 (2023년 10월)**
11+
##### **v1.5.2 (2023년 12월)**
1212
#### 시작
1313
[새 파일...](https://thebaselab.com/code/newfile)
1414
[파일 열기...](https://thebaselab.com/code/openfile)
@@ -23,6 +23,9 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.5.2(2023년 12월)
27+
- 이제 SSH 원격이 기호 링크를 확인합니다.
28+
2629
### 1.5.1(2023년 10월)
2730
- FTP 원격 관련 문제 수정
2831
- 포트 포워딩 탭이 항상 작은 화면에 표시되는 버그 수정

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

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

99
"Welcome Message" =
1010
"# Code App
11-
##### **v1.5.1 (2023 年 10 月)**
11+
##### **v1.5.2 (2023 年 12 月)**
1212
#### 开始
1313
[新文件](https://thebaselab.com/code/newfile)
1414
[打开文件](https://thebaselab.com/code/openfile)
@@ -23,6 +23,9 @@
2323

2424
"Changelog.message" =
2525
"
26+
### 1.5.2(2023 年 12 月)
27+
- SSH 远程现在解析符号链接
28+
2629
### 1.5.1(2023 年 10 月)
2730
- 修复了 FTP 远程的问题
2831
- 修复了“端口转发”选项卡始终显示在紧凑屏幕中的错误

0 commit comments

Comments
 (0)