-
v0.6.0 - 2026-02-25 Stable
released this
2026-02-25 09:06:02 +01:00 | 36 commits to main since this releaseThe "offline" update, making the last essential piece of the dictionary available offline.
New features ✨
- 🔥 Local rendering of kanji stroke order diagrams. This makes them available offline, and significantly improves framerate, sharpness and loading time.
- Fetch example words for kanji results. This has been a feature before, but it was removed during the switch to offline data. Unlike the previous implementation, it does not tell you whether the examples are using onyomi or kunyomi. But this might come later.
- Allow users to copy the content of search results, library lists and search history entries to the clipboard by using long press.
- Added a menu for renaming library lists.
- Added a page with an overview of datasources used in the app.
Changes 🔧
- Revise settings menu descriptions.
- Move enabled radicals to the top of the list in the radical kanji search menu.
- Add more fonts. Note that this change might reset your current font selection.
Bugfixes 🐞
- Fix a bug where the radical kanji search would remove all buttons when searching for certain radicals.
- Fix a bug where the app would behave weirdly when the history was empty.
Other 📝
- Updated flutter:
3.35->3.41 - Updated dictionary data
- Some much needed cleanup of theme handling. If there are any weird theme related bugs, please report them.
Downloads
-
v0.5.0 - 2025-12-19 Stable
released this
2025-12-19 04:17:07 +01:00 | 70 commits to main since this releaseA 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 support, due to weird "go to the previous page" behaviour on some devices.
Other 📝
- Updated flutter:
3.32->3.35 - Updated dictionary data
Downloads
-
v0.4.0 - 2025-07-17 Stable
released this
2025-07-17 00:58:55 +02:00 | 83 commits to main since this releasev0.4.0 - 2025-07-17
The scrolling update, brings infinite scroll to importants parts of the app in addition to other things and bobs.
New features ✨
- Added infinite scroll for word search results.
- Added infinite scroll for history view.
- Added infinite scroll for library lists.
- Added a bubble in the top bar of word search results to indicate how many times it has been searched before.
- Added basic support for Android's Predictive Back feature.
- Allow inline expansion of antonyms "See also" references in the word search results.
- Added a button to clear the content of the search bar in the word query view.
Changes 🔧
- Display proper language names for "From language" references.
- Lock rotation to portrait mode for the entire application.
- Don't allow users to search for whitespace only queries.
- The dictionary data is now queried in batch from the database, leading to a significant performance improvement.
- (Re)added a custom splash screen for nicer looking app startup.
- (Re)added a custom launcher icon for the app.
- Don't collapse meaning/yomi lists in kanji search results despite the list being long.
- Mark ambiguous antonyms and "See also" references with a question mark icon.
Bugfixes 🐞
- Fix a bug where some "From language" references would display 'null' as the phrase.
- Remove duplicate date separators in the history page.
- Don't allow users to search for the
On:andKun:labels on the kanji result page. - Strip leading and trailing whitespace from search queries.
- Fix a bug where cancelling an export would print a misleading status message.
Other 📝
- Updated flutter:
3.27->3.32 - Updated dictionary data
- Added dates to the changelog entries.
Downloads
-
v0.3.1 Stable
released this
2025-07-09 23:23:13 +02:00 | 126 commits to main since this releasev0.3.1
Bugfixes and bugfixes and maybe some more bugs.
Bugfixes 🐞
- Fix a bug where deleting a library list would remove more than one list.
- Fix filename encoding in user data exports.
- Don't throw errors on empty search results.
- Fix reinitialization button, so it migrates the database from the bottom up.
Downloads
-
v0.3.0 Stable
released this
2025-07-08 20:41:47 +02:00 | 131 commits to main since this releasev0.3.0
A large update with some significant additions and fixes.
New features ✨
- Added offline kanji drawing search via Google ML Kit 🔥
- Allow users to import and export their data
- Added a toggle in settings for enabling/disabling history tracking
- Display the number of history searches on the history page
- Embed the changelog in the app
- Added search count bubbles to the history entries
- Added a toggle in settings to shrink the kanji drawing board
- Added an initialization view to perform updates and large downloads on launch
Changes 🔧
- Removed the "Clear Favourites" button from settings in favour of using the delete button on the favourites page.
- Removed the "Reset database" button from settings in favour of "Clear History" and deleting individual library lists.
Bugfixes 🐞
- Always show exact matches first in the word search results.
- Respect the cursor position when inserting a kanji into the search bar from the kanji drawing page.
- Remove word search duplicates
- Fix version number in the info page.
- Fix a broken query for adding items to library lists.
- Ensure that the kanji drawing search is located above navigation buttons
- Capitalize app name
Other 📝
- Significant performance improvements for word search.
- A small size reduction of the database.
Downloads