-
released this
2025-05-11 13:07:33 +00:00 | 0 commits to main since this release📦 Release Notes – Game Key Manager v1.1
⚠️ Important: Database Upgrade Warning
Version 1.1 introduces major internal changes. While an upgrade script (
update.sh
) is available, we expect breaking changes during the transition.Recommended Upgrade Path:
- Export your data using the built-in CSV export feature.
- Backup your existing database (located in
data/
). - Run:
docker-compose down
- Delete the
data/
folder (or move it aside). - Rebuild and restart the container:
docker-compose up -d --build
- Register your new admin user.
- Re-import your saved CSV data.
We apologize for any inconvenience this causes and appreciate your understanding.
🆕 What’s New in v1.1
- 🧑💼 Admin Panel:
- Reset passwords for users
- Delete users
- 🕵️ Admin Audit Logging:
- Tracks logins, password changes, and deleted accounts
- 🔑 First registered user becomes Admin
- 📖 Automatic Game Descriptions:
- Fetch from Steam using AppID directly in the Edit dialog
- 💰 Game Price Integration:
- Show current best price and historical low using IsThereAnyDeal (requires API key)
- 🧭 Improved User Experience
- 🐛 Many bugs fixed and stability improved
- 📱 New: Installable PWA support (works on mobile & desktop browsers)
Downloads