Skip to content

Commit 96cb330

Browse files
committed
prep release
1 parent 616a096 commit 96cb330

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
1212
### Added
1313

1414
- New `--slow` option for `pretext generate` to increase the timeout for interactive preview generation.
15+
- Publisher options for hiding subtitle and byline in html page banner.
16+
- Solution-like elements persist for Runestone assignment page.
17+
- `worksheet` added to stable schema; `handout` added to dev schema.
18+
1519

1620
### Changed
1721

1822
- When an update is available, report this on every run of pretext.
23+
- `md` elements with no `mrow` produce math equations (previously `me`).
24+
25+
### Fixed
26+
27+
- Styling for non-math, non-interactive fillins in html.
28+
- MathJax svg display in dark mode.
29+
- Table justification in html.
1930

2031
## [2.29.2] - 2025-09-10
2132

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 = "6b68dbd2e18a547b70a2b4d004bde2de102a6d19"
22+
CORE_COMMIT = "6e685595d5967d5d25eae299aab96dde54d89445"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)