Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Dec 22, 2024
1 parent 8187ab6 commit 0542b45
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.0 (2024-12-22)

- GitHub Actions環境をXcode 16.1に変更 (before 16.0) (#249)
- GitHub Actions環境をXcode 16.2に変更 (before 16.1) (#256)
- プライベートモードの設定をUserDefaultsに永続化 (#252)
- プライベートモード時にユーザー辞書を参照しない設定を追加 (#253)
- StickyShiftにセミコロン以外を割り当てると直接入力でセミコロンが入力されるバグを修正 (#255)

## v1.5.0 (2024-11-24)

- CI環境をmacOS 15に変更 (#244)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ macSKKが入力メソッドとして選択されているときに入力メニ
| systemDict | String | 注釈に使用するシステム辞書 |
| selectingBackspace | Number | 変換候補選択時のバックスペースの挙動 |
| punctuation | Number | カンマとピリオド押下時の句読点設定 |
| privateMode | Boolean | プライベートモード |
| ignoreUserDictInPrivateMode | Boolean | プライベートモードでユーザー辞書を無視するか |

## 機能

Expand Down
8 changes: 4 additions & 4 deletions macSKK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 52;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1083,7 +1083,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.6.0;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny";
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.inputmethod.macSKK;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1104,7 +1104,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 52;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"macSKK/Preview Content\"";
DEVELOPMENT_TEAM = W3A6B7FDC7;
Expand All @@ -1119,7 +1119,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.6.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 0542b45

Please sign in to comment.