Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 14:14
· 12 commits to main since this release
0aae3f3

General

  • Consolidated SAM and SAM.Manager into a single project
  • Fixed publish settings
    • The main executable files are now self-contained and include both framework and package references
  • Fixed splash screen responsiveness
  • Upgraded to .NET 8
  • Updated WPF-UI to version 3.0.4
  • Updated logging
  • [BUG] Fixed crash caused by achievements missing a lock or unlocked image
  • [BUG] Fixed main window not activating after startup
  • [BUG] Fixed splash screen title bar crashing

SAM

  • Added main menu
    • Added menu item to export library
    • Added menu item for filtering favorite apps
    • Added menu item for showing hidden apps
    • Added menu item to reset all settings
    • Added menu item to open log directory
    • Moved the search box to be inline with the menu
  • Added status bar item for favorites
  • Added ability to show hidden apps
  • Added ability to unhide all apps
  • Added ability to show only favorited apps
  • Added autocomplete to search
  • Added overlay for favorited apps
  • Added overlay for hidden apps
  • Added overlay menu for quickly adding/removing favorites and hiding/showing apps
  • Added View on SteamGridDB menu option
  • Added support for displaying Steam Grid assets
    • Note: Animated images are not currently supported
  • Added support for loading Steam's librarycache images
  • Implemented app refresh queue
    • This should help users with larger Steam libraries from having issues with the Steamworks Web API
  • [BUG] Fixed error in debug output when launching a web page
  • [BUG] Fixed hidden apps status bar item count not updating
  • [BUG] Fixed library search textbox alignment
  • [BUG] Removed library caching

SAM.Manager

  • Removed SAM.Manager

Known Issues

  • An OutOfMemoryException will be thrown when attempting to load an animated Grid image
    • This is only be visible in the output when debugging and can be ignored