Skip to content

Commit 36bf518

Browse files
authored
New version: Dummerle.Rare version 1.12.0 (microsoft#333446)
Signed-off-by: ❤是纱雾酱哟~ <49941141+Dragon1573@users.noreply.github.com>
1 parent a601938 commit 36bf518

3 files changed

Lines changed: 119 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Dummerle.Rare
5+
PackageVersion: 1.12.0
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: msi
10+
Scope: user
11+
InstallModes:
12+
- interactive
13+
- silent
14+
- silentWithProgress
15+
UpgradeBehavior: install
16+
ProductCode: '{CE03E98C-F198-41AD-A73B-1C407E0EDB39}'
17+
ReleaseDate: 2025-12-09
18+
AppsAndFeaturesEntries:
19+
- Publisher: RareDevs
20+
ProductCode: '{CE03E98C-F198-41AD-A73B-1C407E0EDB39}'
21+
UpgradeCode: '{85D9FCC2-733E-3D74-8DD4-8FE33A07ADF8}'
22+
Installers:
23+
- Architecture: x64
24+
InstallerUrl: https://github.com/RareDevs/Rare/releases/download/1.12.0/Rare-1.12.0.0.msi
25+
InstallerSha256: F562DFCDA60746B71B130D51417BF04DEEFB24D320E053BFA78A71944D7E3F13
26+
ManifestType: installer
27+
ManifestVersion: 1.12.0
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Dummerle.Rare
5+
PackageVersion: 1.12.0
6+
PackageLocale: en-US
7+
Publisher: UNKNOWN
8+
PublisherUrl: https://github.com/Dummerle/Rare
9+
PublisherSupportUrl: https://github.com/Dummerle/Rare/issues
10+
Author: Dummerle
11+
PackageName: Rare
12+
PackageUrl: https://github.com/Dummerle/Rare
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/RareDevs/Rare/blob/HEAD/LICENSE
15+
ShortDescription: GUI for legendary. An Epic Games Launcher open source alternative
16+
Description: Rare is a graphical interface for Legendary, a command line alternative to Epic Games
17+
launcher, based on PyQt5
18+
Tags:
19+
- epic-games
20+
- epic-games-launcher
21+
- frontend
22+
- games
23+
ReleaseNotes: |-
24+
## What's Changed
25+
26+
### New Features
27+
28+
- Add the ability to set Tags for games. There are four predefined tags favorite, backlog, completed
29+
and hidden. You can also add your own custom ones. These tags can be searched for in the search
30+
bar by prefixing the tag with ::, for example ::completed. The favorites and hidden tags are also
31+
available as filters.
32+
- Updated the main tab bar to include an Integration tab, removed the drop down menu from the
33+
library's header and re-ordered the tabs. The account button is is replaced with a tab widget that
34+
shows the drop down menu on click.
35+
- Added a selection setting for the prefix to use when using Proton. The Shared option uses a common
36+
prefix and the Isolated option uses a game specific one. Or you can set a Custom one.
37+
- Added Steam AppID selector, useful to facilitate fixes when using custom Protons with protonfixes.
38+
- Added option to use per-game shader cache directories when using Wine/Proton.
39+
- Added configuration widget for DXVK_CONFIG env variable.
40+
- Added configuration widget for DXVK_NVAPI_DRS_SETTINGS.
41+
- Added automated workarounds/settings for some games.
42+
- Enabled the launcher's console window by default on Linux and updated the Terminate and Kill
43+
buttons to work properly.
44+
- Updated how the Move dialog, and move in general works to create a sub-directory to move files
45+
into.
46+
- Improved input validation routines in a lot of cases.
47+
- Support downloading games with signed chunks and reading downloaded file segments from disk to
48+
reduce memory requirements.
49+
50+
### Minor Changes
51+
52+
- Resolve cover image updates in parallel, improves loading responsiveness.
53+
- Improved performance when filtering and ordering the library views.
54+
- Split settings to game (universal) and compatibility (non-Windows) settings.
55+
- Wrappers can now be disabled without being removed from the wrapper chain.
56+
- Grouped Wine and Proton compatibility tool configuration.
57+
- Added queue worker to visualize syncing saves to the cloud on the main interface.
58+
- Exclude Android games from the library views by default, add specialized filter for them.
59+
- Add a field in the dxvk/mangohud settings to display the effective value of their environemnt
60+
variable.
61+
- Added a static image for Epic Online Services Overlay icon.
62+
63+
### Bug Fixes
64+
65+
- Fixed save path resolution to account for changed wine prefix in the settings.
66+
- Fixed library filters and ordering resetting after search/install/uninstall.
67+
- Do some sanitization of the execution environment before launching games on Linux.
68+
- Fix crash when Steam's 'config/libraryfolders.vdf' does not exist.
69+
- Do not mark application as installed if 'Donwload only' is set.
70+
- Fix a DivisionByZero issue when downloading image covers.
71+
- Filter out compatibility tools older than Proton 7.0.
72+
- Fix a crash when trying to terminate an already terminated process.
73+
74+
### Packaging
75+
76+
- From this version Rare will be using it's own Legendary fork. This was necessary to include newer
77+
features and improvements not yet in a released version of the upstream project. As an unintented
78+
side-effect, packaging Rare for distributions will be more complicated.
79+
- Rebuild resources, translations and ui files in the packaging workflows
80+
- Add update information to the AppImage package for automatic updates
81+
- Build MacOS packages on macos-15 and macos-15-intel runners
82+
ReleaseNotesUrl: https://github.com/RareDevs/Rare/releases/tag/1.12.0
83+
ManifestType: defaultLocale
84+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Dummerle.Rare
5+
PackageVersion: 1.12.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)