docs: add v1.6/v1.7 release notes and developer wiki (v1.7.6)

This commit is contained in:
2026-04-28 08:53:54 -07:00
parent 58945a4324
commit 71b48d940f
4 changed files with 210 additions and 2 deletions

2
app.py
View File

@@ -56,7 +56,7 @@ syslog_handler.setFormatter(
log.addHandler(syslog_handler)
# --- Configuration ---
VERSION = "1.7.5"
VERSION = "1.7.6"
OLLAMA_BASE = "http://localhost:11434"
SEARXNG_BASE = "http://localhost:8888"
BASE_DIR = Path(__file__).parent