Skip to content

Commit

Permalink
Update BUILD_OSS to 5520
Browse files Browse the repository at this point in the history
Features
* Improved the AD to Era conversion: "2024ねん" → "令和6年" (6ceada3)
* Increased word vocabulary (4f03239)
* Updated the reading correction rules (3a665b1)

Bug fix
* Fixed the issue that Bazel build Included entries in dictionary_manual/ by Bazel (47eb877)
* macOS: Fixed jaggy icons for the GUI tools (google#964)

Build
* Updated the Qt version: 6.7.1 → 6.7.2 (google#963)
* Supported dictionary_manual/words.tsv as additional dictionary entries (8d3a297)
* Windows: Added CI of Bazel for the converter and GUI tools (google#948)

Code
* Performed refactorings for the converter and Bazel rules.

PiperOrigin-RevId: 650203535
  • Loading branch information
hiroyuki-komatsu committed Jul 8, 2024
1 parent 4d79084 commit 183b5e8
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Binary file modified src/data/images/mac/product_icon.icns
Binary file not shown.
Binary file added src/data/images/product_icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/version/mozc_version_template.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MAJOR = 2
MINOR = 30

# BUILD number used for the OSS version.
BUILD_OSS = 5490
BUILD_OSS = 5520

# Number to be increased. This value may be replaced by other tools.
BUILD = BUILD_OSS
Expand Down

0 comments on commit 183b5e8

Please sign in to comment.