update changelog

This commit is contained in:
aptalca
2024-01-19 09:21:59 -05:00
parent 8b1c3822bf
commit ef25c34f63
2 changed files with 2 additions and 0 deletions

View File

@@ -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.

View File

@@ -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."}