Skip to content

Commit 23dfa88

Browse files
committed
prepare release
1 parent 0d3a018 commit 23dfa88

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Better support for portable builds that use worksheets and handouts (they print now).
15+
- Improved print controls: show/hide hints/answers/solutions in print view.
16+
- Improved whitespace in program elements.
17+
- Support shortdescription and description for interactive elements.
18+
19+
1220
## [2.33.2] - 2025-12-13
1321

1422
Includes updates to core through commit: [1c97959](https://github.com/PreTeXtBook/pretext/commit/1c97959297d51749717f9b34ce5da131c960b92d)

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 = "8712386b55dc0350a20218a430acfc7f5ee1aada"
22+
CORE_COMMIT = "a7a089448b50916f7d114d9459185b049f96ccc8"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)