Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change

## [Unreleased]

### Fixed

- Bug preventing OPL WeBWorK problems from loading inside Runestone.


## [2.30.0] - 2025-11-06

Includes updates to core through commit: [6e68559](https://github.com/PreTeXtBook/pretext/commit/6e685595d5967d5d25eae299aab96dde54d89445)
Expand All @@ -20,7 +25,6 @@ Includes updates to core through commit: [6e68559](https://github.com/PreTeXtBoo
- 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.
Expand All @@ -32,6 +36,7 @@ Includes updates to core through commit: [6e68559](https://github.com/PreTeXtBoo
- MathJax svg display in dark mode.
- Table justification in html.


## [2.29.2] - 2025-09-10

Includes updates to core through commit: [016b805](https://github.com/PreTeXtBook/pretext/commit/016b805e8716fc8d4246027f3e999c566a57442c)
Expand Down
2 changes: 1 addition & 1 deletion pretext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VERSION = get_version("pretext", Path(__file__).parent.parent)


CORE_COMMIT = "6e685595d5967d5d25eae299aab96dde54d89445"
CORE_COMMIT = "e406b5c742d50f7b75a78aa5eac75bb285ad35b1"


def activate() -> None:
Expand Down