diff --git a/CHANGELOG.md b/CHANGELOG.md index a701dc4..d0864b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ All notable changes to Klarbild are documented here. Newest first. - **Bulk actions** — download selected results as a ZIP, move several into a folder at once. - **Thumbnails** — low-res previews for the library grid. - **Models** — quality tiers incl. open-source (FLUX.2); the used model is shown per image. +- **Multiple delivery targets** — besides the default Picdrop, add any number of FTP/SFTP + destinations; a preset or folder can be hard-wired to a specific target + gallery. +- **The Frame** preset now delivers to its own gallery ("TheFrame-Backgrounds"). - **Second backup** — mirror every result over SFTP/FTPS to a NAS (works over Tailscale too), with a "NAS ✓" badge and a "mirror all existing images" action. - **Storage management** — thumbnails, delete sources after processing, auto-retention. diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 932fd62..726b51b 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -21,6 +21,8 @@ import Base from '../layouts/Base.astro';