Skip to content

Jisho Lens v1.1.0

Latest
Compare
Choose a tag to compare
@elianiva elianiva released this 08 Oct 08:29
· 1 commit to master since this release

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 into LEFT 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