Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jan 19, 2024
1 parent 9e8327b commit 759382b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion data/io.github.sharkwouter.Minigalaxy.metainfo.xml
Expand Up @@ -33,7 +33,15 @@
<provides>
<binary>minigalaxy</binary>
</provides>
<releases><release version="1.2.5" date="2023-08-11">
<releases><release version="1.2.6" date="2024-01-19">
<description>
<p>Implements the following changes:</p>
<ul>
<li>Fix changing the install path causing an exception</li>
<li/>
</ul>
</description>
</release><release version="1.2.5" date="2023-08-11">
<description>
<p>Implements the following changes:</p>
<ul>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
minigalaxy (1.2.6) jammy; urgency=medium

* Fix changing the install path causing an exception
* Fix error detection & reporting on wineprefix creation failure
(thanks to LeXofLeviafan)

-- Wouter Wijsman <wwijsman@live.nl> Fri, 19 Jan 2024 16:50:38 +0000

minigalaxy (1.2.5) jammy; urgency=medium

* Fix filtering for installed games
Expand Down
2 changes: 1 addition & 1 deletion minigalaxy/version.py
@@ -1 +1 @@
VERSION = "1.2.5"
VERSION = "1.2.6"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "minigalaxy"
description = "A simple GOG Linux client"
version = "1.2.5"
version = "1.2.6"
authors = [
{ name = "Wouter Wijsman", email = "wwijsman@live.nl" }
]
Expand Down

0 comments on commit 759382b

Please sign in to comment.