• 1.1.1 9ad102c020

    1.1.1 Pre-release

    nocci released this 2025-05-21 15:39:51 +02:00 | 7 commits to main since this release

    Release Notes – Version 1.1.1

    New Features & Improvements

    • Price Column Added:
      The games table now includes a new Price column, displaying:

      • The current deal (with price and shop, if available)
      • The historical lowest price for each game
    • Enhanced Price Display:
      Each game entry now shows both the current deal price and the historical low price, providing more transparency for users.

    • Status Consistency:
      The status value verschenkt was changed to geschenkt to ensure consistent terminology throughout the application. (English: Gifted)

    • Date Formatting Update:
      Dates for Created and Redeem by are now formatted as DD.MM.YYYY using the strftime filter, replacing the previous custom date formatting function.

    • Improved Shop Recognition:
      GOG.com games are now better recognized and displayed in the shop column.

    • User and Log Tables Introduced:
      Two new tables have been added:

      • User Table: Lists usernames and admin status.
      • Log Table: Displays timestamp, user, action, and details for each log entry.
    • Clearer Access Error Messages:
      The error message for unauthorized access has been revised for clarity and consistency.


    ⚠️ Upgrade Notice

    Important:
    This release introduces changes to the database structure (e.g., new columns, new tables).
    Before upgrading, please make a backup of your database located at /data to prevent data loss, as breaking changes may occur.


    🚀 Installation / Upgrade Instructions

    1. Backup your data:
      Copy or archive the /data directory to a safe location.

    2. Update the application files:
      Replace the old files with the new version.

    3. Run the updated setup script:

    Downloads