M CHANGELOG => CHANGELOG +9 -0
@@ 2,6 2,15 @@
## [Unreleased]
+## [0.5.4] - 20201-02-18
+### Fixed
+- Use correct file for appstream metadata
+- Remove more unsupported markup tags from strings
+- Fix "next up" query and notification
+
+### Changed
+- Updated flatpack to GNOME Runtime 3.38
+
## [0.5.3] - 2021-01-28
### Added
M data/net.kirgroup.confy.metainfo.xml.in => data/net.kirgroup.confy.metainfo.xml.in +6 -0
@@ 28,6 28,12 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.5.4" date="2021-02-18">
+ <description>
+ <p>Fix "next up" query and notification.</p>
+ <p>Fix text rendering issues with unsupported markup tags.</p>
+ </description>
+ </release>
<release version="0.5.3" date="2021-01-28">
<description>
<p>Add event progress indicator.</p>
M meson.build => meson.build +1 -1
@@ 1,5 1,5 @@
project('confy',
- version: '0.5.3',
+ version: '0.5.4',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],