chore(release): 0.14.0

This commit is contained in:
npeter83 2026-06-21 03:23:23 +02:00
parent dbf0a95d5b
commit 16ebfb1401
2 changed files with 14 additions and 1 deletions

View file

@ -1 +1 @@
0.13.0 0.14.0

View file

@ -14,6 +14,19 @@ export interface ReleaseEntry {
} }
export const RELEASE_NOTES: ReleaseEntry[] = [ export const RELEASE_NOTES: ReleaseEntry[] = [
{
version: "0.14.0",
date: "2026-06-21",
summary:
"Run your own Siftlode: a guided first-run setup and a one-command self-host package.",
features: [
"A first-run setup wizard: the very first time a fresh instance is opened, a guided wizard walks you through creating the first admin account and (optionally) entering your Google and email credentials — no editing config files by hand. Once finished, the instance is marked configured and the wizard steps aside.",
"Google sign-in is now optional: if an instance hasn't been given Google credentials, the Google buttons and YouTube-account features are simply hidden, so a self-hoster can run the app with email-and-password accounts only.",
],
chores: [
"A one-command self-host package: a ready-made compose file with a bundled database plus install scripts for Linux/macOS and Windows that generate the needed secrets, start everything and print the setup URL. The app now ships as a prebuilt image, so hosts pull the exact released artifact instead of building it.",
],
},
{ {
version: "0.13.0", version: "0.13.0",
date: "2026-06-19", date: "2026-06-19",