From 2d99eb38b9bc42ee69a35bf208f5e078a61b1c17 Mon Sep 17 00:00:00 2001 From: Ryan Kuba Date: Sun, 14 Apr 2024 17:30:00 -0700 Subject: [PATCH] add notes on fedora rebase (#224) --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eb90bb43..8774b6e1 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **14.04.24:** - Rebase Fedora to 40. * **11.02.24:** - Add PWA icons and title variants properly. * **06.02.24:** - Update Readme about native language support. * **29.12.23:** - Rebase Alpine to 3.19 and swap back to Firefox. diff --git a/readme-vars.yml b/readme-vars.yml index 8061628f..9cbc875e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -138,6 +138,7 @@ app_setup_block: | # changelog changelogs: + - { date: "14.04.24:", desc: "Rebase Fedora to 40." } - { date: "11.02.24:", desc: "Add PWA icons and title variants properly." } - { date: "06.02.24:", desc: "Update Readme about native language support." } - { date: "29.12.23:", desc: "Rebase Alpine to 3.19 and swap back to Firefox." }