- Update to 0.14.14
* Features - cli: Change module load error to suggestion for how to install 3rd party modules - languages: U+00A0 non-breaking space must be stretchable by default - typesetters: Support U+00AD soft hyphen as discretionary break * Bug Fixes - cli: Stop outputting error messages twice on failure to process main file - core: Use nil-safe and Lua-version-robust table utils - packages: Adjust dropcap logic for letters with a depth OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=25
This commit is contained in:
parent
b74988a0bc
commit
d40c6d97db
2
_service
2
_service
@ -2,6 +2,6 @@
|
|||||||
<service mode="manual" name="download_url">
|
<service mode="manual" name="download_url">
|
||||||
<param name="protocol">https</param>
|
<param name="protocol">https</param>
|
||||||
<param name="host">github.com</param>
|
<param name="host">github.com</param>
|
||||||
<param name="path">/sile-typesetter/sile/releases/download/v0.14.13/sile-0.14.13.tar.xz</param>
|
<param name="path">/sile-typesetter/sile/releases/download/v0.14.14/sile-0.14.14.tar.xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d4f587da9e6cabe27010310bbfba70504900af576872a348bc951d0c9ee15c0
|
|
||||||
size 2918528
|
|
3
sile-0.14.14.tar.xz
Normal file
3
sile-0.14.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4671b0f8df27c9e91bbb994ed1f8dc5f2b56179c80f071832307efa070da988
|
||||||
|
size 2920404
|
13
sile.changes
13
sile.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 24 06:53:10 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- Update to 0.14.14
|
||||||
|
* Features
|
||||||
|
- cli: Change module load error to suggestion for how to install 3rd party modules
|
||||||
|
- languages: U+00A0 non-breaking space must be stretchable by default
|
||||||
|
- typesetters: Support U+00AD soft hyphen as discretionary break
|
||||||
|
* Bug Fixes
|
||||||
|
- cli: Stop outputting error messages twice on failure to process main file
|
||||||
|
- core: Use nil-safe and Lua-version-robust table utils
|
||||||
|
- packages: Adjust dropcap logic for letters with a depth
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 17:28:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
Tue Oct 31 17:28:13 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: sile
|
Name: sile
|
||||||
Version: 0.14.13
|
Version: 0.14.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simon’s Improved Layout Engine
|
Summary: Simon’s Improved Layout Engine
|
||||||
Group: Productivity/Publishing
|
Group: Productivity/Publishing
|
||||||
|
Loading…
Reference in New Issue
Block a user