We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v4.4.3
1 parent 48303de commit 555cb61Copy full SHA for 555cb61
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [4.4.3](https://github.com/riodelphino/macime/compare/v4.4.2...v4.4.3) (2026-05-15)
4
5
+* **docs:** Update macime version to `v4.4.3`
6
* **docs:** Add `Tested CJK IMEs` list
7
* **docs:** Update version badge to `v4.4.3`
8
* **docs:** Add `The unstable CJK switching issue no longer occurs` note
Sources/MacIMEKit/Types.swift
@@ -2,7 +2,7 @@ import Foundation
/// [Common] Default values
public enum Defaults {
- public static let version: String = "4.4.2"
+ public static let version: String = "4.4.3"
public static func sockPath() throws -> String {
let env = ProcessInfo.processInfo.environment
0 commit comments