Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2023-12-07

Changed

  • Dictionaries are now stored as SQLite databases, which should fix importing issues with some words containing letters illegal in filenames (#6)

Fixed

  • Do not disable editor button when no field is focused.

1.1.1 - 2023-05-22

Fixed

  • Fixed the add-on failing to extract the definitions of some words

1.1.0 - 2022-12-22

Added

  • Added new fields: IPA, Audio, Etymology, and Declension.

Fixed

  • Fixed empty HTML lists added in fields where no contents were found.
  • Fixed wrong gender being detected in many cases.

Changed

  • Ignore empty word fields without warning about them.

1.0.2 - 2022-11-14

Changed

  • Minor improvements to the GUI made and shortcuts added

1.0.1 - 2022-09-17

Changed

  • Format definitions and examples as HTML lists
  • Strip HTML from queried words
  • Remember last used GUI options

1.0.0 - 2022-04-29

Initial release