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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@ 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
-
## Unreleased
7
+
## [0.13.2] - 2026-02-26
8
8
9
9
### Fixed
10
10
11
11
- Fixed a typo in the accessibility metadata (`describeMath` should be `describedMath`).
12
+
- File fetcher (for exploded local publications) would panic due to runtime cleanup bug
13
+
- Fetcher for archives and exploded publications were [not able to retrieve resources at paths containing special characters](https://github.com/readium/cli/issues/94), such as spaces
0 commit comments