2.29.5544.102
hiroyuki-komatsu
tagged this
03 Aug 06:09
Features * Updated the word dictionary (6af6a25) * Added words based on the GitHub issues (f518d3d, d0d1bc8, 2ea9504, d6a55d2, 4f03239, #928) * Updated the reading correction rules (3a665b1) * Added more symbol characters (#933) * Updated Emoji entries (68c3985) * Fixed voiced Katakana conversion from ゑ (ヸ → ヹ) * Supported the conversion from "なう" to date/time (i.e. 2024/12/31 23:59) * Improved the AD to Era conversion: "2024ねん" → "令和6年" (6ceada3) * Improved the usability of era-to-ad conversion (れいわ6ねん→2024年) * Supported loading user dictionary files exported from Gboard * Improved the about dialog with the dark mode (#897) * Linux: Improved the candidate UI with HiDPI displays (#823) Bug fix * Fixed the crash issue on saving the user dictionary. (42cbb3f) * Fixed the crash issue on the debug build caused by converting negative numbers (#878) * Fixed the issue that Bazel build did not included entries in dictionary_manual/ (47eb877) * Linux: Prevent executing multiple candidate windows (#912) * macOS: Fixed jaggy icons for the GUI tools (#964) * macOS: Replaced "Google Japanese Input" with Mozc in UI messages. (caeb9ce) * macOS: Fixed the crash issue of mozc_emacs_helper (#900) * macOS (Apple Silicon): Fixed the crash issue of GUI tools (#791) Build * Updated the Abseil version: 20230802.1 → 20240116.1 * Updated the Protobuf version: v25.0 → v27.0 (#937, #913) * Updated the Qt version: 6.6.1 → 6.7.2 (#963, #934, #911, #877) * Rebase Mozc onto Abseil logging library. (c77285e) * Supported dictionary_manual/words.tsv as additional dictionary entries (8d3a297) * Set proper release/debug build options for GitHub Actions (07c5f89) * Linux: Added Dockerfile for Ubuntu 24.04 (#924) * Linux: Deprecated the GYP build * Windows: Added CI of Bazel for the converter and GUI tools (#948) * Windows: Simplified the build process by reducing manual execution of the vcvars .bat file. (#923) * Windows: Update the WiX version: v3.14 → v4.0.5 (#894) Code * Performed a number of code refactorings * Applied Clang's build cleaner * Completed the migration from base/logging.h to Abseil log. * macOS: Applied suggestions from code scanning alerts (b955086)