Skip to content

Releases: slohmaier/LanguageIdent

0.3.1

29 Jan 14:42
Compare
Choose a tag to compare

Fixed bug, that prevented saving settings.

0.3.0

12 Jan 18:17
08d0979
Compare
Choose a tag to compare

Switched language identification library to langdetect ( https://github.com/Mimino666/langdetect ). langid had too many dependencies. langdetect makes this plugin works from NVDA 2021.0.0. The addon is less than 1MB now too.

0.2.2 for NVDA 2024+

12 Jan 14:43
Compare
Choose a tag to compare

NVDA 2024 is based on python 3.1..6 and some core libraries are missing. Added them to the addon and updated numpy.

0.2.0

06 Apr 19:55
Compare
Choose a tag to compare
  • Cleaned up code
  • Stripped down bundled numpy
  • Reworked Seetings-Pane to use checkboxes instead of TextEntry

0.1.0

11 Oct 20:16
Compare
Choose a tag to compare

Renamed to LanguageIdent

0.0.2

05 Jul 17:33
Compare
Choose a tag to compare

fasttext crashed with newlines. don't pass to fasttext
forgot to add ignored dist-files.

0.0.1

05 Jul 12:01
Compare
Choose a tag to compare

Initial release