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