From ce1024b8f77b695a40d210d86ade412c6ce52491 Mon Sep 17 00:00:00 2001 From: Oscar Levin Date: Thu, 6 Nov 2025 06:43:13 -0700 Subject: [PATCH] prep release --- CHANGELOG.md | 11 +++++++++++ pretext/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e4decd..fba6aa67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,21 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ### Added - New `--slow` option for `pretext generate` to increase the timeout for interactive preview generation. +- Publisher options for hiding subtitle and byline in html page banner. +- Solution-like elements persist for Runestone assignment page. +- `worksheet` added to stable schema; `handout` added to dev schema. + ### Changed - When an update is available, report this on every run of pretext. +- `md` elements with no `mrow` produce math equations (previously `me`). + +### Fixed + +- Styling for non-math, non-interactive fillins in html. +- MathJax svg display in dark mode. +- Table justification in html. ## [2.29.2] - 2025-09-10 diff --git a/pretext/__init__.py b/pretext/__init__.py index 82abf598..24d3e64f 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "6b68dbd2e18a547b70a2b4d004bde2de102a6d19" +CORE_COMMIT = "6e685595d5967d5d25eae299aab96dde54d89445" def activate() -> None: