Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bold-sides-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/browser-writable-home.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-rats-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/interactive-spinner-in-container.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-baths-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pugs-scream.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/update-browser-versions.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @vivliostyle/cli

## 11.1.0

### Minor Changes

- Update Vivliostyle.js to 2.44.0: Pagination progress event, Bug Fixes ([#855](https://github.com/vivliostyle/vivliostyle-cli/pull/855))

- Show pagination progress (current document, page count, and percentage) during PDF builds. ([#853](https://github.com/vivliostyle/vivliostyle-cli/pull/853))

### Patch Changes

- Update Vivliostyle.js to 2.44.1: Bug Fixes ([#861](https://github.com/vivliostyle/vivliostyle-cli/pull/861))

- Give the browser a writable `HOME` for UIDs missing from `/etc/passwd`. ([#846](https://github.com/vivliostyle/vivliostyle-cli/pull/846))

- Show the interactive spinner when running the CLI inside the container image on an interactive terminal instead of falling back to plain logs. ([#854](https://github.com/vivliostyle/vivliostyle-cli/pull/854))

- Restore upstream mupdf (1.28.0) ([#856](https://github.com/vivliostyle/vivliostyle-cli/pull/856))

- Update default browser versions ([#847](https://github.com/vivliostyle/vivliostyle-cli/pull/847))

- Chrome: 150.0.7871.115
- Chromium: 1660895
- Firefox: stable_152.0.5

## 11.0.4

### Patch Changes
Expand Down
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": "11.0.4",
"version": "11.1.0",
"author": "spring_raining <harusamex.com@gmail.com>",
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/create-book/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-book

## 11.1.0

## 11.0.4

## 11.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/create-book/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-book",
"description": "The fastest way to start writing book with Vivliostyle ecosystem.",
"version": "11.0.4",
"version": "11.1.0",
"author": "Vivliostyle Foundation",
"type": "module",
"license": "AGPL-3.0",
Expand Down
Loading