OSDN Git Service

Prepare release 0.6.0
[dictzip-java/dictzip-java.git] / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 ## [Unreleased]
5
6 ## [0.6.0] - 2016-4-10
7 ### Add
8 - gradle.properties.template
9   You need to copy to gradle.properties and edit its configuration.
10 - [#8] Support -# --fast --best option in CLI.
11 - DictZipHeader.getExtraFlag() method.
12
13 ### Changed
14 - We have now dictzip-lib and dictzip-cli subprojects.
15 - Target jars become dictzip-lib.jar and dictzip-cli.jar
16 - [#2] Now this is a Gradle project.
17 - Reorganize file structures on Maven rules.
18 - Command script by Gradle.
19 - Delete external libraries. Now gradle will download it.
20 - README: add build procedure, contribution and copyright.
21 - Coding style checks by checkstyle 6.16.1
22 - DictZip header information API through DictZipInputStream.
23
24 ### Fixed
25 - [#7] Fix DictZipInputStream.seek().Previous all releases are broken.
26 - [#5] Fix coding styles and potential problematic codes.
27
28 ## [0.5.0] - 2016-03-21
29 ### Added
30 - [#1] Command line tool subproject.
31 - CHANGELOG.md file.
32
33 ### Changed
34 - DictZipHeader interface.
35 - DictZipOutputStream constructor interface.
36
37 ### Fixed
38 - Broken output features in previous releases.
39
40 ## 0.0.2 - 2016-03-06
41 ### Added
42 - Readme document.
43
44 ## 0.0.1 - 2016-02-28
45 ### Added
46 - Start project.
47
48 [Unreleased]: https://github.com/miurahr/dictzip-java/compare/v0.5.0...HEAD
49 [0.6.0]: https://github.com/miurahr/dictzip-java/compare/v0.5.0...v0.6.0
50 [0.5.0]: https://github.com/miurahr/dictzip-java/compare/v0.0.2...v0.5.0