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
This commit is contained in:
Gordon Leung 2023-04-12 03:08:15 +00:00 committed by Git OBS Bridge
parent 8d665561d5
commit c71714acfc
5 changed files with 34 additions and 5 deletions

View File

@ -2,6 +2,6 @@
<service mode="manual" name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.14.8/sile-0.14.8.tar.xz</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.14.9/sile-0.14.9.tar.xz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09ca6ae29bfccae0d028eb3779fb04735859e40b24dce3b08289318fd8d10064
size 2771280

3
sile-0.14.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a719a490a2bb71136d25d665536fb9ff2a17123fc2cee48d05ce418cb404814
size 2948088

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Apr 12 03:01:23 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
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 <pirateclip@protonmail.com>

View File

@ -18,7 +18,7 @@
%bcond_without tests
Name: sile
Version: 0.14.8
Version: 0.14.9
Release: 0
Summary: Simons Improved Layout Engine
Group: Productivity/Publishing