• 1.1 106c96ba47

    nocci 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:

    1. Export your data using the built-in CSV export feature.
    2. Backup your existing database (located in data/).
    3. Run:
      docker-compose down
      
    4. Delete the data/ folder (or move it aside).
    5. Rebuild and restart the container:
      docker-compose up -d --build
      
    6. Register your new admin user.
    7. 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