Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Feb 9, 2025
1 parent 4e9828a commit 49e5af1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v1.10.0 (2025-02-09)

- デフォルトのローマ字かな変換ルールに "z[" "z]" を追加 (#303)
- selecting時のqもtoggleKanaとして扱う (#306)
- "nq"のような入力で"ん"を確定してからモードを変更する (#308)
- 候補リストの横対応 (#282) by @waynezhang and @mtgto

## v1.9.0 (2025-02-02)

- 読み入力中ではないとき "n " と入力すると "ん" が確定しないバグを修正 (#298)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ macSKKが入力メソッドとして選択されているときに入力メニ
| privateMode | Boolean | プライベートモード |
| ignoreUserDictInPrivateMode | Boolean | プライベートモードでユーザー辞書を無視するか |
| showInputModePanel | Boolean | 入力モードをモーダル表示するか |
| candidateListDirection | Number | 変換候補リストの表示方向 |

## 機能

Expand Down
8 changes: 4 additions & 4 deletions macSKK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 56;
CURRENT_PROJECT_VERSION = 57;
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.9.0;
MARKETING_VERSION = 1.10.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1112,7 +1112,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 56;
CURRENT_PROJECT_VERSION = 57;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1127,7 +1127,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.9.0;
MARKETING_VERSION = 1.10.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 49e5af1

Please sign in to comment.