From c71714acfcfb165cfa70f787ea0c814241a709c8029d4da849442d709e429dff Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Wed, 12 Apr 2023 03:08:15 +0000 Subject: [PATCH] update: 0.14.8 -> 0.14.9 - Features * classes: Add Picas unit to cover all units speced in Docbook * classes: Implement the\code command in the plain class * cli: Add -q / --quiet flag to reduce output to essential errors * core: Support initializing fill glues with a width * packages: Introduce urlstyle hook in the url package * packages: New scalebox package for arbitrary box re-scaling * packages: Support migrating content in re-wrapped hboxes * typesetters: Implement hbox building logic in the typesetter - Bug Fixes * build: Distribute SVG and FTL source files in packages * classes: Avoid justification issues with relative parindent * classes: Make sure un-numbered chapters make it in the ToC * classes: Parse bare number and percentage units in docbook images * classes: Setting current.hangIndent is a measurement * cli: Return success if --help explicitly requested * core,typesetter: Discretionary nodes are incorrectly handled * core: Ensure restoring settings top-level state does not error * outputters: Update Cairo/Podofo hbox debug API to match libtexpdf * packages: Correct image aspect preservation logic * packages: Fix output of debug breaks in infonode package * packages: Make sure pullquotes start in block mode * packages: Strip content position in ToC entries * etc. https://github.com/sile-typesetter/sile/releases/tag/v0.14.9 OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=15 --- _service | 2 +- sile-0.14.8.tar.xz | 3 --- sile-0.14.9.tar.xz | 3 +++ sile.changes | 29 +++++++++++++++++++++++++++++ sile.spec | 2 +- 5 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 sile-0.14.8.tar.xz create mode 100644 sile-0.14.9.tar.xz diff --git a/_service b/_service index 9f12eaa..5542581 100644 --- a/_service +++ b/_service @@ -2,6 +2,6 @@ https github.com - /sile-typesetter/sile/releases/download/v0.14.8/sile-0.14.8.tar.xz + /sile-typesetter/sile/releases/download/v0.14.9/sile-0.14.9.tar.xz diff --git a/sile-0.14.8.tar.xz b/sile-0.14.8.tar.xz deleted file mode 100644 index 7cb5c2f..0000000 --- a/sile-0.14.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ca6ae29bfccae0d028eb3779fb04735859e40b24dce3b08289318fd8d10064 -size 2771280 diff --git a/sile-0.14.9.tar.xz b/sile-0.14.9.tar.xz new file mode 100644 index 0000000..6e7ffae --- /dev/null +++ b/sile-0.14.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a719a490a2bb71136d25d665536fb9ff2a17123fc2cee48d05ce418cb404814 +size 2948088 diff --git a/sile.changes b/sile.changes index 446b4fa..7988de9 100644 --- a/sile.changes +++ b/sile.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Apr 12 03:01:23 UTC 2023 - Gordon Leung + +update: 0.14.8 -> 0.14.9 +- Features + * classes: Add Picas unit to cover all units speced in Docbook + * classes: Implement the\code command in the plain class + * cli: Add -q / --quiet flag to reduce output to essential errors + * core: Support initializing fill glues with a width + * packages: Introduce urlstyle hook in the url package + * packages: New scalebox package for arbitrary box re-scaling + * packages: Support migrating content in re-wrapped hboxes + * typesetters: Implement hbox building logic in the typesetter +- Bug Fixes + * build: Distribute SVG and FTL source files in packages + * classes: Avoid justification issues with relative parindent + * classes: Make sure un-numbered chapters make it in the ToC + * classes: Parse bare number and percentage units in docbook images + * classes: Setting current.hangIndent is a measurement + * cli: Return success if --help explicitly requested + * core,typesetter: Discretionary nodes are incorrectly handled + * core: Ensure restoring settings top-level state does not error + * outputters: Update Cairo/Podofo hbox debug API to match libtexpdf +* packages: Correct image aspect preservation logic +* packages: Fix output of debug breaks in infonode package +* packages: Make sure pullquotes start in block mode +* packages: Strip content position in ToC entries +* etc. https://github.com/sile-typesetter/sile/releases/tag/v0.14.9 + ------------------------------------------------------------------- Sat Jan 28 05:11:57 UTC 2023 - Gordon Leung diff --git a/sile.spec b/sile.spec index 7de39c4..3035544 100644 --- a/sile.spec +++ b/sile.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: sile -Version: 0.14.8 +Version: 0.14.9 Release: 0 Summary: Simon’s Improved Layout Engine Group: Productivity/Publishing