From 2fc7c4f97d8bdb86518c8730dd4cffb8a3995249 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Mon, 10 Jun 2024 16:28:23 +0000 Subject: [PATCH] Add new release --- data/io.github.sharkwouter.Minigalaxy.metainfo.xml | 13 ++++++++++++- debian/changelog | 13 +++++++++++++ minigalaxy/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/data/io.github.sharkwouter.Minigalaxy.metainfo.xml b/data/io.github.sharkwouter.Minigalaxy.metainfo.xml index 5599b1c1..db688b4a 100644 --- a/data/io.github.sharkwouter.Minigalaxy.metainfo.xml +++ b/data/io.github.sharkwouter.Minigalaxy.metainfo.xml @@ -33,7 +33,18 @@ minigalaxy - + + +

Implements the following changes:

+
    +
  • Fix Remove forward slash from desktop filename for Shenzhen I/O (thanks to slowsage)
  • +
  • Fix race when preparing download location (thanks to viacheslavka)
  • +
  • Fix multithreaded downloads of Windows games (thanks to viacheslavka)
  • +
  • Fix DLC installation for Windows games (thanks to viacheslavka)
  • +
  • Allow users to specify the download directory (thanks to viacheslavka)
  • +
+
+

Implements the following changes:

    diff --git a/debian/changelog b/debian/changelog index ed99893a..59bc8a3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +minigalaxy (1.3.0) jammy; urgency=medium + + * Fix Remove forward slash from desktop filename for Shenzhen I/O + (thanks to slowsage) + * Fix race when preparing download location (thanks to viacheslavka) + * Fix multithreaded downloads of Windows games (thanks to + viacheslavka) + * Fix DLC installation for Windows games (thanks to viacheslavka) + * Allow users to specify the download directory (thanks to + viacheslavka) + + -- Wouter Wijsman Mon, 10 Jun 2024 16:27:47 +0000 + minigalaxy (1.2.6) jammy; urgency=medium * Fix changing the install path causing an exception diff --git a/minigalaxy/version.py b/minigalaxy/version.py index 6d32067d..7b49cf1d 100644 --- a/minigalaxy/version.py +++ b/minigalaxy/version.py @@ -1 +1 @@ -VERSION = "1.2.6" +VERSION = "1.3.0" diff --git a/pyproject.toml b/pyproject.toml index 3c594e19..03a8f878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "minigalaxy" description = "A simple GOG Linux client" -version = "1.2.6" +version = "1.3.0" authors = [ { name = "Wouter Wijsman", email = "wwijsman@live.nl" } ]