Skip to content

Releases: simjanos-dev/LinguaCafe

v0.4

15 Jan 16:18
Compare
Choose a tag to compare

New features:

  • German lemmatization for nouns and separable verbs have been improved.
  • Importing dictionaries have been simplified, and has a new UI page to manage them.
  • Information popups for different features have been added.

Bug fixes:

  • Added missing toolbar titles on the review page.
  • Added missing dialog close buttons.
  • Auto generated lemmas sometimes had uppercase letters. It has been changed to only contain lowercase letters.

Other changes:

  • Docker images are now published on the GitHub Container Registry, and there is a much simpler installation and update process.
  • Changed version number format.
  • Updated MySQL image to 8.0.

Thank you for everyone who contributed for the release!

v0.3

12 Jan 01:28
Compare
Choose a tag to compare

New features:

  • Added partial support for new languages: Russian, Swedish and Ukrainian.
  • Docker installation and update process has been reworked and made simpler.
  • The "Highlight words" option in the text and subtitle reader settings dialog has been split into 2 options: "Hide all highlighting" and "Hide new word highlighting". This makes it possible to hide only the yellow new word highlighting.

Bug fixes:

  • Fixed all issues with "Plain text mode".
  • Fixed a bug that caused words to only have top and bottom border without background when "Highlight words" option was turned off, and the user hovered over them.
  • Missing toolbar titles have been added to text reader.
  • There was a non-standard scroll function used that caused issues in some browsers. It has been fixed, and it was added as an option for text and subtitle reader.
  • An issue has been fixed that caused white space characters being displayed as clickable words on the text reader page, and it broke the software if the user clicked on them.

Other changes:

  • The "/storage/app/dictionaries" folder has been created in the repository, and won't have to be created manually.
  • All tokenizer models have been replaced with smaller sized ones due to possible performance issues. They will be replaced with larger models for specific languages if it causes word tagging accuracy issues.

Thank you for everyone who contributed for the release!

Dictionaries

14 Jan 23:02
Compare
Choose a tag to compare

This is a release to store downloadable links for supported dictionaries.

v0.2

09 Jan 17:29
Compare
Choose a tag to compare

New features:
-Added partial support for new languages: Chinese, Dutch, Finnish, French, Italian and Korean.

Bug fixes:
-Fixed a bug that caused DeepL translator to handle all languages as Norwegian.

Other changes:
-The selected language is displayed as capitalized text.

v0.1

07 Jan 17:45
Compare
Choose a tag to compare
v0001

Updated readme line breaks