OSDN Git Service

chore: use version catalog
[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.13.0] - 2022-04-16
7
8 ### Added
9 * RandomAcessInputStream: Support java.nio.channels.FileChannel (#49)
10   * add `RandomAccessInputStream#getFileChannel`
11
12 ### Fixed
13 * RandomAccessInputStream: fix return value of `RandomAccessInputStream#skip`
14   * return actual skip bytes
15
16 ## [0.12.2] - 2022-03-01
17
18 ### Fixed
19 * Fix Out of bound error, because of readFully wrongly increment position.(#53)
20
21 ## [0.12.1] - 2022-02-28
22
23 ### Fixed
24 * RrandomAccessInputStream return wrong postion() value after
25   call read() at end of file.(#51)
26
27 ## [0.12.0] - 2022-02-27
28
29 ### Changed
30 * RandomAccessInputStream now buffering input from RandomAccessFile class(#48)
31
32 ## [0.11.2] - 2022-02-05
33
34 ### Added
35 - NIO aware methods to create objects
36   - DictZipFiles.newDictZipInputStream
37   - DictZipFiles.newDictZipOutputStream
38   - DictZipFiles.newRandomAccessInputStream
39   - DictZipFiles.newRandonAccessOutputStream
40 - Move check methods to DictZipFiles class
41   - DictZipFiles.checkDictZipInputStream
42   - DictZipFiles.checkDictZipFile
43
44 ### Deprecated
45 - Deprecate check methods in DictZipUtils class
46
47 ## [0.11.1] - 2022-01-30
48
49 ### Added
50 - Support mark/reset method in DictZipInputStream(#43)
51
52 ## [0.11.0] - 2022-01-30
53
54 ### Fixed
55 - Fix EOFException on some archive when read(#42)
56
57 ### Changed
58 - Introduce length and position method that return size and content position as long  
59   - DictZipInputStream#length
60   - DictZipInputStream#position
61   - RandomAccessInputStream#position
62   - RandomAccessOutputStream#position
63
64 ### Deprecated
65 - RandomAccessInputStream#getPos method that return int.
66
67 ## [0.10.3] - 2022-01-18
68
69 ### Fixed
70 - Release actions script
71 - Fix test case to pass when external dictzip does not exist
72
73 ## [0.10.0] - 2022-01-18
74
75 ### Fixed
76 - DictZipOutputStream to produce good archive.(#38)
77   all old versions of dictzip-java produce broken archive.
78
79 ## Changed
80 - Bump Gradle@7.3.3
81 - Bump commons-io@2.11.0
82 - generate version property by gradle
83 - reorganize test utility library
84 - Add test cases for DictZipOutputStream class.
85 - test: move to JUnit5
86 - Enable header CRC check
87 - Bump actions/setup-java@2.5.0
88 - Use actions gradle/gradle-build-action@v2
89
90 ### Removed
91 - Artifact upload on actions page
92
93 ## [0.9.5] - 2021-03-20
94
95 ### Changed
96 - Publish to sonatype/OSSRH
97 - Fix POM package name and jar name
98
99 ## [0.9.2] - 2021-03-13
100
101 ### Changed
102 - Change group ID to 'io.github.dictzip' 
103 - Publish to Github packages and Azure artifactory
104 - Github actions: publish and release to Github packages
105 - Change gradle versioning plugin
106 - Gradle: bump to gradle 6.8.3
107
108 ### Fixed
109 - Fix project github url
110
111 ### Removed
112 - Github actions: don't upload to bintray
113 - good-bye to travis-ci
114
115 ## [0.9.1] - 2020-05-13
116
117 ### Fixed
118 - Gradle: JavadocJar and SourcesJar generation configuration.
119 - Github Actions: fix tag release script.
120
121 ## [0.9.0] - 2020-05-12
122
123 ### Added
124 - Github Actions: Automate making release and upload artifacts.
125 - Github Actions: Upload bintray when tag release automatically.
126
127 ### Removed
128 - Gradle: Key signing. Now release file are signed by could service.
129
130 ### Changed
131 - Gradle: Automatically detect a version from git tag.
132 - Gradle: Bump Gradle to 5.6.3
133 - Gradle: Consolidate gradle build script.
134
135 ## [0.8.2] - 2016-10-16
136 ### Fixed
137 - Fix a coding Style warning for DictZipInputStream
138 - Test fix for header comparison range.
139
140 ### Changed
141 - Move project URL to https://www.dictzip.org/.
142
143 ## [0.8.1] - 2016-4-29
144 ### Fixed
145 - Gradle: github and bintray release error.
146 - [#21] fixed unexpected EOFException when readFully() called after seek().
147
148 ## [0.8.0] - 2016-4-29
149 ### Add
150 - More javadoc description. Complete for library APIs.
151
152 ### Changed
153 - DictZipHeader.setHeaderCRC() argument become final.
154 - DictZipFileUtils class become final.
155 - CLI: drop -S -E <base64> arugment.
156 - CLI: support -s/-e hex(0xAAAA) and octet(0777) numbers.
157 - CLI: update man page according to option changes.
158 - Manpage description.
159 - CLI: start script is now 'dictzip' and 'dictzip.bat', all small caps.
160
161 ### Fixed
162 - Generate Maven POM with a proper groupId.
163 - DictZipInputStream: copy buffer with offset by System.copyarray().
164 - CLI: Enable -t --test functionarity.
165 - CLI: Fix --version not working.
166 - CLI: Fix all coding style warnings.
167
168 ## [0.7.0] - 2016-4-25
169 ### Add
170 - Add test option for DictZip CLI.
171 - Add DictZipInputStream consructor that get a filename as argument.
172 - More tests.
173
174 ### Changed
175 - Default buffer size in the DictZipInputStream was changed to 8192 byte
176   from 512 byte as same as java.io.BufferedInputStream.
177 - Test static utility isFileBinaryEquals becomes an external library.
178
179 ### Fixed
180 - Check return value of InputStream.skip() method in the utility method
181   for test.
182
183 ## [0.6.1] - 2016-4-12
184 ### Fixed
185 - CLI: test compile error because DictZipFileUtils is package private,
186   but cli test depends on it. We add a utility method on test class.
187
188 ## [0.6.0] - 2016-4-10
189 ### Add
190 - gradle.properties.template
191   You need to copy to gradle.properties and edit its configuration.
192 - [#8] Support -# --fast --best option in CLI.
193 - DictZipHeader.getExtraFlag() method.
194
195 ### Changed
196 - [#3] License changed to GPL2++classpath(lib) exception and GPL3(CLI)
197 - We have now dictzip-lib and dictzip-cli subprojects.
198 - Target jars become dictzip-lib.jar and dictzip-cli.jar
199 - [#2] Now this is a Gradle project.
200 - Reorganize file structures on Maven rules.
201 - Command script by Gradle.
202 - Delete external libraries. Now gradle will download it.
203 - README: add build procedure, contribution and copyright.
204 - Coding style checks by checkstyle 6.16.1
205 - DictZip header information API through DictZipInputStream.
206
207 ### Fixed
208 - [#7] Fix DictZipInputStream.seek().Previous all releases are broken.
209 - [#5] Fix coding styles and potential problematic codes.
210
211 ## [0.5.0] - 2016-03-21
212 ### Added
213 - [#1] Command line tool subproject.
214 - CHANGELOG.md file.
215
216 ### Changed
217 - DictZipHeader interface.
218 - DictZipOutputStream constructor interface.
219
220 ### Fixed
221 - Broken output features in previous releases.
222
223 ## 0.0.2 - 2016-03-06
224 ### Added
225 - Readme document.
226
227 ## 0.0.1 - 2016-02-28
228 ### Added
229 - Start project.
230
231 [Unreleased]: https://github.com/dictzip/dictzip-java/compare/v0.13.0...HEAD
232 [0.13.0]: https://github.com/dictzip/dictzip-java/compare/v0.12.2...v0.13.0
233 [0.12.2]: https://github.com/dictzip/dictzip-java/compare/v0.12.1...v0.12.2
234 [0.12.1]: https://github.com/dictzip/dictzip-java/compare/v0.12.0...v0.12.1
235 [0.12.0]: https://github.com/dictzip/dictzip-java/compare/v0.11.2...v0.12.0
236 [0.11.2]: https://github.com/dictzip/dictzip-java/compare/v0.11.1...v0.11.2
237 [0.11.1]: https://github.com/dictzip/dictzip-java/compare/v0.11.0...v0.11.1
238 [0.11.0]: https://github.com/dictzip/dictzip-java/compare/v0.10.3...v0.11.0
239 [0.10.3]: https://github.com/dictzip/dictzip-java/compare/v0.10.0...v0.10.3
240 [0.10.0]: https://github.com/dictzip/dictzip-java/compare/v0.9.5...v0.10.0
241 [0.9.5]: https://github.com/dictzip/dictzip-java/compare/v0.9.2...v0.9.5
242 [0.9.2]: https://github.com/dictzip/dictzip-java/compare/v0.9.1...v0.9.2
243 [0.9.1]: https://github.com/dictzip/dictzip-java/compare/v0.9.0...v0.9.1
244 [0.9.0]: https://github.com/dictzip/dictzip-java/compare/v0.8.2...v0.9.0
245 [0.8.2]: https://github.com/dictzip/dictzip-java/compare/v0.8.1...v0.8.2
246 [0.8.1]: https://github.com/dictzip/dictzip-java/compare/v0.8.0...v0.8.1
247 [0.8.0]: https://github.com/dictzip/dictzip-java/compare/v0.7.0...v0.8.0
248 [0.7.0]: https://github.com/dictzip/dictzip-java/compare/v0.6.1...v0.7.0
249 [0.6.1]: https://github.com/dictzip/dictzip-java/compare/v0.6.0...v0.6.1
250 [0.6.0]: https://github.com/dictzip/dictzip-java/compare/v0.5.0...v0.6.0
251 [0.5.0]: https://github.com/dictzip/dictzip-java/compare/v0.0.2...v0.5.0