You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
6
6
7
-
## [0.1.0] - 2025-04-30
7
+
## [0.2.1] - 2025-06-08
8
8
9
9
### Added
10
10
11
-
- Created this project based on the command-line utilities from the [https://github.com/readium/go-toolkit](Go Toolkit)
11
+
- Add `--s3-use-path-style` flag to enable broader support for S3-like services that use the deprecated path-style bucket access (especially useful in docker environments)
12
+
13
+
### Fixed
14
+
15
+
- The version output from the CLI was incorrect, consisting of the go-toolkit version. [It is now](https://github.com/readium/cli/pull/32) a combination of the CLI and go-toolkit version
12
16
13
17
## [0.2.0] - 2025-05-21
14
18
@@ -19,4 +23,10 @@ All notable changes to this project will be documented in this file.
19
23
### Changed
20
24
21
25
- Upgraded go-toolkit from v0.9.0 to v0.10.1
22
-
- Default hashing algorithms for inspected images changed from SHA-256 + MD5 to just SHA-256
26
+
- Default hashing algorithms for inspected images changed from SHA-256 + MD5 to just SHA-256
27
+
28
+
## [0.1.0] - 2025-04-30
29
+
30
+
### Added
31
+
32
+
- Created this project based on the command-line utilities from the [https://github.com/readium/go-toolkit](Go Toolkit)
0 commit comments