Skip to content

Commit c7916a2

Browse files
committed
prep next release
1 parent e030391 commit c7916a2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- A description list (`dl`) can now be set to `@width="wide"` to give more room for the titles/terms.
15+
16+
### Changed
17+
18+
- You can override the default table of contents "focus" (expandable levels) for a theme with a publication variable.
19+
20+
### Fixed
21+
22+
- Include introductions and conclusions for tasks in Runestone.
23+
- Variety of styling improvements.
24+
- `dl` with `@width="narrow"` now respected in HTML.
25+
- detached proofs now reference their theorem with a knowl and without duplication.
26+
- Project-like duplication for ActiveCode and CodeLens now fixed for Runestoone.
27+
1228
## [2.28.2] - 2025-08-18
1329

1430
Includes updates to core through commit: [488b019](https://github.com/PreTeXtBook/pretext/commit/488b019c8f79306ecdaf8a8dee20d0717ce7a034)

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 = "488b019c8f79306ecdaf8a8dee20d0717ce7a034"
22+
CORE_COMMIT = "38f9e6c394e64463946ccad634359345c207093e"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)