Skip to content

Commit c55a33d

Browse files
committed
Release 0.2.8
1 parent 2d737bd commit c55a33d

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.8] - 2022-10-04
99

1010
### Added
11-
### Changed
12-
### Deprecated
13-
### Removed
14-
### Fixed
15-
### Security
11+
12+
- Added support for new game, Mosaic (#12)
13+
1614
### Translation Updates
1715

16+
French, Italian, Portuguese, Portuguese (Portugal), Russian, Turkish
17+
1818
## [0.2.7] - 2021-09-11
1919

2020
### Added
@@ -130,7 +130,8 @@ Kurdish, Polish, Spanish
130130

131131
- Initial release
132132

133-
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.7...HEAD
133+
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.8...HEAD
134+
[0.2.8]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.7...sgt-launcher-0.2.8
134135
[0.2.7]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...sgt-launcher-0.2.7
135136
[0.2.6]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.5...sgt-launcher-0.2.6
136137
[0.2.5]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.4...sgt-launcher-0.2.5

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.8" date="2022-10-04">
40+
<description>
41+
<_p>This release adds support for the "Mosaic" game and features updated translations.</_p>
42+
</description>
43+
</release>
3944
<release version="0.2.7" date="2021-09-11">
4045
<description>
4146
<_p>This release includes improved support for various desktop environments and updated translations.</_p>

setup.py

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

286286
DistUtilsExtra.auto.setup(
287287
name='sgt-launcher',
288-
version='0.2.7',
288+
version='0.2.8',
289289
license='GPL-3+',
290290
author='Sean Davis',
291291
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" "September 2021" "sgt-launcher 0.2" "User Commands"
1+
.TH SGT-LAUNCHER "1" "October 2022" "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)