Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 13, 2024
1 parent a169c26 commit f5d83f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.3.1 (2024-10-13)

- 未確定のローマ字があっても入力候補を表示する (#222)
- 前の変換候補を選択するキーバインドを登録可能にする (#223)
- コンパイル時の警告を減らす (#224)

## v1.3.0 (2024-09-30)

- 変換候補の選択中にバックスペースで一文字後退 + 確定する設定を追加 (#216)
Expand Down
8 changes: 4 additions & 4 deletions macSKK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1055,7 +1055,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1076,7 +1076,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1091,7 +1091,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit f5d83f1

Please sign in to comment.