Skip to content

v0.4.0 - Big QoL Update

Choose a tag to compare

@pezfisk pezfisk released this 14 May 15:01
· 21 commits to master since this release

Release v0.4.0 - Significant Enhancements and New Integrations

Release Date: May 14, 2025

New Features and Major Improvements

  • SteamGridDB API Integration: Integrated the SteamGridDB API, which will allow enriching the application with visual assets and game metadata. (Commit 0c33563)
  • Improved Profile Management: Initiated profile configuration and refactored profile management, also optimizing related user interface interactions. (Commits 148d4db, 4d8b05a)
  • Standardized Directory Management: Updated directory management to use dirs::data_dir, ensuring a consistent and appropriate data location according to the operating system. (Commit a699cdc)
  • Improved README Formatting: Updated and improved the formatting of the README file for better clarity and readability. (Commit 4909a75)

Bug Fixes

  • temp_path Configuration: Fixed an issue where the temporary path (temp_path) was not being set correctly. (Commit fe6bdf4)

Commits Included in this Release

  • 4909a75: v0.4.0: Refactor API key handling and improve README formatting.
  • 0c33563: v0.4.0: Refactor file handling and integrate SteamGridDB API.
  • fe6bdf4: Fixed temp_path not correctly setting.
  • a699cdc: Refactor to use dirs::data_dir for directory management.
  • 4d8b05a: Refactor profile management and streamline UI interactions.
  • 148d4db: Start adding configuration of profiles.