This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hiroshi Miura <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,25 @@ | |
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [0.7.0] | ||
### Added | ||
- Support MDict dictionary format(#38,#64) | ||
- Support JetBrains Projector(#47) | ||
- Can build for headless and remote execution | ||
|
||
# [0.6.0] | ||
### Changed | ||
- Sound tweaks(#46) | ||
- Bump versions | ||
- [email protected] (#45) | ||
- [email protected] (#49) | ||
- [email protected] (#53) | ||
- Kotlin(JVM)@1.5.31 (#54) | ||
- [email protected] (#56) | ||
- [email protected] (#63) | ||
- [email protected] (#61) | ||
|
||
## [0.6.0] | ||
### Added | ||
- Support PDICW/Unicode dictionary format v6.00 and v6.10 | ||
- Support fuzzy match(#33) | ||
|
@@ -13,7 +29,7 @@ All notable changes to this project will be documented in this file. | |
- Bump [email protected] | ||
- Bump [email protected] | ||
|
||
# [0.5.2] | ||
## [0.5.2] | ||
### Added | ||
- DSL: support image/sound tag | ||
|
||
|
@@ -107,7 +123,8 @@ Beta release. | |
## 0.1.0 | ||
* First release | ||
|
||
[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.6.0...HEAD | ||
[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.7.0...HEAD | ||
[0.7.0]: https://github.com/eb4j/ebviewer/compare/v0.6.0...v0.7.0 | ||
[0.6.0]: https://github.com/eb4j/ebviewer/compare/v0.5.2...v0.6.0 | ||
[0.5.2]: https://github.com/eb4j/ebviewer/compare/v0.5.1...v0.5.2 | ||
[0.5.1]: https://github.com/eb4j/ebviewer/compare/v0.5.0...v0.5.1 | ||
|