Skip to content

Releases: ianlewis/go-stardict

v0.2.0

06 Mar 07:31
e19394d
Compare
Choose a tag to compare

Added in v0.2.0

  • The index now supports whitespace and punctuation folding (#25).
  • The synonym index (.syn) file is now supported (#2).
  • Stardict.Search and Idx.Search now support queries in glob format (#21).

Changed in v0.2.0

  • The minimum supported Go version is now 1.23.
  • stardict.Open and stardict.OpenAll now take an options argument which allows for specifying options for opening dictionaries (#87).

What's Changed since v0.1.0

Full Changelog: v0.1.0...v0.2.0

v0.2.0-rc.0

06 Mar 07:15
29b5942
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release

Added in v0.2.0-rc.0

  • The index now supports whitespace and punctuation folding (#25).
  • The synonym index (.syn) file is now supported (#2).
  • Stardict.Search and Idx.Search now support queries in glob format (#21).

Changed in v0.2.0-rc.0

  • The minimum supported Go version is now 1.23.
  • stardict.Open and stardict.OpenAll now take an options argument which allows for specifying options for opening dictionaries (#87).

What's Changed since v0.1.0

Full Changelog: v0.1.0...v0.2.0-rc.0

v0.1.0

04 Nov 03:03
dd1d8ac
Compare
Choose a tag to compare

Added in v0.1.0

  • Initial release
  • Basic dict entry, index, search support.

All Changes

Full Changelog: https://github.com/ianlewis/go-stardict/commits/v0.1.0