diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fde6d3..98e84cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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](https://github.com/abdnh/anki-wiktionary/issues/6)) + +### Fixed + +- Do not disable editor button when no field is focused. + ## [1.1.1] - 2023-05-22 ### Fixed @@ -44,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release +[1.2.0]: https://github.com/abdnh/anki-wiktionary/compare/1.1.1...1.2.0 [1.1.1]: https://github.com/abdnh/anki-wiktionary/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/abdnh/anki-wiktionary/compare/1.0.2...1.1.0 [1.0.2]: https://github.com/abdnh/anki-wiktionary/compare/1.0.1...1.0.2 diff --git a/ankiweb_page.html b/ankiweb_page.html index f26ae7b..9d8fbe2 100644 --- a/ankiweb_page.html +++ b/ankiweb_page.html @@ -1,6 +1,7 @@ An add-on to query words using Wiktionary data taken from https://kaikki.org Usage + The add-on provides an interface to fill notes with defintions, example sentences, etc. The interface can either be accessed from a button in the editor, or via the Edit > Bulk-define from Wiktionary menu item in the browser for bulk operations on selected notes. You can also configure shortcuts from Tools > Add-ons. @@ -9,6 +10,7 @@ Changelog + See CHANGELOG.md for a list of changes. Support & feature requests