From b1e4dd80e01860103eef7ee8ad427e456ef7d7d2 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 14 May 2019 11:07:11 +0200 Subject: [PATCH] Release version 0.4.7 --- CHANGELOG.md | 24 +++++++++++++++++++ meson.build | 2 +- .../org.gnome.Podcasts.appdata.xml.in.in | 7 ++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2aa0f..0efe982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed: +## [0.4.7] - 2019-05-14 + +### Added: +- Improved appdata validation and meson tests World/podcasts!89 +- Export the show subscriptions to opml files World/podcasts!77 + +### Changed: + +- Improved integration of cargo and meson World/podcasts!94 +- Refactored some macros for error handling World/podcasts!82 +- The Icon to better match the HIG guidlines World/podcasts#102 +- Bumped gtk and libhandy minimum versions + +### Fixed: + +- Rewind now works regardless if its the start or the end of the episode World/podcasts!83 +- Typos in the README and CONTRIBUTING docs World/podcast!97 World/podcast!98 World/podcast!99 +- Show cover is reset properly now if there isn't an image World/podcasts#114 +- Pause MPRIS button now works on KDE Plasma World/podcasts#115 + +### Removed: + +- All preferences World/podcast!104 + ## [0.4.6] - 2018-10-07 ### Added: diff --git a/meson.build b/meson.build index 2879b49..1777e31 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-podcasts', 'rust', - version: '0.4.6', + version: '0.4.7', license: 'GPLv3', ) diff --git a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml.in.in b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml.in.in index af74f57..dd3f0f6 100644 --- a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml.in.in +++ b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml.in.in @@ -24,6 +24,13 @@ + + +

+ Small release including OPML export functionality, a couple of bugfixes and overall life improvments. +

+
+