Releases: RareDevs/Rare
Releases · RareDevs/Rare
Pre-release 1.12.0.70
What's Changed
- workflows: add arm64 target to the appimage build matrix by @loathingKernel in #633
- project: remove maximum pyside6 version cap by @loathingKernel in #658
- Add arm64 packaging workflows for Windows and Linux by @loathingKernel in #659
- fixup! workflows: add arm64 windows nuitka builds by @loathingKernel in #660
- workflows: go back to not marking pre-releases as latest by @loathingKernel in #661
- LoginDialog: show failure as reported by legendary when trying to log in by @loathingKernel in #665
- Improve DLC handling during [un]install by @loathingKernel in #666
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #667
- build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #668
- Reduce memory requirements for steam app id completion by @loathingKernel in #669
- Add achievements in game details by @loathingKernel in #670
- RareGame: check for achievements using the app's namespace by @loathingKernel in #671
- Enable use_signed_urls by default when installing by @loathingKernel in #673
- Refactor how signals are connected to lambdas to avoid memory leaks by @loathingKernel in #674
- RareGameSlim: update last sync timestamp after uploading/downloading saves by @loathingKernel in #676
- Fix crash due to extraneous argument in a signal's lambda by @loathingKernel in #678
- Use manifest data to populate and extend selectable downloads by @loathingKernel in #686
Full Changelog: 1.12.0...1.12.0.70
Pre-release 1.12.0.55
What's Changed
- workflows: add arm64 target to the appimage build matrix by @loathingKernel in #633
- project: remove maximum pyside6 version cap by @loathingKernel in #658
- Add arm64 packaging workflows for Windows and Linux by @loathingKernel in #659
- fixup! workflows: add arm64 windows nuitka builds by @loathingKernel in #660
- workflows: go back to not marking pre-releases as latest by @loathingKernel in #661
- LoginDialog: show failure as reported by legendary when trying to log in by @loathingKernel in #665
- Improve DLC handling during [un]install by @loathingKernel in #666
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #667
- build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #668
- Reduce memory requirements for steam app id completion by @loathingKernel in #669
- Add achievements in game details by @loathingKernel in #670
- RareGame: check for achievements using the app's namespace by @loathingKernel in #671
- Enable use_signed_urls by default when installing by @loathingKernel in #673
- Refactor how signals are connected to lambdas to avoid memory leaks by @loathingKernel in #674
Full Changelog: 1.12.0...1.12.0.55
Pre-release 1.12.0.13
What's Changed
Minor pre-release to include arm64 packages for Linux and Windows, meant for early testing. This is identical to the 1.12.0 release in every other way.
Full Changelog: 1.12.0...1.12.0.13
Release 1.12.0 (Cobia Cormorant)
What's Changed
New Features
- Add the ability to set
Tagsfor games. There are four predefined tagsfavorite,backlog,completedandhidden. 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. Thefavoritesandhiddentags are also available as filters. - Updated the main tab bar to include an
Integrationtab, 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
Sharedoption uses a common prefix and theIsolatedoption uses a game specific one. Or you can set aCustomone. - 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
TerminateandKillbuttons 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
DivisionByZeroissue 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-15andmacos-15-intelrunners
Full Changelog: 1.11.3...1.12.0
Screenshots
Filters
Tabs
Compatibility options
Configuration widgets
Move dialog

Pre-release 1.11.3.332
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
- Update Steam/Proton compatibility by @loathingKernel in #582
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #581
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #580
- Improve clarity, restructure intro, and streamline installation instructions by @kairosci in #590
- docs: update gh page landing to reflect the README changes by @loathingKernel in #591
- README: move screenshot higher and reporting issues to the bottom of the page by @loathingKernel in #592
- fix spacing by @loathingKernel in #593
- chore: remove
version_schemefrompyproject.tomlby @loathingKernel in #596 - chore: update running from source instructions by @loathingKernel in #598
- chore: re-order instruction steps by @loathingKernel in #599
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #606
- Refactor: Remove singletons, add RareAppSettings by @loathingKernel in #603
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #610
- chore(docs): Add Nix installation instructions by @iedame in #611
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #614
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #613
- Various chores by @loathingKernel in #615
- workflows: enable multiprocessing plugin for nuitka by @loathingKernel in #616
- Handle multiprocessing by @loathingKernel in #617
- main: handle multiprocessing only for compiled binaries by @loathingKernel in #618
- workflows: mark pre-release as latest by @loathingKernel in #619
- fixup! workflows: mark pre-release as latest by @loathingKernel in #621
- workflows: temporarily remove zsync and use git version of cx_freeze for appimage by @loathingKernel in #623
- fixup! workflows: temporarily remove zsync and use git version of cx_freeze for appimage by @loathingKernel in #624
- ImportGroup: properly test state as Qt.CheckState by @loathingKernel in #625
- Update RareLauncher to properly handle process signals. by @loathingKernel in #629
- Update AppImage workflow with update information and multiple target arches by @loathingKernel in #631
- workflows: remove snapshot workflow, rename release workflow to artifacts by @loathingKernel in #632
- workflows: set dynamic artifacts name to distinguish runs by @loathingKernel in #636
- workflows: disable ccache for nuitka by @loathingKernel in #637
- Update Move operation to use target path as the parent of the game install directory by @loathingKernel in #639
- Show cloud sayes sync operation in the status bar by @loathingKernel in #640
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #641
- Update main library UI, add current value echoing in overlay configuration widgets by @loathingKernel in #643
- docs: update screenshots by @loathingKernel in #644
- Fix crash when removing Epic Overlay registry entries by @loathingKernel in #645
New Contributors
Full Changelog: 1.11.3...1.11.3.332
Pre-release 1.11.3.286
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
- Update Steam/Proton compatibility by @loathingKernel in #582
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #581
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #580
- Improve clarity, restructure intro, and streamline installation instructions by @kairosci in #590
- docs: update gh page landing to reflect the README changes by @loathingKernel in #591
- README: move screenshot higher and reporting issues to the bottom of the page by @loathingKernel in #592
- fix spacing by @loathingKernel in #593
- chore: remove
version_schemefrompyproject.tomlby @loathingKernel in #596 - chore: update running from source instructions by @loathingKernel in #598
- chore: re-order instruction steps by @loathingKernel in #599
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #606
- Refactor: Remove singletons, add RareAppSettings by @loathingKernel in #603
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #610
- chore(docs): Add Nix installation instructions by @iedame in #611
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #614
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #613
- Various chores by @loathingKernel in #615
- workflows: enable multiprocessing plugin for nuitka by @loathingKernel in #616
- Handle multiprocessing by @loathingKernel in #617
- main: handle multiprocessing only for compiled binaries by @loathingKernel in #618
- workflows: mark pre-release as latest by @loathingKernel in #619
- fixup! workflows: mark pre-release as latest by @loathingKernel in #621
- workflows: temporarily remove zsync and use git version of cx_freeze for appimage by @loathingKernel in #623
- fixup! workflows: temporarily remove zsync and use git version of cx_freeze for appimage by @loathingKernel in #624
- ImportGroup: properly test state as Qt.CheckState by @loathingKernel in #625
- Update RareLauncher to properly handle process signals. by @loathingKernel in #629
- Update AppImage workflow with update information and multiple target arches by @loathingKernel in #631
- workflows: remove snapshot workflow, rename release workflow to artifacts by @loathingKernel in #632
- workflows: set dynamic artifacts name to distinguish runs by @loathingKernel in #636
- workflows: disable ccache for nuitka by @loathingKernel in #637
New Contributors
Full Changelog: 1.11.3...1.11.3.286
Pre-release 1.11.3.255
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
- Update Steam/Proton compatibility by @loathingKernel in #582
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #581
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #580
- Improve clarity, restructure intro, and streamline installation instructions by @kairosci in #590
- docs: update gh page landing to reflect the README changes by @loathingKernel in #591
- README: move screenshot higher and reporting issues to the bottom of the page by @loathingKernel in #592
- fix spacing by @loathingKernel in #593
- chore: remove
version_schemefrompyproject.tomlby @loathingKernel in #596 - chore: update running from source instructions by @loathingKernel in #598
- chore: re-order instruction steps by @loathingKernel in #599
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #606
- Refactor: Remove singletons, add RareAppSettings by @loathingKernel in #603
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #610
- chore(docs): Add Nix installation instructions by @iedame in #611
- build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #614
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #613
- Various chores by @loathingKernel in #615
- workflows: enable multiprocessing plugin for nuitka by @loathingKernel in #616
- Handle multiprocessing by @loathingKernel in #617
- main: handle multiprocessing only for compiled binaries by @loathingKernel in #618
- workflows: mark pre-release as latest by @loathingKernel in #619
- fixup! workflows: mark pre-release as latest by @loathingKernel in #621
New Contributors
Full Changelog: 1.11.3...1.11.3.255
Pre-release 1.11.3.221
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
- Update Steam/Proton compatibility by @loathingKernel in #582
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #581
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #580
- Improve clarity, restructure intro, and streamline installation instructions by @kairosci in #590
- docs: update gh page landing to reflect the README changes by @loathingKernel in #591
- README: move screenshot higher and reporting issues to the bottom of the page by @loathingKernel in #592
- fix spacing by @loathingKernel in #593
- chore: remove
version_schemefrompyproject.tomlby @loathingKernel in #596 - chore: update running from source instructions by @loathingKernel in #598
- chore: re-order instruction steps by @loathingKernel in #599
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #606
- Refactor: Remove singletons, add RareAppSettings by @loathingKernel in #603
New Contributors
Full Changelog: 1.11.3...1.11.3.221
Pre-release 1.11.3.143
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
- Update Steam/Proton compatibility by @loathingKernel in #582
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #581
- build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #580
New Contributors
Full Changelog: 1.11.3...1.11.3.143
Pre-release 1.11.3.135
What's Changed
- Various fixes and chores by @loathingKernel in #513
- Fix games not launching due to requesting to launch offline by @loathingKernel in #514
- Release 1.11.3 (Boga Discus) (Hotfix 3) by @loathingKernel in #515
- UI: simplify Epic Overlay Services group layout and compine Wine/Proton groups under compatibility by @loathingKernel in #520
- Updates by @loathingKernel in #525
- DownloadThread: do not try to mark application as installed if 'Donwload only' is set by @loathingKernel in #529
- chore: update resources by @loathingKernel in #530
- rare: update translations by @loathingKernel in #532
- Update workflows by @loathingKernel in #533
- tools: make ts2qm.py executable by @loathingKernel in #534
- workflows: use bash shell for prepare step by @loathingKernel in #535
- tools: update ts2qm to use pathlib for Windows path compatibility by @loathingKernel in #536
- tools/ts2qm: use posix paths by @loathingKernel in #537
- workflows: coerce github to fetch all tags by @loathingKernel in #538
- workflows: use
ghto create pre-release by @loathingKernel in #539 - workflows: properly quote strings by @loathingKernel in #540
- workflows: create pre-release as part of version job by @loathingKernel in #541
- workflows: fix derp by @loathingKernel in #542
- workflows: do not require prerelease value by @loathingKernel in #543
- workflows: set repo url for gh by @loathingKernel in #545
- workflows: work-around github's stupidity by @loathingKernel in #546
- Library: fix library filter and order resetting after search/install/uninstall by @loathingKernel in #548
- WineResolver: Ensure proton prefix is initialized before operating on it by @loathingKernel in #549
- Split game settings to generic and compatibility tabs by @loathingKernel in #550
- Update translations by @Dummerle in #559
- languages: rename rare_zh-Hans to rare_zh_CN by @loathingKernel in #560
- Add settings for tags by @Dummerle in #510
- Remove masOS support by @whrvt in #561
- Various changes by @loathingKernel in #562
- Various fixes and updates regarding compatibility tools, steam grades and wrappers by @loathingKernel in #565
- Add subcommand to reap child processes on Linux for running games. by @loathingKernel in #568
- workflows: use cx-freeze 7.2.10 for appimage workflow by @loathingKernel in #569
- workflows: use cx-freeze 7.2.10 for all workflows by @loathingKernel in #570
- compat/steam: test if compatmanager_layer_name attr exists in the manifest when checking its value by @loathingKernel in #574
- compat/steam: sort tools and fix filtering of non OS transitional tools by @loathingKernel in #575
- Various chores by @loathingKernel in #577
New Contributors
Full Changelog: 1.11.3...1.11.3.135

