Skip to content

Commit

Permalink
Rewrite changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Nov 23, 2022
1 parent c0c3e58 commit a80ecd2
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 17 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2022-11-23

### Added

- Add window to browse imported files.

## [1.1.0] - 2022-11-05

### Added

- Add support for Turkish Wiktionary.

### Changed

- Format example sentences as a list.

## [0.0.3] - 2022-10-18

### Added

- Allow customizing editor/browser shortcuts from the settings interface.
- Use [Libzim](https://github.com/openzim/libzim) on Linux and macOS to parse the ZIM files. This should work better than ZIMply.

### Changed

- Extract m/f/n gender abbreviations for the German parser instead of the full names.

### Fixed

- Fix issue with inflection table extraction for the Greek parser.
- Fix "internal server error" being shown for some missing words in the pop-up dictionary.

## [0.0.2] - 2022-10-08

### Added

- Support Anki versions 2.1.46>=,<=2.1.50
- Support image extraction for Greek and Spanish dictionaries.

### Fixed

- Fix images added by the add-on not being resized correctly using Anki's image resizer.

## [0.0.1] - 2022-10-06

Initial release.

[unreleased]: https://github.com/abdnh/anki-zim-reader/compare/1.2.0...HEAD
[1.2.0]: https://github.com/abdnh/anki-zim-reader/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/abdnh/anki-zim-reader/compare/1.0.0...1.1.0
[0.0.3]: https://github.com/abdnh/anki-zim-reader/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/abdnh/anki-zim-reader/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/abdnh/anki-zim-reader/commits/0.0.1
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ You can download the add-on from AnkiWeb: https://ankiweb.net/shared/info/951350

See [development.md](./development.md) for docs that only interest developers and contributors.

## Changelog

See [CHANGELOG.md](./CHANGELOG.md) for a list of changes.

## License

GPLv3 or later. See [LICENSE](./LICENSE).
Expand Down
19 changes: 2 additions & 17 deletions ankiweb_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,8 @@
<img src="https://raw.githubusercontent.com/abdnh/anki-zim-reader/master/images/browser.png" width="600">

<b>Changelog</b>
- 2022-11-23:
- Add a window to browse imported files.
- 2022-11-05:
- Add parser for Turkish Wiktionary.
- Format example sentences as a list.
- 2022-10-18:
- Allow customizing editor/browser shortcuts from the settings interface.
- Extract m/f/n gender abbreviations for the German parser instead of the full names.
- Fix issue with inflection table extraction for the Greek parser.
- Fix "internal server error" being shown for some missing words in the pop-up dictionary.
- Use <a href="https://github.com/openzim/libzim">Libzim</a> on Linux and macOS to parse the ZIM files. This should work better than ZIMply.
- 2022-10-08:
- Support Anki versions 2.1.46&gt;=,&lt;2.1.50
- Fixed images added by the add-on not being resized correctly using Anki's image resizer.
- Support image extraction for Greek and Spanish dictionaries.
- 2022-10-06:
- Initial AnkiWeb release (See <a href="https://github.com/abdnh/anki-zim-reader/commits/8609ed950bd3868b5fb3b664545e00d44842d1d3">commit log</a>)

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

<b>License</b>
GPLv3 or later. See <a href="https://github.com/abdnh/anki-zim-reader/blob/master/LICENSE">LICENSE</a>.
Expand Down

0 comments on commit a80ecd2

Please sign in to comment.