Document editing, sorting, date display, and footer

The feature list was missing the recently added link editing, AI
re-description, sorting, and added-date display. Also document
APP_VERSION, which controls the version shown in the footer.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Erik Thiele
2026-07-19 22:06:40 +02:00
parent 148074e24c
commit 097125e7db
2 changed files with 12 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ EMBEDDING_MODEL=text-embedding-3-small
# Datenbank (Standard: lokale SQLite-Datei)
DATABASE_URL=sqlite:///./linkvault.db
# Versionsangabe für die Fußzeile (Standard: 1.0.0)
APP_VERSION=1.0.0