Fix dates

This commit is contained in:
quietsy
2025-11-16 09:58:53 +02:00
parent f2b3dac1d3
commit 397f6caead
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **10.28.25:** - Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine.
* **28.10.25:** - Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine.
* **07.01.25:** - Set kepubify path by default.
* **05.12.24:** - Rebase to noble.
* **26.08.24:** - Add new dep, xdg-utils.
+1 -1
View File
@@ -102,7 +102,7 @@ init_diagram: |
"calibre-web:nightly" <- Base Images
# changelog
changelogs:
- {date: "10.28.25:", desc: "Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine."}
- {date: "28.10.25:", desc: "Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine."}
- {date: "07.01.25:", desc: "Set kepubify path by default."}
- {date: "05.12.24:", desc: "Rebase to noble."}
- {date: "26.08.24:", desc: "Add new dep, xdg-utils."}