Add version tracking and v1.0.0 release

- Create CHANGELOG.md documenting all features
- Add version.json for version tracking
- Display version in Settings page footer with links to Changelog and GitHub
- Tag release as v1.0.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
clucraft 2026-01-23 09:54:15 -05:00
parent ccbc188487
commit 5e67e76504
4 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"version": "1.0.0",
"releaseDate": "2026-01-23"
}