Conversion
* updated the LM dictionary
* updated symbols (#1074, #1100)
* updated emoji data to CLDR 46 (Emoji 16.0)
* updated zip code entries (#1063).
* updated word entries (#1068, #1069)
* fixed conversion errors reported by users.
Features
* updated the copyright year to 2025.
* added words based on the reports from contributors (b0b37db, 9c53503, ad8a2be)
* updated the collocation data based on the reports from contributors (456284e)
* Windows: bundle debug symbol for Mozc TIP DLL (#1081)
* Windows: shutdown existing Mozc processes on upgrading the version (#1093)
Bug fix
* Linux: enabled switching to the DIRECT mode from the menu (#1061)
* Linux: enabled switching modes with Super+Space in Wayland (#853, #1059)
* macOS: addressed crash issues on macOS 15 (Sequoia)
* macOS: fixed the limitation of mouse clicking on the renderer on macOS 15 (120bd93)
* Windows: fixed the freeze issue with some applications like the searchhost.exe (#1077, #856)
* Windows: fixed the UI language issue of the GUI tools (#1110)
* Windows: fixed the setting of Omaha updater for the GoogleJapaneseInput build (#1072)
Build
* supported Bazel 8.0.0 (#1118)
* supported MODULE and removed WORKSPACE for Bazel (#1002, #1115)
* updated the Abseil version: 20240116.1 → 20240722.0
* updated the Protobuf version: v27.0 → v29.1
* updated the GoogleTest version: v1.12.1 → v1.15.2
* supported the `–config=release_build` Bazel option (9fd8739).
* supported Python 3.14 (#1084)
* Android: Updated the Docker build environment
* Linux: updated the build environment: Ubuntu 22.04 → 24.04 (#924)
* Linux: supported gcc-14.1.1 without additional build flags (#927)
* macOS: Supported building .dmg file.
* macOS / Windows: Updated Qt version: 6.7.2 → 6.8.0 (#1065, #1105, #1110, #1121)
* Windows: Supported Bazel build (#948)
* Windows: Updated the Wix version: 4.0.5 → 5.0.2 (#1070)
Code
* added a lint checker for BUILD.bazel and *bzl files (#1089)
* renamed the protobuf field from Candidates to CandidateWindow
* refactoring of ConversionRequest making it as immutable object
* refactoring of the Converter implementation
* refactoring of Engine and SessionConverter to make each module pluggable
* removed cyclic dependency between Converter and Rewriter.
* performed various code refactoring