You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update devcontainer and related templates
* update core commit
* update changelog
* update build process to only update hash when deploying
* format
* flake
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
9
9
10
10
## [Unreleased]
11
11
12
+
13
+
### Changed
14
+
15
+
- Default devcontainer setup now uses a simplified, versioned `pretext-full` docker image.
16
+
12
17
### Fixed
13
18
14
19
- Fill-in-the-blank questions do not need dynamic-subs assets for HTML-format builds; now they will no longer be generated.
@@ -17,6 +22,7 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
17
22
18
23
- Sometimes something goes wrong with the pretext resources in `~/.ptx`. You can now run `pretext init --system` to reinstall these resources for the current version. This will also try to run `npm install` for the css themes.
19
24
25
+
20
26
## [2.19.3] - 2025-06-14
21
27
22
28
Includes updates to core through commit: [1b65b63](https://github.com/PreTeXtBook/pretext/commit/1b65b63c3a83292c22b46cf1e12795c4dd519cc0)
// If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image.
18
+
// "image": "oscarlevin/pretext:latest",
17
19
"features": {},
18
20
19
-
//Comment or uncomment lines below if you don't or do need that feature.
21
+
//The pretext-full image above includes pretext, prefigure, and enough parts of latex and sagemath for most cases. If there are errors with sage, you can install the full sagemath package through Conda by running ./.devcontainer/installSage.sh, or uncommenting that line and rebuilding the container.
0 commit comments