Rare

Latest version: v1.11.3.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 14

1.10.11.278

What's Changed
* RareLauncher: Fix console window wrapping and skip DLC check for launchable addons by loathingKernel in https://github.com/RareDevs/Rare/pull/407
* chore: Use actual target repo URLs. by cherouvim in https://github.com/RareDevs/Rare/pull/409
* Steam shortcuts, Discord RPC, MangoHud by loathingKernel in https://github.com/RareDevs/Rare/pull/408
* Fix a few issues with Steam shortcuts by loathingKernel in https://github.com/RareDevs/Rare/pull/411
* Add option in uninstall dialog to delete the game's folder despite containing files by loathingKernel in https://github.com/RareDevs/Rare/pull/412

New Contributors
* cherouvim made their first contribution in https://github.com/RareDevs/Rare/pull/409

**Full Changelog**: https://github.com/RareDevs/Rare/compare/1.10.11.228...1.10.11.278

**Important**: On recent version of Windows you need to have MSVC 2015 installed, you can get it from [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)

1.10.11.228

What's Changed
* Fix typo in README by ARez2 in https://github.com/RareDevs/Rare/pull/396
* WineResolver: Do not unset 'DISPLAY' when running silently by loathingKernel in https://github.com/RareDevs/Rare/pull/399
* LoadingWidget: Start playing movie once the widget is visible if `autostart` is enabled by loathingKernel in https://github.com/RareDevs/Rare/pull/400
* Address pylint errors by loathingKernel in https://github.com/RareDevs/Rare/pull/401
* RareLauncher: Fix wrong arguments in pre-launch command `QProcess.start()` by loathingKernel in https://github.com/RareDevs/Rare/pull/403
* Create codeql.yml by loathingKernel in https://github.com/RareDevs/Rare/pull/404
* Support paths with spaces in pre launch command field by loathingKernel in https://github.com/RareDevs/Rare/pull/405

New Contributors
* ARez2 made their first contribution in https://github.com/RareDevs/Rare/pull/396

**Full Changelog**: https://github.com/RareDevs/Rare/compare/1.10.11.201...1.10.11.228

**Important**: On recent version of Windows you need to have MSVC 2015 installed, you can get it from [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)

1.10.11.201

What's Changed
* commands: add `__init__.py` for module discovery by loathingKernel in https://github.com/RareDevs/Rare/pull/392


**Full Changelog**: https://github.com/RareDevs/Rare/compare/1.10.11...1.10.11.201

**Important**: On recent version of Windows you need to have MSVC 2015 installed, you can get it from [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)

1.10.11

News

Happy holidays everyone! This is a small incremental update with minor but important quality-of-life improvements.

In this release we are force-disabling automatic sync with EGL. The option has caused some issues so far and we are disabling it until we can investigate more. Since this might cause some inconvenience, manual sync with the EGL is still possible through the form.

What's changed
* Make Rare more responsive when starting by dynamically loading only the visible game thumbnails.
* Force legendary to always check for updates and refresh the token.
* Force-disable automatic sync with EGL.
* Disable automatic fallback to CrossOver on macOS.

**Full Changelog**: https://github.com/RareDevs/Rare/compare/1.10.9...1.10.11

**Important**: On recent version of Windows you need to have MSVC 2015 installed, you can get it from [here](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)

1.10.10

This is a re-release of 1.10.9 as 1.10.10 for PyPI only.

1.10.9

News
Yes, we jumped a release number, it's fine. Release `1.10.8` was supposed to come a few days ago but some issues came up and commits happened.

This release should finally fix the issues Rare has had with Legendary's locking mechanism. It should also bring a number of improvements to the macOS platform which was in a really bad shape for quite some time now. There are still minor issues with it, and it lacks support for CrossOver but at least now it should be usable for native games. We have left the wine integration options enabled on macOS, but they are not tested at all so YMMV. On the other hand, Rare now has better defaults for that platform. It will also show information and details based on the current platform instead of defaulting to Windows. If you would like to help with bringing better integration with the macOS tools to run Windows games on that OS, the position it open.

If you have installed macOS native games previously through Rare, and they do not launch, you have most likely installed the Windows version of these games. The issue has been resolved and Rare will now default to installing the native version on macOS, but you will have to uninstall and re-download the games for them to work.

What's Changed

Features
* Made the browser login form more readable (hopefully) and added a privacy notice.
* Added a `Quit` button in the account menu which is useful in case Rare doesn't run in a fully-fledged window manager, such as a `gamescope` session.
* Made library icons slightly smaller. This is temporary and a test if we should make them adjustable.
* Various text input fields will also show their documentation on hover as a tool-tip.
* Add a new setting to change the default installation folder for native games on macOS.
* Update the installation dialog to be easier to use.
- Show the correct path when updating/repairing/modifying an already installed game.
- Disable immutable options in the interface when updating/repairing/modifying an already installed game.
- Offer the correct installation folder on macOS if the game is native.
* Validate some important to Rare settings in Legendary's configuration file at startup.
* Do not check for Legendary updates when starting the application for a slightly less startup delay.
* Default to `macOS games` filter on macOS when starting Rare for the first time.
* Add platform selection when importing games. Available only when importing a single game.
* For multiple game import the current OS will be assumed as platform and fallback to Windows if the game doesn't support it.

Bug fixes
* Fix more issues with legendary's newly introduced file locking mechanism and how Rare uses legendary
* Fix `flatpak-spawn` to correctly export the environment. Flatpak support is still in a bad shape generally
* Fixed a bug on macOS that caused it to load only the Windows assets. This caused Rare to only offer the option to install the Windows version on macOS.
* Initialize the library once the window is visible, instead of application initialization.
* Potentially fix issues when installing through `pip` by restructuring Rare's entry points
* Respect `LEGENDARY_CONFIG_PATH` if set when creating a new configuration.
* Use the same default paths as Legendary instead of hard-coding our own everywhere.
* Do not assume `Windows` platform when importing games.
* Unreal Engine is now excluded from all other filters except for the dedicated `Include Unreal Engine` filter in the library.
* Add some more logging all around Rare.
* Hide proton settings on macOS


**Full Changelog**: https://github.com/RareDevs/Rare/compare/1.10.7...1.10.9

Page 3 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.