Skip to content

Commit f268dc2

Browse files
committed
Release 0.2.5
1 parent 75d125c commit f268dc2

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SGT Puzzles Collection (sgt-launcher) NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
20 Jan 2020, SGT Puzzles Collection 0.2.5 (unreleased)
3+
19 Feb 2020, SGT Puzzles Collection 0.2.5
44

55
- Fix game launching loop (LP: #1697107)
66
- Add bug reporting to the application menu

data/metainfo/sgt-launcher.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</provides>
3737

3838
<releases>
39+
<release version="0.2.5" date="2020-02-19">
40+
<description>
41+
<_p>This release features improved game launching and adds a bug reporting link to the menu.</_p>
42+
</description>
43+
</release>
3944
<release version="0.2.4" date="2018-04-11">
4045
<description>
4146
<_p>This is a minor translations-only release.</_p>

po/sgt-launcher.pot

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
16
#, fuzzy
27
msgid ""
38
msgstr ""
49
"Project-Id-Version: PACKAGE VERSION\n"
510
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2020-01-23 04:10+0000\n"
11+
"POT-Creation-Date: 2020-02-19 20:02-0500\n"
712
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
813
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
914
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
1016
"MIME-Version: 1.0\n"
11-
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Type: text/plain; charset=CHARSET\n"
1218
"Content-Transfer-Encoding: 8bit\n"
13-
"X-Launchpad-Export-Date: 2020-02-20 00:56+0000\n"
14-
"X-Generator: Launchpad (build 19413b719a8df7423ab1390528edadce9e0e4aca)\n"
15-
"Language: \n"
1619

1720
#: ../org.bluesabre.SgtLauncher.desktop.in.h:1 ../sgtlauncher/SgtLauncher.py:39
1821
#: ../sgtlauncher/SgtLauncher.py:73 ../sgtlauncher/SgtLauncher.py:348
@@ -86,16 +89,22 @@ msgid "Playing a short game of Galaxies"
8689
msgstr ""
8790

8891
#: ../data/metainfo/sgt-launcher.appdata.xml.in.h:6
89-
msgid "This is a minor translations-only release."
92+
msgid ""
93+
"This release features improved game launching and adds a bug reporting link "
94+
"to the menu."
9095
msgstr ""
9196

9297
#: ../data/metainfo/sgt-launcher.appdata.xml.in.h:7
98+
msgid "This is a minor translations-only release."
99+
msgstr ""
100+
101+
#: ../data/metainfo/sgt-launcher.appdata.xml.in.h:8
93102
msgid ""
94103
"The Preferences menu item has been removed and several translations have "
95104
"been included."
96105
msgstr ""
97106

98-
#: ../data/metainfo/sgt-launcher.appdata.xml.in.h:8
107+
#: ../data/metainfo/sgt-launcher.appdata.xml.in.h:9
99108
msgid ""
100109
"Non-existent launchers are no longer displayed. The application launcher now "
101110
"links to the correct binary."

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def run(self):
284284

285285
DistUtilsExtra.auto.setup(
286286
name='sgt-launcher',
287-
version='0.2.4',
287+
version='0.2.5',
288288
license='GPL-3+',
289289
author='Sean Davis',
290290
author_email='[email protected]',

sgt-launcher.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SGT-LAUNCHER "1" "January 2020" "sgt-launcher 0.2" "User Commands"
1+
.TH SGT-LAUNCHER "1" "February 2020" "sgt-launcher 0.2" "User Commands"
22
.SH NAME
33
sgt-launcher \- launcher for Simon Tatham's Portable Puzzle Collection
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)