Add the ability to set Tags for games. There are four predefined tags favorite, backlog, completed
and hidden. You can also add your own custom ones. These tags can be searched for in the search
bar by prefixing the tag with ::, for example ::completed. The favorites and hidden tags are also
available as filters.
Updated the main tab bar to include an Integration tab, removed the drop down menu from the
library's header and re-ordered the tabs. The account button is is replaced with a tab widget that
shows the drop down menu on click.
Added a selection setting for the prefix to use when using Proton. The Shared option uses a common
prefix and the Isolated option uses a game specific one. Or you can set a Custom one.
Added Steam AppID selector, useful to facilitate fixes when using custom Protons with protonfixes.
Added option to use per-game shader cache directories when using Wine/Proton.
Added configuration widget for DXVK_CONFIG env variable.
Added configuration widget for DXVK_NVAPI_DRS_SETTINGS.
Added automated workarounds/settings for some games.
Enabled the launcher's console window by default on Linux and updated the Terminate and Kill
buttons to work properly.
Updated how the Move dialog, and move in general works to create a sub-directory to move files
into.
Improved input validation routines in a lot of cases.
Support downloading games with signed chunks and reading downloaded file segments from disk to
reduce memory requirements.
Minor Changes
Resolve cover image updates in parallel, improves loading responsiveness.
Improved performance when filtering and ordering the library views.
Split settings to game (universal) and compatibility (non-Windows) settings.
Wrappers can now be disabled without being removed from the wrapper chain.
Grouped Wine and Proton compatibility tool configuration.
Added queue worker to visualize syncing saves to the cloud on the main interface.
Exclude Android games from the library views by default, add specialized filter for them.
Add a field in the dxvk/mangohud settings to display the effective value of their environemnt
variable.
Added a static image for Epic Online Services Overlay icon.
Bug Fixes
Fixed save path resolution to account for changed wine prefix in the settings.
Fixed library filters and ordering resetting after search/install/uninstall.
Do some sanitization of the execution environment before launching games on Linux.
Fix crash when Steam's 'config/libraryfolders.vdf' does not exist.
Do not mark application as installed if 'Donwload only' is set.
Fix a DivisionByZero issue when downloading image covers.
Filter out compatibility tools older than Proton 7.0.
Fix a crash when trying to terminate an already terminated process.
Packaging
From this version Rare will be using it's own Legendary fork. This was necessary to include newer
features and improvements not yet in a released version of the upstream project. As an unintented
side-effect, packaging Rare for distributions will be more complicated.
Rebuild resources, translations and ui files in the packaging workflows
Add update information to the AppImage package for automatic updates
Build MacOS packages on macos-15 and macos-15-intel runners