Releases: elianiva/jisho-lens
Releases · elianiva/jisho-lens
Jisho Lens v1.1.0
There may have been some unrelated changelog in this version but that is because I'm migrating to using standard-version
to automatically generate the changelog. Shouldn't be happening in the future.
Most notable changes in this version are:
Jisho Lens app:
- bump outdated flutter dependencies, it's been a year since I touched this
- changed
INNER JOIN
intoLEFT JOIN
so that we can get more results.INNER JOIN
causes kanji with no furigana data available to be missing, see #1 for details - fixed how kanji are displayed, sometimes they don't appear since they're displayed based on the furigana
DataGenerator:
- use explicit type instead of
var
style - batch kanji insertion for faster insert
For a full changelog, please see CHANGELOG.md
Fixed a regex bug
Fixed a regex bug causing the main feature of the app pretty much unusable. How did I not notice this before lmao
Initial Release
Initial release, might be rough here and there, but it should be fine most of the time.