README.md: v5.4.0-v2

This commit is contained in:
yu-i-i
2025-05-05 05:22:52 +02:00
parent 7e91256ae3
commit ddd2789933

View File

@@ -58,15 +58,22 @@ Here, the attached volume provides convenient access for the container to the ce
If you want to build a Docker image of the extended CE based on the upstream v5.4.0 codebase, you can check out the corresponding tag by running:
```
git checkout v5.4.0-ext-v1
git checkout v5.4.0-ext-v2
```
After building the image, switch to the latest state of the repository and check the `server-ce/hotfix` directory. If a subdirectory matching your version (e.g., `5.4.0`) exists, build a patched image.
Alternatively, you can download a prebuilt image from Docker Hub:
```
docker pull overleafcep/sharelatex:5.4.0-ext-v1
docker pull overleafcep/sharelatex:5.4.0-ext-v2
```
Make sure to update the image name in overleaf-toolkit/config/docker-compose.override.yml accordingly.
### New in `v5.4.0-ext-v2`:
- Added "From External URL" feature
- Introduced Template Gallery
- Improved keyboard input experience in the Symbol Palette
- Fixed compilation error when using the `minted` package
## Sandboxed Compiles
To enable sandboxed compiles (also known as "Sibling containers"), set the following configuration options in `overleaf-toolkit/config/overleaf.rc`: