-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
340f12d
commit c10d697
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
minigalaxy (1.3.1) jammy; urgency=medium | ||
|
||
* Fix Windows games with multiple parts not installing with wine | ||
* Minor AppData fixes (thanks to tim77) | ||
* Added Portuguese translation (thanks to GLSWV) | ||
|
||
-- Wouter Wijsman <[email protected]> Tue, 26 Nov 2024 22:31:06 +0000 | ||
|
||
minigalaxy (1.3.0) jammy; urgency=medium | ||
|
||
* Fix Remove forward slash from desktop filename for Shenzhen I/O | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "1.3.0" | ||
VERSION = "1.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0" | ||
version = "1.3.1" | ||
authors = [ | ||
{ name = "Wouter Wijsman", email = "[email protected]" } | ||
] | ||
|