Skip to content

Commit 27702a4

Browse files
committed
prep next release
1 parent 3fb8d0a commit 27702a4

4 files changed

Lines changed: 40 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- New "handout" division, similar to worksheets, but intended for pages you print without exercises.
15+
- `@workspace` can go on most paragraph-level elements in worksheets and handouts.
16+
17+
### Fixed
18+
19+
- Footnotes inside detached `proof` works better in print conversion.
20+
- Improve autoscroll of table of contents for HTML.
21+
1222
## [2.27.0] - 2025-08-12
1323

1424
Includes updates to core through commit: [132ca23](https://github.com/PreTeXtBook/pretext/commit/132ca234495d16ffbb8ad75fc06375f991000db4)
1525

1626
### Changed
1727

18-
- Lagacy themes for HTML will not be automatically replaced with their new equivalents.
28+
- Legacy themes for HTML will now be automatically replaced with their new equivalents.
1929

2030
### Added
2131

poetry.lock

Lines changed: 26 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "132ca234495d16ffbb8ad75fc06375f991000db4"
22+
CORE_COMMIT = "64dce22c0b2396882dba39e15bff31d9f9f2529b"
2323

2424

2525
def activate() -> None:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ plastex = "^3"
4545
jinja2 = "^3"
4646
coloraide = "^4"
4747
pelican = { extras = ["markdown"], version = "^4.10", optional = true }
48-
prefig = { extras = ["text"], version = "^0.3.9", optional = true }
48+
prefig = { extras = ["text"], version = "^0.4", optional = true }
49+
citeproc-py = "^0"
4950

5051

5152
# Development dependencies

0 commit comments

Comments
 (0)