Prepare v0.5.0 release

This commit is contained in:
2025-12-19 12:15:13 +09:00
parent f89b233893
commit c39bf9df87
2 changed files with 21 additions and 1 deletions

View File

@@ -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

View File

@@ -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