Skip to content

Commit 6c987f6

Browse files
committed
Release 2023-A
1 parent 0d97cb5 commit 6c987f6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

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

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6-
75
This project cannot adhere to [Semantic Versioning](http://semver.org/), because it builds on TeXLive, which introcuces breaking changes now and then.
86
Thus, each new version would lead to a new major version.
97
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.
@@ -12,7 +10,12 @@ We use letters instead of numbers to avoid confusion with the automatic builds s
1210

1311
## [edge]
1412

15-
This version is continuosly build on [DANTE e.V.'s docker-texlive `edge` build](https://github.com/dante-ev/docker-texlive/).
13+
This version is continuously build on [DANTE e.V.'s docker-texlive `edge` build](https://github.com/dante-ev/docker-texlive/).
14+
15+
## [2023-A] - 2023-05-12
16+
17+
- Base on [DANTE e.V.'s docker-texlive 2023-A](https://github.com/dante-ev/docker-texlive/releases/tag/2023-A)
18+
- Added support for `extra_font_packages` to install fonts from zip files
1619

1720
## [2020-A] - 2021-09-18
1821

@@ -47,7 +50,8 @@ This version is continuosly build on [DANTE e.V.'s docker-texlive `edge` build](
4750

4851
Initial public release
4952

50-
[edge]: https://github.com/dante-ev/latex-action/compare/2021-C...HEAD
53+
[edge]: https://github.com/dante-ev/latex-action/compare/2023-A...HEAD
54+
[2023-A]: https://github.com/dante-ev/latex-action/compare/2021-C...2023-A
5155
[2021-C]: https://github.com/dante-ev/latex-action/compare/2021-B...2021-C
5256
[2021-B]: https://github.com/dante-ev/latex-action/compare/2021-A...2021-B
5357
[2021-A]: https://github.com/dante-ev/latex-action/compare/v0.2.0...2021-A

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/dante-ev/texlive:edge
1+
FROM ghcr.io/dante-ev/texlive:2023-A
22

33
WORKDIR /root
44

0 commit comments

Comments
 (0)