Skip to content

Commit

Permalink
Update changelogs and pyproject.toml to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Sep 27, 2022
1 parent 46e912d commit f86daf8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
16 changes: 15 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,21 @@
<provides>
<binary>minigalaxy</binary>
</provides>
<releases><release version="1.2.1" date="2022-09-19">
<releases><release version="1.2.2" date="2022-09-27">
<description>
<p>Implements the following changes:</p>
<ul>
<li>Fix progress bar not showing up for downloads</li>
<li>Fix downloads not being cancellable</li>
<li>Fix incompatibility with python 3.6</li>
<li>Fix connection error texts (thanks to TotalCaesar659)</li>
<li>Show DLC titles in English (thanks to TotalCaesar659)</li>
<li>Fix version not being updated during a release</li>
<li>Update Norwegian Bokmål translation (thanks to kimmalmo)</li>
<li>Update Czech translation (thanks to jakbuz23)</li>
</ul>
</description>
</release><release version="1.2.1" date="2022-09-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.2.2) focal; urgency=medium

* Fix progress bar not showing up for downloads
* Fix downloads not being cancellable
* Fix incompatibility with python 3.6
* Fix connection error texts (thanks to TotalCaesar659)
* Show DLC titles in English (thanks to TotalCaesar659)
* Fix version not being updated during a release
* Update Norwegian Bokmål translation (thanks to kimmalmo)
* Update Czech translation (thanks to jakbuz23)

-- Wouter Wijsman <[email protected]> Tue, 27 Sep 2022 09:26:25 +0000

minigalaxy (1.2.1) focal; urgency=medium

* Fix downloads failing when content length is not returned by the
Expand Down
2 changes: 1 addition & 1 deletion minigalaxy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "git"
VERSION = "1.2.2"
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.1"
version = "1.2.2"
authors = [
{ name = "Wouter Wijsman", email = "[email protected]" }
]
Expand Down

0 comments on commit f86daf8

Please sign in to comment.