From c39bf9df87bc34eb1238c8bda5bb183ed2e3356f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 19 Dec 2025 12:15:13 +0900 Subject: [PATCH] Prepare v0.5.0 release --- docs/changelog/v0.5.0 - 2025-12-19.md | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/v0.5.0 - 2025-12-19.md diff --git a/docs/changelog/v0.5.0 - 2025-12-19.md b/docs/changelog/v0.5.0 - 2025-12-19.md new file mode 100644 index 0000000..d1864bf --- /dev/null +++ b/docs/changelog/v0.5.0 - 2025-12-19.md @@ -0,0 +1,20 @@ +# v0.5.0 - 2025-12-19 + +A relatively small update, pushing out some features that have been laying ready on the main branch for a while. + +## New features ✨ + +- Added search count bubbles to the history entries. +- Added the search term to the appbar when viewing search results. + +## Changes 🔧 + +- Enable automatic theme by default, following system settings. +- Use hiragana for both kunyomi and onyomi in kanji search results. +- Provide the existing content from the searchbar as context to the kanji drawing recognition model, likely improving suggestions. +- Removed [Predictive Back](https://developer.android.com/design/ui/mobile/guides/patterns/predictive-back) support, due to weird "go to the previous page" behaviour on some devices. + +## Other 📝 + +- Updated flutter: `3.32` -> `3.35` +- Updated dictionary data diff --git a/pubspec.yaml b/pubspec.yaml index c04efd5..cf36ff3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: mugiten description: "A new Flutter project." publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 0.4.0+1 +version: 0.5.0+1 environment: sdk: ^3.9.0