Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Dec 6, 2023
1 parent 196cb71 commit 3a04680
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ankiweb_page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
An add-on to query words using Wiktionary data taken from https://kaikki.org

<b>Usage</b>

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 <i>Edit > Bulk-define from Wiktionary</i> menu item in the browser for bulk operations on selected notes. You can also configure shortcuts from <i>Tools > Add-ons</i>.
<img src="https://raw.githubusercontent.com/abdnh/anki-wiktionary/master/images/dialog.png" width="600">
Expand All @@ -9,6 +10,7 @@
<img src="https://raw.githubusercontent.com/abdnh/anki-wiktionary/master/images/import_dialog.png" width="600">

<b>Changelog</b>

See <a href="https://github.com/abdnh/anki-wiktionary/blob/master/CHANGELOG.md">CHANGELOG.md</a> for a list of changes.

<b>Support & feature requests</b>
Expand Down

0 comments on commit 3a04680

Please sign in to comment.