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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,15 @@ All notable changes to this project will be documented in this file.
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
+
- Created this project based on the command-line utilities from the [https://github.com/readium/go-toolkit](Go Toolkit)
12
+
13
+
## [0.2.0] - 2025-05-21
14
+
15
+
### Added
16
+
17
+
- Add `--infer-a11y-ignore-image-hashes` and `--infer-a11y-ignore-image-dir` flags to `manifest` command to ignore certain images when inferring a publication's a11y access mode
18
+
19
+
### Changed
20
+
21
+
- 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
0 commit comments