Skip to content

Releases: radomirbosak/duden

0.19.1

26 Feb 23:52
Compare
Choose a tag to compare

Small changes

  • Revive the removed grammar-related CLI options and word properties just to gracefully redirect the user to use the replacement, --inflect and .inflection

0.19.0

25 Feb 23:29
Compare
Choose a tag to compare

Breaking:

  • Rework and fix (grammatic) inflection parsing #176
    • Replace the .grammar and .grammar_raw word properties with .inflection, --grammar with --inflect

New features:

Bugfixes:

  • Fix failing words_before and words_after properties #191

Changelog link: Changelog#0.19.0

0.18.0

21 Sep 00:04
Compare
Choose a tag to compare

0.17.0

15 Sep 23:58
Compare
Choose a tag to compare

Breaking:

  • Drop python 3.3 compatibility (due to use of pathlib)

Other:

0.16.1

14 Sep 00:19
Compare
Choose a tag to compare

New features:

Internal:

  • Remove grammar from test data #155

Known bugs:

  • Grammar data is not parsed #156

0.16.0

11 Oct 12:42
Compare
Choose a tag to compare

New features:

Bugfixes:

  • Fix name, article properties and export for certain words with alternate spellings #147 by @VIEWVIEWVIEW

0.15.0

04 Oct 13:36
Compare
Choose a tag to compare

New features:

0.14.4

01 May 22:36
Compare
Choose a tag to compare

Bugfix release.

Bugfixes:

  • Duden not working for python 3.7 and older #132 (thanks @Dvev for reporting)

0.14.3

19 Apr 00:04
Compare
Choose a tag to compare

New features:

  • Function to get word of the day duden.get_word_of_the_day #129 thanks to @MiVHQW

Bugfixes:

  • Reload word when cache is corrupt #131

0.14.2

10 Apr 23:47
Compare
Choose a tag to compare

Bugfix release.

Bugfixes:

  • Fix cache dir creation on Windows #128
  • Fix displaying words with missing grammar #125