Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Sep 1, 2024
1 parent 8303c83 commit 6abe840
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v1.2.0 (2024-09-01)

- ウィズダム英和・和英辞書を注釈として表示する設定を追加 (#206)
- 無効にした辞書の説明に XXエントリ と表示され続けていたのを修正 (#207)
- Xcode 15.4対応 (#209)
- 不要な try の削除 (#208)
- 入力ソース名についての説明が "ひらがな (macSKK)" のように古い説明が残っているのを修正 (#212)

## v1.1.0 (2024-08-18)

- 単語登録中のモード変更時に空文字列でsetMarkedTextするのを修正 (#205)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ macSKKが入力メソッドとして選択されているときに入力メニ
| selectedKeyBindingSetId | String | 選択しているキーバインドのセットのID |
| keyBindingSets | Array | キーバインドのセットの配列 |
| enterNewLine | Boolean | Enterキーで変換候補の確定 + 改行も行う |
| systemDict | String | 注釈に使用するシステム辞書 |

## 機能

Expand Down
8 changes: 4 additions & 4 deletions macSKK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 46;
CURRENT_PROJECT_VERSION = 47;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1056,7 +1056,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1078,7 +1078,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 46;
CURRENT_PROJECT_VERSION = 47;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1093,7 +1093,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 6abe840

Please sign in to comment.