Skip to content

Commit 1a8b8a5

Browse files
authored
prep for release (#1132)
1 parent ad9784b commit 1a8b8a5

4 files changed

Lines changed: 22 additions & 48 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,23 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Support for "paragraphs" element in printouts (worksheets and handouts).
15+
- Optional LaTeX link highlighting via the `latex/@link-highlight` publisher option.
16+
- New quotation mark styles for Canada and Germany locales.
17+
1218
### Fixed
1319

1420
- Failed individual asset generation (when core does not produce the expected output file) now raises an error and is no longer silently treated as a success. This prevents incorrectly caching incomplete asset generation results.
21+
- Landing page links for print and single-file targets now generate correctly.
22+
- JavaScript bug in printouts that miscalculated workspace with slow-loading images.
1523

1624
### Changed
1725

1826
- The default Asymptote generation method is now `local` (using the local `asy` binary) instead of `server`. This improves reliability since the server method has been subject to breakage whenever the Asymptote web interface is updated. Users who need the server method can still opt in via `asy-method="server"` in `project.ptx`.
1927

28+
2029
## [2.37.1] - 2026-02-19
2130

2231
Includes updates to core through commit: [4e4ff13](https://github.com/PreTeXtBook/pretext/commit/4e4ff13706654ca5eb4ff9936bc2acddbd4aa648)

poetry.lock

Lines changed: 11 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

2121

22-
CORE_COMMIT = "8cc838f3fad87b51b2f3ba76ec9ca63fce8978ea"
22+
CORE_COMMIT = "8fa439172314b489e4b1b835564c08379b5de7bd"
2323

2424

2525
def activate() -> None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plastex = "^3"
4545
jinja2 = "^3"
4646
coloraide = "^4"
4747
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
48-
prefig = { extras = ["text"], version = "^0.5.7", optional = true }
48+
prefig = { extras = ["text"], version = "^0.5.13", optional = true }
4949
citeproc-py = "^0"
5050

5151

0 commit comments

Comments
 (0)