Skip to content

Commit

Permalink
1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed May 14, 2024
1 parent 4e1c549 commit c1ba863
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Code.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3740,7 +3740,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.7.3;
MARKETING_VERSION = 1.7.4;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3788,7 +3788,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.7.3;
MARKETING_VERSION = 1.7.4;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -4025,7 +4025,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.7.3;
MARKETING_VERSION = 1.7.4;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -4072,7 +4072,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.7.3;
MARKETING_VERSION = 1.7.4;
OTHER_SWIFT_FLAGS = "-Xcc -Wno-incomplete-umbrella";
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
5 changes: 4 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.7.3 (May 2024)**
##### **v1.7.4 (May 2024)**
#### Start
[Neue Datei](https://thebaselab.com/code/newfile)
[Datei öffnen](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,9 @@

"Changelog.message" =
"
### 1.7.4 (May 2024)
- Behebt ein Problem beim Einfügen von Text mit der Tastatursymbolleiste

### 1.7.3 (May 2024)
- Behebt ein Problem, bei dem die Tastatursymbolleiste nicht deaktiviert werden kann

Expand Down
5 changes: 4 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.7.3 (May 2024)**
##### **v1.7.4 (May 2024)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,9 @@

"Changelog.message" =
"
### 1.7.4 (May 2024)
- Fixes an issue with pasting text using keyboard toolbar

### 1.7.3 (May 2024)
- Fixes a problem where keyboard toolbar cannot be disabled

Expand Down
5 changes: 4 additions & 1 deletion CodeApp/Localization/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.7.3 (2024年 5月)**
##### **v1.7.4 (2024年 5月)**
#### 開始
[新しいファイル](https://thebaselab.com/code/newfile)
[ファイルを開く](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,9 @@

"Changelog.message" =
"
### 1.7.4 (2024 年 5 月)
- キーボードツールバーを使用してテキストを貼り付ける際の問題を修正

### 1.7.3 (2024 年 5 月)
- キーボードツールバーを無効にできない問題を修正

Expand Down
5 changes: 4 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.7.3 (2024년 5월)**
##### **v1.7.4 (2024년 5월)**
#### 시작
[새 파일...](https://thebaselab.com/code/newfile)
[파일 열기...](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,9 @@

"Changelog.message" =
"
### 1.7.4(2024년 5월)
- 키보드 툴바를 사용하여 텍스트를 붙여넣는 문제를 수정했습니다.

### 1.7.3(2024년 5월)
- 키보드 도구 모음을 비활성화할 수 없는 문제 수정

Expand Down
5 changes: 4 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.7.3 (2024 年 5 月)**
##### **v1.7.4 (2024 年 5 月)**
#### 开始
[新文件](https://thebaselab.com/code/newfile)
[打开文件](https://thebaselab.com/code/openfile)
Expand All @@ -23,6 +23,9 @@

"Changelog.message" =
"
### 1.7.4 (2024 年 5 月)
- 修复了使用键盘工具栏粘贴文本的问题

### 1.7.3 (2024 年 5 月)
- 修复键盘工具栏无法禁用的问题

Expand Down

0 comments on commit c1ba863

Please sign in to comment.