Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
- Add appendix generation utility(#3)
- Support unicode extension(#4,#5)
- Provide Graalvm-native-image command(#7)

- Spin out tools to its individual project
- Change license to GPL-3
- Use picocli for CLI options(#1)
- Support subcommand(#2,#6)

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Aug 24, 2021
1 parent 599dceb commit 1aef522
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.2.0] - 2021-08-24

### Added
- Add appendix generation utility
- Support unicode extension
- Add appendix generation utility(#3)
- Support unicode extension(#4,#5)
- Provide Graalvm-native-image command(#7)

### Changed
- Spin out tools to its individual project
- Change license to GPL-3
- Use picocli for CLI options
- Support subcommand
- Use picocli for CLI options(#1)
- Support subcommand(#2,#6)

## [2.1.0] - 2021-03-10

Expand Down Expand Up @@ -42,29 +45,9 @@ All notable changes to this project will be documented in this file.
- Target java version to 8.
- Add github actions workflows

## [1.99.1.dev] - 2016-10-15
### Added
- Add unit tests.

### Changed
- Introduce EBFormat enum class.
Now deprecated EBFile.FORMAT_* integer constants. Please use EBFormat enum instead of constants.
- [#3] Build with Gradle build system.
- [#4] Change package location to io.github.eb4j from original fuku.eb4j.
- [#30] Refactoring to reduce method size smaller.
-- Introduce BookReader.BookReaderHandler class.
- [#30] Become final to all method arguments and remove adverse effect.
- Translate javadoc comments in English.

### Fixed
- [#14] Fix findbugs DM_DEFAULT_ENCODING warnings.
- [#2] Fix failure to read Gakken Gendai Shin-Kokugo Jiten + Kanjigen(@amake).

## 1.99.0.dev - 2016-06-01
### Added
- Import from eb4j-1.0.5

[Unreleased]: https://github.com/eb4j/eb4j/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/eb4j/eb4j/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/eb4j/eb4j/compare/v1.99.1...v2.0.0
[1.99.1.dev]: https://github.com/eb4j/eb4j/compare/v1.99.0...v1.99.1
[Unreleased]: https://github.com/eb4j/eb4j/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/eb4j/eb4j/compare/v2.1.0...v2.2.0

0 comments on commit 1aef522

Please sign in to comment.