From 307de5fc942c0e45797692b727bc697fa91c3237 Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sun, 31 May 2026 08:44:46 -0400 Subject: [PATCH] docs(changelog): v0.3.0 changelog --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 99e4a6c..0a671bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +navidrome-uploader (0.3.0) unstable; urgency=medium + + * E2E Testing: + - Add Dockerfile and entrypoint script for testing .deb packages + - Implement initial API functional tests with pytest configuration + - Update CI workflow to run E2E tests automatically after package build + * Packaging: + - Change architecture from 'all' to 'amd64' + * CI/Build: + - Implement automated Gitea workflow for .deb building + * Refactoring: + - Remove unused templates + * Maintenance: + - Update Dropzone.js upstream source + + -- Arian Nasr Sun, 31 May 2026 08:43:00 -0400 + navidrome-uploader (0.2.0) unstable; urgency=medium * Packaging: