Prepare v0.5.0 release
This commit is contained in:
20
docs/changelog/v0.5.0 - 2025-12-19.md
Normal file
20
docs/changelog/v0.5.0 - 2025-12-19.md
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user