From 881d7b262c25712391935b4bf3aadc3ff64e2e13 Mon Sep 17 00:00:00 2001 From: chodeus <190988615+chodeus@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:02:13 +0000 Subject: [PATCH 1/2] chore(beta): release changelog Release-Synced: f86ed07b1b58bf76168cfb4502e02e2668a9b9e8 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb364926..13b41a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ After updating, hard-refresh your browser (Ctrl/Cmd+Shift+R) and clear its cache if the page doesn't display correctly — before submitting a debug .json. +## Unreleased + +- fix(pkg_build): resolve --out before building so a relative path works +- fix: resolve container update status per container, not per image (#69) +- refactor: give the has-an-update predicate one home (#70) +- refactor: one owner for stale-autostart pruning (#71) +- fix: stuck folders can be deleted, and a failed delete no longer freezes the page (#75) +- Test build per pull request via the test-build label (beta) (#73) (fde4de4) + ## 2026.08.28 - Containers assigned by a `folder.view3` Docker label (including Compose services) no longer override a folder you picked explicitly, and can't end up in two folders at once From 833607c80e1fa5a940ccbd7b39dbcbed28e8076c Mon Sep 17 00:00:00 2001 From: chodeus <190988615+chodeus@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:10:18 +0800 Subject: [PATCH 2/2] Revise CHANGELOG for recent updates and fixes Updated changelog with new features, fixes, and improvements. --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b41a86..0b7a960d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ After updating, hard-refresh your browser (Ctrl/Cmd+Shift+R) and clear its cache ## Unreleased -- fix(pkg_build): resolve --out before building so a relative path works -- fix: resolve container update status per container, not per image (#69) -- refactor: give the has-an-update predicate one home (#70) -- refactor: one owner for stale-autostart pruning (#71) -- fix: stuck folders can be deleted, and a failed delete no longer freezes the page (#75) -- Test build per pull request via the test-build label (beta) (#73) (fde4de4) +- Containers that share an image tag no longer copy each other's update state +- A degraded Docker read can no longer trim your autostart file +- A folder that refused to delete can now be removed, and a failed delete no longer freezes the page +- Folder ids are validated and escaped wherever they are rendered +- A failed theme install leaves your current theme untouched, and name clashes, oversized files and broken links are refused rather than half-installed +- A theme declined at the external-URL warning is now removed +- Themes marked disabled are recognised whatever the capitalisation +- Backup restores and CSS settings now report a failed write +- The settings page and the CSS Tool's theme labels are translated ## 2026.08.28