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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change

## [Unreleased]

### Added

- Better support for portable builds that use worksheets and handouts (they print now).
- Improved print controls: show/hide hints/answers/solutions in print view.
- Improved whitespace in program elements.
- Support shortdescription and description for interactive elements.


## [2.33.2] - 2025-12-13

Includes updates to core through commit: [1c97959](https://github.com/PreTeXtBook/pretext/commit/1c97959297d51749717f9b34ce5da131c960b92d)
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 = "8712386b55dc0350a20218a430acfc7f5ee1aada"
CORE_COMMIT = "a7a089448b50916f7d114d9459185b049f96ccc8"


def activate() -> None:
Expand Down