Skip to content

Commit a5b7151

Browse files
committed
update changelog
1 parent 2fe587c commit a5b7151

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7+
## [0.11.0] - 2025-07-30
8+
9+
The WebPub data the toolkit parses and provides has been updated to more closely match the latest WebPub spec. Pay close attention to these changes if you depend on the WebPub output in reading systems/libraries that use an older version of the spec!
10+
11+
### Added
12+
13+
- ServicesBuilder now has a convenience function `RemoveExcept` to remove unecessary services easily
14+
- `metadata.altIdentifiers`, an array of alternative publication identifiers. Populated for EPUBs, current logic is rudamentary
15+
- `contributor.altIdentifiers`, an array of alternative contributor identifiers. Populated for EPUBs, current logic is rudamentary
16+
- `metadata.layout`, along with logic to figure out its effective value depending on the publication type. This replaces `metadata.presentation.layout`. It includes the new `scrolled` value for TTB content like webtoons
17+
18+
### Changed
19+
20+
- `metadata.readingProgression` can only be `ltr`, `rtl`, or empty. `auto`, `ttb`, `btt` are not recognized anymore
21+
22+
### Removed
23+
24+
- `metadata.presentation` no longer exists. Any properties that were parsed from EPUB will be available as keys in the metadata, using the full namespace + key URL, for example `http://www.idpf.org/vocab/rendition/#orientation`
25+
- Link properties no longer contains helpers for `fit`, `clipped`, `orientation`, `overflow`, `spread`, `layout` values, as they are no longer recognized
26+
27+
### Fixed
28+
29+
- Potential bug in FileFetcher regarding OS file handle cleanup made safer
30+
731
## [0.10.2] - 2025-07-11
832

933
### Added

0 commit comments

Comments
 (0)