feat(api): Add system controller and version check endpoint

This commit is contained in:
Peifan Li
2025-12-29 17:43:40 -05:00
parent db3d917427
commit 93b27b69cc
2 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,18 @@
# Change Log
## v1.7.16 (2025-12-29)
### Feat
- feat(api): Add system controller and version check endpoint (db3d917)
- feat: Add pause on focus loss functionality (a664baf)
### Style
- style: Update spacing to use Grid component in UpNextSidebar (21c3f4c)
## v1.7.15 (2025-12-29)
### Feat

View File

@@ -64,6 +64,7 @@ git add package.json frontend/package.json backend/package.json package-lock.jso
git commit -m "chore(release): v$NEW_VERSION"
git tag "v$NEW_VERSION"
git push origin master
git push origin "v$NEW_VERSION"
echo "✅ Version bumped and tagged: v$NEW_VERSION"