Update to 0.5.16

This commit is contained in:
Mathieu Comandon 2024-01-15 16:22:10 -08:00
parent 0f8c4cc0d5
commit d6f970e23d
4 changed files with 44 additions and 3 deletions

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
lutris (0.5.16) jammy; urgency=medium
* Fix bug that prevented installers to complete
* Better handling of Steam configurations for the Steam account picker
* Load game library in a background thread
-- Mathieu Comandon <mathieucomandon@gmail.com> Mon, 15 Jan 2024 16:10:35 -0800
lutris (0.5.15) jammy; urgency=medium
* Fix some crashes happening when using Wayland and a high DPI gaming mouse

View file

@ -1,7 +1,7 @@
%global appid net.lutris.Lutris
Name: lutris
Version: 0.5.15
Version: 0.5.16
Release: 7%{?dist}
Summary: Video game preservation platform

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.15"
__version__ = "0.5.16"

View file

@ -24,7 +24,40 @@
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
<releases>
<release version="0.5.15" date="2023-12-16" urgency="low" />
<release version="0.5.16" date="2024-01-15" urgency="low">
<description>
<li>Fix bug that prevented installers to complete</li>
<li>Better handling of Steam configurations for the Steam account picker</li>
<li>Load game library in a background thread</li>
</description>
</release>
<release version="0.5.15" date="2024-01-07" urgency="low">
<description>
<li>Fix some crashes happening when using Wayland and a high DPI gaming mouse</li>
<li>Fix crash when opening the system preferences tab for a game</li>
<li>Reduced the locales list to a predefined one (let us know if you need yours added)</li>
<li>Fix Lutris not expanding "~" in paths</li>
<li>Download runtime components from the main window,</li>
<li>the "updating runtime" dialog appearing before Lutris opens has been removed</li>
<li>Add the ability to open a location in your file browser from file picker widgets</li>
<li>Add the ability to select, remove, or stop multiple games in the Lutris window</li>
<li>Redesigned 'Uninstall Game' dialog now completely removes games by default</li>
<li>Fix the export / import feature</li>
<li>Show an animation when a game is launched</li>
<li>Add the ability to disable Wine auto-updates at the expense of losing support</li>
<li>Add playtime editing in the game preferences</li>
<li>Move game files, runners to the trash instead of deleting them they are uninstalled</li>
<li>Add "Updates" tab in Preferences control and check for updates and correct missing media</li>
<li>in the 'Games' view.</li>
<li>Add "Storage" tab in Preferences to control game and installer cache location</li>
<li>Expand "System" tab in Preferences with more system information but less brown.</li>
<li>Add "Run Task Manager" command for Wine games</li>
<li>Add two new, smaller banner sizes for itch.io games.</li>
<li>Ignore Wine virtual desktop setting when using Wine-GE/Proton to avoid crash</li>
<li>Ignore MangoHUD setting when launching Steam to avoid crash</li>
<li>Sync Steam playtimes with the Lutris library</li>
</description>
</release>
<release version="0.5.14" date="2023-10-16" urgency="low">
<description>
<ul>