sile/sile.changes
Gordon Leung c71714acfc 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
2023-04-12 03:08:15 +00:00

155 lines
7.3 KiB
Plaintext

-------------------------------------------------------------------
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>
update: 0.14.7 -> 0.14.8
- Features
* build: Pass build time configuration into Lua environment
* core: Add variations support to font command
* shapers: Instanciate variable fonts
* shapers: Support named instances with FontConfig
* shapers: Support named instances with macfonts
- Bug Fixes
* build: Package license file for vendored lunamark fork
* classes: Coerce option values to booleans
* packages: Absolutize parskip heights on use
* packages: Pass style & weight values to the math font loader
* packages: Quote option values in documentation when necessary
* tooling: Use luaEnv properly
-------------------------------------------------------------------
Fri Jan 6 07:59:02 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
update: 0.14.6 -> 0.14.7
- Features
* build: Allow easy skip of font checks with FCMATCH=true
- Bug Fixes
* build: Only check tooling to bulid manual if really needed
* inputters: Rework SIL input to handle both junk outside of document tag and fragments
* outputters: Patch up error message when failing to load font
* shaper: Correct font-variants using opsz axis
* shaper: Respect variations when shaping
* tooling: Keep all Lua packages in same env for Nix
* utilities: Tweak breadcrumbs to work under LuaJIT limitations
-------------------------------------------------------------------
Thu Dec 15 00:18:40 UTC 2022 - pirateclip@protonmail.com
- Update to version 0.14.6:
* chore(release): 0.14.6
* fix(tooling): Exempt LuaJIT from external bit32 library requirement (#1654)
* fix(shapers): Apply tracking settings even in font-fallback shaper
* refactor(shapers): Move fallback shaper to dedicated module
* fix(packages): Use casting to restore shaper state after fallbacks
* docs(manual): Fix grid docs by actually loading the module for use
* chore(tooling): Update commitlint rules for current module types
* test(typesetters): Update expectations for bugs squashed during refactor
* refactor(typesetters): Move tate typesetter functions to class
* fix(packages): Fix \cite{key} in bibtex package (#1655)
* fix(debug): Correct filename in debug info after includes (#1652)
-------------------------------------------------------------------
Sat Nov 19 19:09:36 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
update: 0.14.4 -> 0.14.5
- Bug Fixes
* inputters: Correct false positive detection of STDIN as Lua content
* inputters: Don't duplicate passthrough content in AST
* inputters: Permit content outside of the document note, e.g. comments or blanks
* inputters: Relax SIL format sniffing to allow valid syntax
* languages: Tidy up variable scope in languages/unicode.lua
* measurements: Allow redefinition of existing units
* packages: Ensure a page switch does not break boustrophedon
-------------------------------------------------------------------
Sat Nov 5 16:18:00 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
update: 0.14.3 -> 0.14.4
- Features
* packages: Add boolean noleadingzeros option to counter formatter
* packages: Add new command \set-multilevel-counter
- Bug Fixes
* classes: Always break out of hmode before processing \chapter headings
* core: A typo in a variable prevents using -u with a class
* languages: Make 'und' an exception to language name canonicalization
* math: Fix insertion order of MathML children
* packages: Account for depth when calculating rotation center
* packages: Avoid forcing mirrored masters in twoside package
* packages: Combine \unichar'ed chars with same font only
* packages: Correct rotation origin calculation back to pre v0.10.0
* packages: Don't inhibit page breaking after switching masters mid-page
* packages: Make sure PDF initialized before rotate package directly calls it
* packages: Rework simple and multilevel counters
* packages: Textcase package name typo preventing using methods from code
- Reverts
* Revert "docs(packages): Fixup unichar documentation, work around known bug (#1549)"
-------------------------------------------------------------------
Fri Sep 2 14:16:40 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
update: 0.14.2 -> 0.14.3
- Features
* languages: Handle hyphenation of inter-word apostrophes in Turkish
* packages: Add \open-spread function with more features that \open-double-page
* packages: Add ability to select a page in PDF images
* packages: Allow for customized content on otherwise blank filler pages
* packages: Provide base directory to packages
* utilities: Return image resolution with libtexpdf backend
- Bug Fixes
* cli: Actually apply cli provided class options
* cli: Allow CLI option to override document specified class
* languages: Make Turkish hyphenation less bad around intraword apostrophes
* nodes: Correct calculating width of postbreak discretionaries
* nodes: Work around discressionaries being output when not wanted
* packages: Fix over-aggressive eject in \open-double-page
* packages: Homogenize image width and height as measurements
- closes gh#sile-typesetter/sile#1504
* packages: Make sure PDF initialized before PDF package does anything
- closes gh#sile-typesetter/sile#1534
* packages: Resolve src= relative to document for SVG images
- closes gh#sile-typesetter/sile#1532
- Reverts
* Revert "chore(cli): Output header before doing anything that might throw warnings"
remove(pdf-metadata.patch): upstreamed
-------------------------------------------------------------------
Fri Aug 26 05:27:25 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
patch(pdf-metadata.patch): no return 0 at end of function
-------------------------------------------------------------------
Thu Aug 25 15:45:13 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
- initial commit