Skip to content

Commit

Permalink
chore: release v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed May 3, 2024
1 parent a5f3ad1 commit f656e01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@


# [8.10.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.9.1...v8.10.0) (2024-05-03)


### Bug Fixes

* Chromium processes and tmp files remain after exit with Ctrl+C on Windows ([548b420](https://github.com/vivliostyle/vivliostyle-cli/commit/548b4200b66add5137cfc87ed7a10477f001cc85)), closes [#479](https://github.com/vivliostyle/vivliostyle-cli/issues/479)
* Display errors that occurred during preview ([f7d14b2](https://github.com/vivliostyle/vivliostyle-cli/commit/f7d14b26a54635d9c552ca34ebb20c83a354c5b5))
* Ensure to work reloading the config file correctly in preview mode ([59a3b33](https://github.com/vivliostyle/vivliostyle-cli/commit/59a3b336c5ee86bf5514d2378e732111c00f80d5))
* Speed up reloading config files ([025581f](https://github.com/vivliostyle/vivliostyle-cli/commit/025581f4abb0da125429e9d7a30802838d2770a1))


### Features

* Update Playwright to 1.43.1 (Chromium 124.0.6367.29) ([07ce938](https://github.com/vivliostyle/vivliostyle-cli/commit/07ce9385b133cd6ebf4ce3299212c37ced0e5229))
* Update Vivliostyle.js to 2.29.0: Update CSS text-spacing support ([4a36af9](https://github.com/vivliostyle/vivliostyle-cli/commit/4a36af92cccb861b3d026004a9f395c64d44da82))

## [8.9.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.9.0...v8.9.1) (2024-03-12)

### Bug Fixes
Expand Down Expand Up @@ -1002,4 +1020,4 @@ vivliostyle build input.md -T @vivliostyle/theme-techbook -o draft.pdf
- Add page size option ([32d89b4](https://github.com/vivliostyle/vivliostyle-cli/commit/32d89b4))
- Create LICENSE ([ee6d44e](https://github.com/vivliostyle/vivliostyle-cli/commit/ee6d44e))
- Implement very simple script ([a748e18](https://github.com/vivliostyle/vivliostyle-cli/commit/a748e18))
- Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))
- Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/cli",
"description": "Save the pdf file via headless browser and Vivliostyle.",
"version": "8.9.1",
"version": "8.10.0",
"author": "spring_raining <harusamex.com@gmail.com>",
"type": "module",
"scripts": {
Expand Down

0 comments on commit f656e01

Please sign in to comment.