Skip to content

Commit 7df8750

Browse files
committed
docs: Add pre-compiled binaries notice
1 parent bb9e34b commit 7df8750

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CHANGELOG
22

3-
## [4.3.1](https://github.com/riodelphino/macime/compare/v4.3.0...v4.3.1) (2026-04-13)
3+
## [4.4.0](https://github.com/riodelphino/macime/compare/v4.3.0...v4.4.0) (2026-04-13)
44

5+
* **docs:** Add `pre-compiled binaries` notice
56
* **ci:** Replace deprecated `macos-13` to `macos-15-intel` in `release.yml`
67
* **docs:** Add `AI assistance` notice
78
* **ci:** Add `release.yml` to pre-compile for arm64/x86_64

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ If you’re a Mac user frustrated by slow IME switching, give it a try.
5656

5757
## Breaking Changes
5858

59+
* [v4.4.0](https://github.com/riodelphino/macime/releases/tag/v4.4.0):
60+
* Add pre-compiled binaries (`macime`, `macimed`) - no `xcode` required.
5961
* [v4.0.0](https://github.com/riodelphino/macime/releases/tag/v4.0.0):
6062
* Switching speed is extremelly accelarated via internal `IME.swift` calling.
6163
* [v3.6.0](https://github.com/riodelphino/macime/releases/tag/v3.6.0):

Sources/MacIMEKit/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
/// [Common] Default values
44
public enum Defaults {
5-
public static let version: String = "4.3.1"
5+
public static let version: String = "4.4.0"
66

77
public static func macimePath() throws -> String {
88
let env = ProcessInfo.processInfo.environment

0 commit comments

Comments
 (0)