Skip to content

Latest commit

 

History

History
196 lines (123 loc) · 6.83 KB

CHANGELOG.md

File metadata and controls

196 lines (123 loc) · 6.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

This project cannot adhere to Semantic Versioning, because it builds on TeXLive, which introcuces breaking changes now and then. Thus, each new version would lead to a new major version. Instead, we version YYYY-R, where YYYY is TeXLive version this image is based on and R is numbering different releases in that cycle using characters. E.g., 2021-A, 2021-B, ... We use letters instead of numbers to avoid confusion with the automatic builds such as 2021-05-15.

Note that this version is continuously built based on texlive/texlive.

2023-A – 2023-05-12

Fixed

  • Fixed build (wget was not available any more)

Changed

Removed

  • git-latexdiff removed
  • Removed luximono installation (currently does not work)

2021-D – 2021-09-19

Changed

2020-A – 2021-09-18

Changed

2019-A – 2021-09-15

Changed

2021-C – 2021-08-03

Changed

2021-B – 2021-06-11

Added

  • Added support for luximono
  • pip3 #37

2021-A – 2021-05-17

Fixed

Changed

  • Switch upstream image to Island of TeX's texlive image
  • Switch to TeX Live 2021
  • Update pandoc to 2.12.1
  • The working directory for latex compilation is now /workdir instead of /home. /home is kept for plantuml.jar and other local packages.

Removed

  • Remove support of pax, because there is newpax
  • Remove pdftk and ghostscript. Seems to be used only in rare cases.

2020 – 2020-06-23

Added

Changed

  • Update to TeX Live 2020
  • Update to Debian testing
  • Update to Python 3 variant of pygments, python-docx, and pyparsing
  • Update IBM's OpenType plex from 1.2.3 to 5.0.0
  • Update pandoc to 2.9.2
  • Always load latest plantuml.jar when building the docker image
  • Change versioning theme to YYYY-RR, where YYYY is the TeXLive version this image is based on and RR is numbering different releases in that cycle.

Removed

  • Remove all -doc packages (and thus saving nearly 1,7TB of space)

v1.6.0 – 2018-06-19

When using this version, you have to run texindy with the parameter -C utf8. See https://bugs.launchpad.net/ubuntu/+source/xindy/+bug/1735439 for details.

Added

Changed

v1.5.0 – 2018-03-20

Added

  • Added plantuml.jar and environemnt variable PLANTUML_JAR to enable usage of the plantuml package.
  • Added graphviz and inkscape for the plantuml package.
  • Added pandoc to be able to convert md to pdf.

Fixed

  • latexmk is not installed using apt-get anymore, because it is already by the parent image.

v1.4.1 – 2018-06-03

Changed

  • Rebuilt due to freeze of TeXLive 2017.

v1.4.0 – 2018-02-13

Added

v1.3.0 – 2018-01-10

Added

Changed

v1.2.0 – 2017-09-02

Added

  • Ghostscript

v1.1.0 – 2017-09-02

Added

  • packages python2.7, python-pip, pyparsing, and python-docx to enable execution of helper scripts
  • packages openjdk-8-jre-headless and libfile-which-perl to enable execution of pax
  • package pdftk

v1.0.0 – 2017-08-03

Initial release