Skip to content

Releases: elianiva/jisho-lens

Jisho Lens v1.1.0

08 Oct 08:29
Compare
Choose a tag to compare

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

Fixed a regex bug

15 Jun 06:42
Compare
Choose a tag to compare

Fixed a regex bug causing the main feature of the app pretty much unusable. How did I not notice this before lmao

Initial Release

08 Jun 02:14
a974358
Compare
Choose a tag to compare

Initial release, might be rough here and there, but it should be fine most of the time.