Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Nov 24, 2024
1 parent fd1833a commit f3d9dd4
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.5.0 (2024-11-24)

- CI環境をmacOS 15に変更 (#244)
- `KeyBinding.accepts`の入力の`NSEvent`をやめて前処理用の`CurrentInput`を導入 (#245)
- 新規ファイルテンプレからSPDX-FileCopyrightTextを削除 (#246)
- カンマとピリオド入力時の句読点の設定を追加 (#248)

## v1.4.1 (2024-11-04)

- SKK辞書のファイル名にutf8が含まれたらUTF-8をデフォルトで指定する (#241)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ macSKKが入力メソッドとして選択されているときに入力メニ
| enterNewLine | Boolean | Enterキーで変換候補の確定 + 改行も行う |
| systemDict | String | 注釈に使用するシステム辞書 |
| selectingBackspace | Number | 変換候補選択時のバックスペースの挙動 |
| punctuation | 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 @@ -1069,7 +1069,7 @@
CODE_SIGN_ENTITLEMENTS = macSKK/macSKK.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
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.4.1;
MARKETING_VERSION = 1.5.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 = 50;
CURRENT_PROJECT_VERSION = 51;
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.4.1;
MARKETING_VERSION = 1.5.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 f3d9dd4

Please sign in to comment.