mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-05-01 20:03:37 +02:00
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:
parent
ccbc188487
commit
5e67e76504
4 changed files with 138 additions and 0 deletions
4
frontend/public/version.json
Normal file
4
frontend/public/version.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"releaseDate": "2026-01-23"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue