Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 10, 2024
1 parent 3358d58 commit 2fc7c4f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
13 changes: 12 additions & 1 deletion data/io.github.sharkwouter.Minigalaxy.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,18 @@
<provides>
<binary>minigalaxy</binary>
</provides>
<releases><release version="1.2.6" date="2024-01-19">
<releases><release version="1.3.0" date="2024-06-10">
<description>
<p>Implements the following changes:</p>
<ul>
<li>Fix Remove forward slash from desktop filename for Shenzhen I/O (thanks to slowsage)</li>
<li>Fix race when preparing download location (thanks to viacheslavka)</li>
<li>Fix multithreaded downloads of Windows games (thanks to viacheslavka)</li>
<li>Fix DLC installation for Windows games (thanks to viacheslavka)</li>
<li>Allow users to specify the download directory (thanks to viacheslavka)</li>
</ul>
</description>
</release><release version="1.2.6" date="2024-01-19">
<description>
<p>Implements the following changes:</p>
<ul>
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 10 Jun 2024 16:27:47 +0000

minigalaxy (1.2.6) jammy; urgency=medium

* Fix changing the install path causing an exception
Expand Down
2 changes: 1 addition & 1 deletion minigalaxy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.6"
VERSION = "1.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }
]
Expand Down

0 comments on commit 2fc7c4f

Please sign in to comment.