diff --git a/README.md b/README.md index 5d6e8954..247e487d 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **19.01.24:** - Fix tonemapping so it's done with hw acceleration. * **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **08.06.23:** - Fix package extraction so it doesn't change /tmp perms. * **31.05.23:** - Use upstream deb packages instead of rpm. diff --git a/readme-vars.yml b/readme-vars.yml index 842331ec..f4d27d67 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -83,6 +83,7 @@ app_setup_block: | ``` # changelog changelogs: + - {date: "19.01.24:", desc: "Fix tonemapping so it's done with hw acceleration."} - {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "08.06.23:", desc: "Fix package extraction so it doesn't change /tmp perms."} - {date: "31.05.23:", desc: "Use upstream deb packages instead of rpm."}