add changelog

This commit is contained in:
thelamer
2024-01-08 11:19:14 -08:00
parent 743be148ad
commit f17301197e
2 changed files with 4 additions and 2 deletions

View File

@@ -329,7 +329,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.05.23:** - Rebase to Debian Bookworm.
* **08.01.24:** - Fix re-launch issue for chromium by purging temp files on launch.
* **29.12.23:** - Rebase to Debian Bookworm.
* **13.05.23:** - Rebase to Alpine 3.18.
* **01.04.23:** - Preserve arguments passed to Chromium and restructure to use wrapper.
* **18.03.23:** - Initial release.

View File

@@ -76,7 +76,8 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.05.23:", desc: "Rebase to Debian Bookworm." }
- { date: "08.01.24:", desc: "Fix re-launch issue for chromium by purging temp files on launch." }
- { date: "29.12.23:", desc: "Rebase to Debian Bookworm." }
- { date: "13.05.23:", desc: "Rebase to Alpine 3.18." }
- { date: "01.04.23:", desc: "Preserve arguments passed to Chromium and restructure to use wrapper." }
- { date: "18.03.23:", desc: "Initial release." }