From 378dfb694e466747c889efa7ee1561b602a14721 Mon Sep 17 00:00:00 2001 From: Romain Deltour Date: Sun, 30 Apr 2023 21:05:28 +0200 Subject: [PATCH] chore: prepare README and CHANGELOG for v5.0.1 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++--- README.md | 4 ++-- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525128486..5397c43c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,38 @@ # EPUBCheck change log - -## [5.0.0](https://github.com/w3c/epubcheck/compare/v5.0.0-beta-3...v5.0.0) (2023-01-11) + +# [5.0.1](https://github.com/w3c/epubcheck/compare/v5.0.0...v5.0.1) (2023-04-30) 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. This release was made by the DAISY Consortium for W3C. Many thanks to everyone who contributed and reported issues! -This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:5.0.0`](https://search.maven.org/artifact/org.w3c/epubcheck/5.0.0/jar). +This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:5.0.1`](https://search.maven.org/artifact/org.w3c/epubcheck/5.0.1/jar). + + +### Features + +* allow "pageBreakSource" package metadata (incubation) ([2332d53](https://github.com/w3c/epubcheck/commit/2332d53)), closes [#1491](https://github.com/w3c/epubcheck/issues/1491) +* allow epub:type on SVG renderable elements ([6cd9789](https://github.com/w3c/epubcheck/commit/6cd9789)), closes [#1497](https://github.com/w3c/epubcheck/issues/1497) + + +### Bug Fixes + +* allow ARIA headings in EDUPUB (legacy profile) ([da4f541](https://github.com/w3c/epubcheck/commit/da4f541)), closes [#1483](https://github.com/w3c/epubcheck/issues/1483) +* allow decimal viewport dimensions in fixed-layout ([fc5e360](https://github.com/w3c/epubcheck/commit/fc5e360)), closes [#1481](https://github.com/w3c/epubcheck/issues/1481) +* allow nav items containing multiple images ([3c8dab3](https://github.com/w3c/epubcheck/commit/3c8dab3)), closes [#1476](https://github.com/w3c/epubcheck/issues/1476) +* allow remote URLs in HTML "cite" attributes ([1b425fd](https://github.com/w3c/epubcheck/commit/1b425fd)), closes [#1495](https://github.com/w3c/epubcheck/issues/1495) +* allow the 'cover-image' property on WebP images ([199da0b](https://github.com/w3c/epubcheck/commit/199da0b)), closes [#1484](https://github.com/w3c/epubcheck/issues/1484) +* bad message parameter formatting in CSS-004 and RSC-028 ([0f0cece](https://github.com/w3c/epubcheck/commit/0f0cece)), closes [#1480](https://github.com/w3c/epubcheck/issues/1480) +* do not check fragment identifiers on PDF references ([b81a77d](https://github.com/w3c/epubcheck/commit/b81a77d)), closes [#1482](https://github.com/w3c/epubcheck/issues/1482) +* items were listed twice and/or with null values in the JSON report ([b2c5d8c](https://github.com/w3c/epubcheck/commit/b2c5d8c)), closes [#1475](https://github.com/w3c/epubcheck/issues/1475) [#1490](https://github.com/w3c/epubcheck/issues/1490) +* normalize URLs before checking if the resources exist ([0323668](https://github.com/w3c/epubcheck/commit/0323668)), closes [#1479](https://github.com/w3c/epubcheck/issues/1479) +* support UNC paths (fix URL/File conversions) ([6e5b791](https://github.com/w3c/epubcheck/commit/6e5b791)), closes [#1485](https://github.com/w3c/epubcheck/issues/1485) + + + +## [5.0.0](https://github.com/w3c/epubcheck/compare/v5.0.0-beta-3...v5.0.0) (2023-01-11) ### Features diff --git a/README.md b/README.md index 9ab5eb8c3..25640a8a7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ please [help us fund and support EPUBCheck](https://www.w3.org/publishing/epubch Check the [releases page](https://github.com/w3c/epubcheck/releases) to get the latest distribution. -[EPUBCheck v5.0.0](https://github.com/w3c/epubcheck/releases/tag/v5.0.0) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the [EPUB 3.3](https://www.w3.org/TR/epub-33/) specification. +[EPUBCheck v5.0.1](https://github.com/w3c/epubcheck/releases/tag/v5.0.1) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the [EPUB 3.3](https://www.w3.org/TR/epub-33/) specification. ## Documentation @@ -78,7 +78,7 @@ $ docker run - --rm -v /home/username:/data epubcheck file.epub --json output.js ## Credits -EPUBCheck v5.0.0 was developed by [the DAISY Consortium](https://www.daisy.org/), on behalf of W3C. +EPUBCheck v5.0.1 was developed by [the DAISY Consortium](https://www.daisy.org/), on behalf of W3C. Initial EPUBCheck development was largely done at [Adobe](https://www.adobe.com/). A significant part of EPUBCheck functionality comes from the schema validation tool [Jing](https://relaxng.org/jclark/jing.html), used with schemas from the [Nu HTML Checker](https://validator.github.io/validator/), [IDPF](https://idpf.org), and [DAISY](https://www.daisy.org/).