File tree Expand file tree Collapse file tree 5 files changed +36
-4
lines changed
Expand file tree Collapse file tree 5 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.8.14 (2025-05-09)
5+
6+ ### Bug Fixes
7+
8+ - Remove superfluous theme/color mechanism
9+ ([ ` bdf9fbe ` ] ( https://github.com/pythonnz/pdfbaker/commit/bdf9fbe3f3602241979ce29a40049126f24b6b29 ) )
10+
11+ This is technically a breaking change but trivial to resolve in configs: No more special implicit
12+ treatment of "theme" to resolve a "style".
13+
14+ Just use regular variables like ``` style: primary_text_colour: {{ theme.off_black }}
15+
16+ secondary_text_colour: {{ theme.off_white }}
17+
18+ theme: off_black: "#2d2a2b"
19+
20+ off_white: "#f5f5f5" ```
21+
22+ ### Code Style
23+
24+ - Show how you can add messages to the processing log
25+ ([ ` a2c2b62 ` ] ( https://github.com/pythonnz/pdfbaker/commit/a2c2b62d0be5c3a9a119c80e0a5a5cb00b81e8ab ) )
26+
27+ ### Continuous Integration
28+
29+ - Don't run pre-commit/tests twice on push to main
30+ ([ ` f721c24 ` ] ( https://github.com/pythonnz/pdfbaker/commit/f721c24fc68e7ebe3f23e1c7fac255d93d4f26e8 ) )
31+
32+ - Keep static ` __version__ ` in ` __init__.py ` , update upon release
33+ ([ ` d240591 ` ] ( https://github.com/pythonnz/pdfbaker/commit/d240591f374ad055838a0a4381ae2591ca74626e ) )
34+
35+
436## v0.8.13 (2025-05-09)
537
638### Bug Fixes
Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22message : " If you use pdfbaker in your work, please cite it using the following metadata."
33title : " pdfbaker"
4- version : 0.8.13
4+ version : 0.8.14
55date-released : 2025-05-09
66repository-code : " https://github.com/pythonnz/pdfbaker"
77license : " MIT"
Original file line number Diff line number Diff line change 11[project ]
22name = " pdfbaker"
3- version = " 0.8.13 "
3+ version = " 0.8.14 "
44description = " SVG Jinja templates + YAML config = PDF documents"
55authors = [
66 { name = " Danny W. Adair" , email = " danny.adair@unfold.nz" }
Original file line number Diff line number Diff line change 11"""pdfbaker - Create PDF documents from YAML-configured SVG templates."""
22
3- __version__ = "0.8.13 "
3+ __version__ = "0.8.14 "
44__all__ = ["__version__" ]
You can’t perform that action at this time.
0 commit comments