Skip to content

Commit d907f0b

Browse files
committed
Release 0.2.7
1 parent a29b942 commit d907f0b

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,25 @@ 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.7] - 2021-09-11
99

1010
### Added
11-
### Changed
12-
### Deprecated
13-
### Removed
11+
12+
- Non-embedded mode for unsupported environments (GNOME, Flatpak, and Wayland),
13+
can be toggled with the `SGT_ENABLE_EMBED` environment variable.
14+
1415
### Fixed
15-
### Security
16+
17+
- Incorrect handling of withdrawn windows (#1)
18+
- Game screens are frozen in GNOME (#3)
19+
- Mouse clicks not recognized in GNOME (#7)
20+
- Game launchers refuse to embed in Flatpak (#8)
21+
- Empty launchers panel in Arch (#9)
22+
1623
### Translation Updates
1724

25+
Chinese (China), Danish, Dutch, German, Malay, Malay (Arabic), Polish, Swedish
26+
1827
## [0.2.6] - 2020-07-30
1928

2029
### Changed
@@ -48,7 +57,7 @@ Chinese (China), Danish, Lithuanian, Ukrainian
4857

4958
- Move to RDN-format (sgt-launcher.desktop to org.bluesabre.SgtLauncher.desktop)
5059
for appdata and the launcher
51-
- Source installations may result in duplicate .desktop files, just delete
60+
- Source installations may result in duplicate .desktop files, just delete
5261
sgt-launcher.desktop)
5362

5463
### Fixed
@@ -111,7 +120,8 @@ Kurdish, Polish, Spanish
111120

112121
- Initial release
113122

114-
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...HEAD
123+
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.7...HEAD
124+
[0.2.7]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...sgt-launcher-0.2.7
115125
[0.2.6]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.5...sgt-launcher-0.2.6
116126
[0.2.5]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.4...sgt-launcher-0.2.5
117127
[0.2.4]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.3...sgt-launcher-0.2.4

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.7" date="2021-09-11">
40+
<description>
41+
<_p>This release includes improved support for various desktop environments and updated translations.</_p>
42+
</description>
43+
</release>
3944
<release version="0.2.6" date="2020-07-30">
4045
<description>
4146
<_p>This release includes some minor fixes and updated translations.</_p>

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.6',
287+
version='0.2.7',
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" "July 2020" "sgt-launcher 0.2" "User Commands"
1+
.TH SGT-LAUNCHER "1" "September 2021" "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)