Releases: ChiefGokhlayeh/latex
Releases · ChiefGokhlayeh/latex
v11
v10
v9
v8
v7
v6
v5
v4
Full TeXLive
Changelog
Added
- Full TeXLive installation via
texlive-scheme-full
Upgraded
- PlantUML to version
1.2021.0
v3
Switch to Fedora
Changelog
Added
- Fedora 33 based Docker image
- After trying out different distros, I found that Fedora's packages are quite up-to-date, inter-compatible and easy to install in script form. Way better than Alpine or Archlinux (not to diss on them, I use them daily).
- Various tests/examples, checked during CI/CD to ensure the image is up to par
Removed
- Alpine based Docker image
arm64
platform- Mirrors are unfortunately way to slow to build an image (over 2h!)
v2
Dependency upgrades
Changelog
Added
- Pre-commit hooks, including CI/CD workflow using GitHub Actions
- Push-image to Docker Hub workflow using GitHub Actions
- Self-checks using simple PythonTeX-powered document (also serving as example)
- Multi-platform images, now supporting
x86_64
andarm64
Upgraded
- PlantUML to version
1.2020.26
- Newest Alpine edge
Removed
- Redundant install directives for Perl dependencies (should be installed as part of
biber
andtexlive
) - Docker Hub CI/CD (using
push-image
GitHub Action instead)