chore(release): 0.14.0
This commit is contained in:
parent
de79d0dcf2
commit
0f124dc4d3
2 changed files with 14 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.13.0
|
0.14.0
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue