Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Sep 11, 2021
1 parent a29b942 commit d907f0b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.7] - 2021-09-11

### Added
### Changed
### Deprecated
### Removed

- Non-embedded mode for unsupported environments (GNOME, Flatpak, and Wayland),
can be toggled with the `SGT_ENABLE_EMBED` environment variable.

### Fixed
### Security

- Incorrect handling of withdrawn windows (#1)
- Game screens are frozen in GNOME (#3)
- Mouse clicks not recognized in GNOME (#7)
- Game launchers refuse to embed in Flatpak (#8)
- Empty launchers panel in Arch (#9)

### Translation Updates

Chinese (China), Danish, Dutch, German, Malay, Malay (Arabic), Polish, Swedish

## [0.2.6] - 2020-07-30

### Changed
Expand Down Expand Up @@ -48,7 +57,7 @@ Chinese (China), Danish, Lithuanian, Ukrainian

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

### Fixed
Expand Down Expand Up @@ -111,7 +120,8 @@ Kurdish, Polish, Spanish

- Initial release

[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...HEAD
[unreleased]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.7...HEAD
[0.2.7]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.6...sgt-launcher-0.2.7
[0.2.6]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.5...sgt-launcher-0.2.6
[0.2.5]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.4...sgt-launcher-0.2.5
[0.2.4]: https://github.com/bluesabre/sgt-launcher/compare/sgt-launcher-0.2.3...sgt-launcher-0.2.4
Expand Down
5 changes: 5 additions & 0 deletions data/metainfo/sgt-launcher.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
</provides>

<releases>
<release version="0.2.7" date="2021-09-11">
<description>
<_p>This release includes improved support for various desktop environments and updated translations.</_p>
</description>
</release>
<release version="0.2.6" date="2020-07-30">
<description>
<_p>This release includes some minor fixes and updated translations.</_p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='sgt-launcher',
version='0.2.6',
version='0.2.7',
license='GPL-3+',
author='Sean Davis',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion sgt-launcher.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SGT-LAUNCHER "1" "July 2020" "sgt-launcher 0.2" "User Commands"
.TH SGT-LAUNCHER "1" "September 2021" "sgt-launcher 0.2" "User Commands"
.SH NAME
sgt-launcher \- launcher for Simon Tatham's Portable Puzzle Collection
.SH SYNOPSIS
Expand Down

0 comments on commit d907f0b

Please sign in to comment.