Skip to content

Releases: eagleflo/jisho

v0.2.3

16 Jul 00:21
v0.2.3
8529449
Compare
Choose a tag to compare
  • Updated roxmltree to 0.20.0
  • Updated rustc-hash to 2.0.0
  • Updated JMdict
  • Fixed some additional duplicated entries (#33)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Apr 01:22
v0.2.2
4bd426b
Compare
Choose a tag to compare
  • Switch back to default heuristic for English lookups
  • Trim explanations from English headwords
  • Make English lookups case-insensitive
  • Document prefix & postfix searches in README

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Apr 13:08
v0.2.1
5340d46
Compare
Choose a tag to compare
  • Fix duplicate entries with prefix & postfix queries (#32)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Apr 13:02
v0.2.0
f93c07f
Compare
Choose a tag to compare

Updated JMdict to the latest version.

  • Prefix, postfix and exact matches (#30, #31)

Full Changelog: v0.1.7...v0.2.0

v0.1.7

04 Dec 20:13
v0.1.7
1307e9a
Compare
Choose a tag to compare

Updated JMdict to the latest version.

  • Work directly with JMdict_e.gz (#25)
  • Add version check (#28)

Full Changelog: v0.1.6...v0.1.7

Available from https://crates.io/crates/jisho/0.1.7.

v0.1.6

25 Jun 15:30
v0.1.6
912f590
Compare
Choose a tag to compare

#22: Updated JMdict from 2020-09-23 to 2023-06-25.

Full Changelog: v0.1.5...v0.1.6

Available from https://crates.io/crates/jisho/0.1.6.

v0.1.5

11 Feb 16:34
c2bb32d
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

11 Feb 15:30
9c0a6eb
Compare
Choose a tag to compare
Only run build script when dictionary changes

0.1.3

29 Mar 00:22
v0.1.3
166cdbe
Compare
Choose a tag to compare
  • Greatly improved startup time (#17)

0.1.2

25 Nov 21:04
v0.1.2
053db71
Compare
Choose a tag to compare
  • Collect meanings into a vector(#16)
  • Combine multiple input args into a single lookup argument (#9)
  • Sort results by frequency (#14)