diff --git a/Extended-CE:-Installation.md b/Extended-CE:-Installation.md index 0f2cd26..8c4dd9e 100644 --- a/Extended-CE:-Installation.md +++ b/Extended-CE:-Installation.md @@ -1,7 +1,7 @@ ## Installation Detailed installation instructions can be found in the [Overleaf Toolkit](https://github.com/overleaf/toolkit/). -To run a custom image, add a file named docker-compose.override.yml with the following or similar content into the `overleaf-toolkit/config directory`: +To run a custom image, add a file named docker-compose.override.yml with the following or similar content into the `overleaf-toolkit/config` directory: ```yml --- @@ -12,11 +12,11 @@ services: If you want to build a Docker image of the extended CE based on the upstream v5.5.0 codebase, you can check out the corresponding tag by running: ``` -git checkout v5.5.0-ext-v3 +git checkout v5.5.0-ext-v3.1 ``` -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.5.1`) exists, build a patched image. +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.5.2`) exists, build a patched image. Alternatively, you can download a prebuilt image from Docker Hub: ``` -docker pull overleafcep/sharelatex:5.5.0-ext-v3 +docker pull overleafcep/sharelatex:5.5.2-ext-v3.1 ``` -Make sure to update the image name in overleaf-toolkit/config/docker-compose.override.yml accordingly. +Make sure to update the image name in `overleaf-toolkit/config/docker-compose.override.yml` accordingly. diff --git a/Home.md b/Home.md index c1788b6..3c75b94 100644 --- a/Home.md +++ b/Home.md @@ -12,19 +12,25 @@ the [Overleaf Wiki Page](https://github.com/overleaf/overleaf/wiki). ## Extended CE Release Notes -### `v5.5.0-ext-v3`: +### `v5.5.2-ext-v3.1` -- Based on upstream codebase v5.5.0 +- Based on upstream release v5.5.2 +- Added `OVERLEAF_OIDC_ALLOWED_EMAIL_DOMAINS` variable to restrict JIT account creation for users + authenticating via OIDC, based on their email domains -### `v5.4.1-ext-v3`: +### `v5.5.0-ext-v3` -- Based on upstream codebase v5.4.1 +- Based on upstream release v5.5.0 + +### `v5.4.1-ext-v3` + +- Based on upstream release v5.4.1 - Sandboxed compiles: Made the `TEX_LIVE_DOCKER_IMAGE` environment variable optional - Template Gallery: Fixed bugs - Template Gallery: improved visual presentation of modals and enhanced keyboard interactions - Template Gallery **breaking change**: Replaced the free-text license field with a dropdown (select box) -### `v5.4.0-ext-v2`: +### `v5.4.0-ext-v2` - Added "From External URL" feature - Introduced Template Gallery