diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb3c27..fa807d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ 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. +- **Color tags** — Picdrop-style flags (red / orange / green / final) per image, filterable, and + written into the companion `.md` metadata. +- **Tap-to-save** — "Laden" opens the image full-bleed so on iPhone/iPad a long-press offers + "Save to Photos" (plus a classic file download). - **Access control & privacy** — library visibility (own-only vs shared), optional anonymous generations (creator hidden from non-admins), admins always see all. - **Private sessions** — generate-and-forget: no library entry, no delivery/backup, no stored diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 5a8f075..2016253 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -21,6 +21,8 @@ import Base from '../layouts/Base.astro';