Improved
v0.1.3-beta.1
What's New?
- macOS 26以降の端末では、Apple Intelligenceの基盤モデルを用いたいい感じ変換がデフォルトで利用できるようになりました。
- キーボードレイアウトとしてColemakとDvorakが選べるようになりました。
- テキストフィールドのテキストを選択して「英数」キーを2回押しすることで英語翻訳をトリガーできるようになりました。「かな」キーを2回押しすると日本語翻訳が行われます。
- Unicode入力モードをサポートしました。Control + Shift + Uでトリガーできます。
- 履歴学習データをリセットできるようになりました。
What's Changed
- feat: キーボードレイアウト設定のPickerを追加 by @inugamine in https://github.com/azooKey/azooKey-Desktop/pull/230
- issue #214 履歴学習のリセットボタンを追加 by @inugamine in https://github.com/azooKey/azooKey-Desktop/pull/232
- feat: Unicode入力をサポート (Shift+Ctrl+U) #186 by @inugamine in https://github.com/azooKey/azooKey-Desktop/pull/233
- fix: Option + Delete で入力中の文字列が隠れてしまう問題 by @amatsus in https://github.com/azooKey/azooKey-Desktop/pull/234
- Unicode入力中に「マウスクリックでタゲを外した後」に文字入力を再開するとU+xxxxが重複する問題を解決 by @inugamine in https://github.com/azooKey/azooKey-Desktop/pull/238
- fix: lintの前にフォーマットを適用するのをやめる by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/240
- feat: Foundation Models (Apple Intelligence) バックエンド統合 by @nyanko3141592 in https://github.com/azooKey/azooKey-Desktop/pull/239
- fix: キーボード配列に追従するよう論理キーベースのショートカット判定への改善 by @amatsus in https://github.com/azooKey/azooKey-Desktop/pull/241
- fix: いい感じ変換ウィンドウでモデル名が候補と重なる問題を修正 by @nyanko3141592 in https://github.com/azooKey/azooKey-Desktop/pull/247
- feat: 「英数」キー1回押しでも marked text を unwrap しない挙動に調整し、かつ英数2回押しで英字に戻す by @inugamine in https://github.com/azooKey/azooKey-Desktop/pull/246
- feat: いい感じ変換をIMEメニューに追加 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/251
- refactor: ほとんどのConfigをCore/へ移動 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/253
- feat: Core/をubuntuでビルドできるように変更 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/254
- refactor: SegmentManagerをCore/に移動 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/255
- fix: 消し忘れていたコードを削除 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/256
- feat: ConfigWindow のデザイン刷新 by @nyanko3141592 in https://github.com/azooKey/azooKey-Desktop/pull/245
- feat: 「ダブルタップで翻訳」 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/249
- fix: 選択テキストに対するいい感じ変換でもFoundationModelsを利用 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/252
- feat: Increase Zenzai inference default limit to 5 by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/257
- feat: bump AZKKC by @ensan-hcl in https://github.com/azooKey/azooKey-Desktop/pull/260
New Contributors
- @inugamine made their first contribution in https://github.com/azooKey/azooKey-Desktop/pull/230
Full Changelog: https://github.com/azooKey/azooKey-Desktop/compare/v0.1.2...v0.1.3-beta.1