v2.26.1: fix default admin credentials (admin:admin)

Patch release for #186 — default ADMIN_PASSWORD now matches README,
and credential changes in config.py sync to DB on restart.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-13 14:31:01 +00:00
parent 09e163acca
commit 8511ae6706
3 changed files with 18 additions and 2 deletions
+9 -1
View File
@@ -7,10 +7,18 @@ import os
import sys
# Application version
VERSION = "2.26.0"
VERSION = "2.26.1"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.26.1",
"date": "March 2026",
"highlights": [
"Fix default admin credentials — now matches README (admin:admin)",
"Admin password changes in config.py / env vars now sync to DB on restart",
]
},
{
"version": "2.26.0",
"date": "March 2026",