Tags: ensan-hcl/mozc
Tags
2.29.5374.102 Features * Updated the year to 2024 * Updated the word dictionary * Updated the Emoji version to 15.1 * Added 歲 (U+6B72) as a 旧字体 of 歳 (U+6B73) (google#860) * Adjusted the conversion with suffix numbers (e.g. 後に vs あと2) * Windows: Supported to prelaunch processes from the installer (google#845) Bug fix * Changed to use noun (名詞) as the default part-of-speech instead of no-pos (品詞なし) Build * Supported Bazel 7.0.0 * Updated the Protobuf version: v24.2 → v25.0 (google#841) * Updated the Abseil version: 20230125.3 → 20230802.1 (google#841) * Supported to follow updates of external environmental dependencies (google#843, google#844) * Removed `third_party/ipa_font` and introduced our own testing font (google#842) * Android: Fixed the linkage error of Android library build (google#840) * macOS, Windows: Switched to Qt 6.6.1 (google#846) * macOS: Updated the rule_apple version to 3.1.1 * macOS: Updated the default mac_sdk for GYP from 13.0 to 13.3 * macOS: Switched to macos-14 for GitHub Actions runner * Windows: Supported the GYP build with 64 or more cores * Windows: Stopped using WTL Code * Removed the file path limitation for PRs * Performed code refactoring * Added UPDATE_COMPOSITION to the session commands
2.29.5268.102 Typing quality * Added 鵼(ぬえ) and 喃(のう) to the word dictionary. Linux * Fixed the crash issue of the candidate window UI (google#820) * Use WAYLAND_DISPLAY instead of nonstandard XDG_SESSION_TYPE (google#797) * Let Qt mozc_renderer always use X11 protocol (google#794) Windows * Enabled the candidate window to respect the vertical writing mode (google#362) * Updated InputScope mapping to be compatible with MS-IME as of Windows 11 22H2 (google#818, google#826) * Addressed the issue of no response on MS-Word (google#819) * Enabled the candidate window to consider per-monitor DPI settings (google#832) Build * Enabled C++20 (google#783) * Switched to Qt 6.6.0 for Windows and macOS (google#833) * Reduced Qt6 binary size (google#822) * macOS: Fixed the non executable error of GUI tools with GYP * Windows: Stopped specifying /BASE option (google#834) * Windows: Enabled Hardware Enforced Stack Protection (google#835) * Windows: Set default dependent load flags to Mozc executables for Windows (google#836) * Windows: Removed the dependency on CoCreateInpustance from mozc_tip dlls (google#837)
Pull google/googletest@8a61587 This CL updates src/third_party/gtest as follows: from: google/googletest@82b11b8 to: google/googletest@8a61587 BUG= TEST=unittest