|
1 | 1 | # EPUBCheck change log |
2 | 2 |
|
3 | | -<a name="5.2.1"></a> |
4 | | -## [5.2.1](https://github.com/w3c/epubcheck/compare/v5.2.0...v5.2.1) (2025-01-14) |
| 3 | +<a name="5.3.0"></a> |
| 4 | +## [5.3.0](https://github.com/w3c/epubcheck/compare/v5.2.1...v5.3.0) (2025-09-01) |
5 | 5 |
|
6 | 6 | This is the **latest production-ready** release of EPUBCheck. It can be used to check conformance to the [EPUB 3.3](https://www.w3.org/TR/epub-33/) specification. |
7 | 7 |
|
8 | 8 | This release was made by the DAISY Consortium for W3C. Many thanks to everyone who contributed and reported issues! |
9 | 9 |
|
10 | | -This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:5.2.0`](https://search.maven.org/artifact/org.w3c/epubcheck/5.2.0/jar). |
| 10 | +EPUBCheck is also available in the Maven Central Repository as [`org.w3c:epubcheck`](https://central.sonatype.com/artifact/org.w3c/epubcheck). |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +* add 'application/x-font-ttf' to core media types ([66e5254](https://github.com/w3c/epubcheck/commit/66e5254b793163b53ae7ef503531814d5401b1a5)), closes [w3c/epub-specs#667](https://github.com/w3c/epub-specs/issues/667) [w3c/epub-specs#2726](https://github.com/w3c/epub-specs/issues/2726) [#1612](https://github.com/w3c/epubcheck/issues/1612) |
| 15 | +* allow `its-*` attributes (ITS) in HTML ([7ca1084](https://github.com/w3c/epubcheck/commit/7ca10848e67926ec4fcb85819118fecef07acde5)), closes [w3c/epub-specs#2732](https://github.com/w3c/epub-specs/issues/2732) [#1616](https://github.com/w3c/epubcheck/issues/1616) |
| 16 | +* report unusual `epub:` namespace (`USAGE`) ([#1624](https://github.com/w3c/epubcheck/issues/1624)) ([cf16167](https://github.com/w3c/epubcheck/commit/cf16167443a4086656bbbe3e95dac34819f6e7e7)), closes [#1601](https://github.com/w3c/epubcheck/issues/1601) [#1601](https://github.com/w3c/epubcheck/issues/1601) |
| 17 | +* set severity of `.epub` extension message to `USAGE` ([d90b8f2](https://github.com/w3c/epubcheck/commit/d90b8f2ce4ac97ce0887d1705cc44bd004b284ba)) |
| 18 | +* update the structural semantics vocabulary ([292e41f](https://github.com/w3c/epubcheck/commit/292e41f3d73a044502d147ea62f26874630fea9e)), closes [#1617](https://github.com/w3c/epubcheck/issues/1617) |
| 19 | +* update to latest schemas from the Nu HTML Checker ([812dd21](https://github.com/w3c/epubcheck/commit/812dd21e9c3022c8ba23db13a6e37e634ae1c3e8)) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* allow CSS `has:(<selector>)` syntax ([6509da8](https://github.com/w3c/epubcheck/commit/6509da8b10feb9a99d6b14921cd152f88d32ff25)), closes [#1605](https://github.com/w3c/epubcheck/issues/1605) [#1618](https://github.com/w3c/epubcheck/issues/1618) |
| 24 | +* allow decomposed URL encoding of composite characters ([fea03be](https://github.com/w3c/epubcheck/commit/fea03be506880dd9b9ba2fb87aaa8ae2c36ad144)), closes [#1606](https://github.com/w3c/epubcheck/issues/1606) |
| 25 | +* **css:** improve support for 'q' and 'ch' units ([315d862](https://github.com/w3c/epubcheck/commit/315d8624eae8e62c78fbda62f76a065d4231c838)) |
| 26 | +* do not pollute stdout JSON with messages ([1440418](https://github.com/w3c/epubcheck/commit/1440418c2779ba5eccb93eae4c78feec1873cb0f)), closes [#1603](https://github.com/w3c/epubcheck/issues/1603) |
| 27 | +* do not throw an exception for duplicate encrypted data ([60a6d6c](https://github.com/w3c/epubcheck/commit/60a6d6c78e3a6a2394a3307dda91e7e6dd5ec7d2)), closes [#1607](https://github.com/w3c/epubcheck/issues/1607) |
| 28 | +* improve palpable content definition ([6a1c11b](https://github.com/w3c/epubcheck/commit/6a1c11b2864f785c3b7bc513d770158e17b72330)) |
| 29 | +* relativize path reported in OPF-002 ([0db811c](https://github.com/w3c/epubcheck/commit/0db811cace6cf75dd6210b4668cdf330a0d463a7)) |
| 30 | +* remove 'image/svg+xml' from font core media types ([2094698](https://github.com/w3c/epubcheck/commit/209469834199775456fc299676443bbcf4ef8aae)), closes [#1615](https://github.com/w3c/epubcheck/issues/1615) |
| 31 | + |
| 32 | +### Dependencies updates |
| 33 | + |
| 34 | +* bump `com.google.guava:guava` from 32.0.0-jre to 33.4.8-jre ([4979051e](https://github.com/w3c/epubcheck/commit/4979051efb56a98d2b15bdd52ccfe592be401c9b)) |
| 35 | +* bump `org.apache.commons:commons-compress` from 1.21 to 1.27 ([4818dcd4](https://github.com/w3c/epubcheck/commit/4818dcd4a08088924f5747bf0ca6eba05c362b65)) |
| 36 | +* bump `com.ibm.icu:icu4j` from 72.1 to 77.1 ([2d9271a6](https://github.com/w3c/epubcheck/commit/2d9271a6943dc713b647d74740b1729e1575ef5c)) |
| 37 | + |
| 38 | +<a name="5.2.1"></a> |
| 39 | +## [5.2.1](https://github.com/w3c/epubcheck/compare/v5.2.0...v5.2.1) (2025-01-14) |
11 | 40 |
|
12 | 41 | ### Bug Fixes |
13 | 42 |
|
|
0 commit comments