Add changelog for 0.5.13

This commit is contained in:
Mathieu Comandon 2023-02-11 11:15:02 -08:00
parent 6840690530
commit 689c1d0256
4 changed files with 20 additions and 3 deletions

17
debian/changelog vendored
View file

@ -1,3 +1,20 @@
lutris (0.5.13) UNRELEASED; urgency=medium
* Add support for Proton
* Add drag and drop on the main window. Dropped files will be matched
No-Intro, Redump and TOSEC checksums.
* Add support for ModDB links in installers (moddb python module required)
* Add 'Back' button to installer window.
* Add filter field to runner list
* Show game count in search bar
* Workaround Humble Bundle authentication issues by allowing importing
cookies from Firefox
* Add Itch.io integration
* Add Battle.net integration (protobuf dependency required)
* Improve detection of DOSBox games on GOG
-- Mathieu Comandon <strider@strycore.com> Fri, 10 Feb 2023 13:15:40 -0800
lutris (0.5.12) jammy; urgency=medium
* Add support for Xbox games with the xemu runner

View file

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

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.12"
__version__ = "0.5.13"

View file

@ -24,7 +24,7 @@
<url type="bugtracker">https://github.com/lutris/lutris/issues</url>
<launchable type="desktop-id">net.lutris.Lutris.desktop</launchable>
<releases>
<release date="2022-10-18" version="0.5.12" />
<release date="2023-02-11" version="0.5.13" />
</releases>
<content_rating type="oars-1.1" />
</component>