Skip to content

Commit

Permalink
Update ebookmaker, CSS validator & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
windymilla committed Jan 2, 2024
1 parent 4bc96a5 commit 6e80713
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
- The Word Count and QuickSearch Count dialogs have clearer titles
- "Unmatched `#/`" message when rewrapping now includes two lines of
context to help user track down which blockquote is failing
- Included latest version of ebookmaker (0.12.36)
- Default image viewer on Macs is now `Preview` instead of `XnViewMP`
- Included latest version of ebookmaker (0.12.38)
- Included latest version of Epubcheck (5.1.0)
- Included latest version of CSS Validator (20231124)
- New TROUBLESHOOTING.md guide included with release

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tools/W3C/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir $DEST
cp README.md $DEST

# css-validator.jar is the same for all systems
VERSION=20220105
VERSION=20231124
curl -L -o $DEST/css-validator.jar https://github.com/w3c/css-validator/releases/download/cssval-$VERSION/css-validator.jar

# vnu.jar is the same for all systems
Expand Down
2 changes: 1 addition & 1 deletion tools/ebookmaker/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir $DEST
cp README.md $DEST

if [[ $OS == "win" ]]; then
VERSION=0.12.36
VERSION=0.12.38
URL=https://github.com/DistributedProofreaders/ebm_builder/releases/download/v$VERSION/ebookmaker-$VERSION.zip
curl -L -o ebookmaker.zip $URL
unzip ebookmaker.zip -d $DEST
Expand Down

0 comments on commit 6e80713

Please sign in to comment.