Compare commits
1 Commits
master
...
alatiera/f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1e4dd80e0 |
24
CHANGELOG.md
24
CHANGELOG.md
@ -14,6 +14,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
### Removed:
|
### 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
|
## [0.4.6] - 2018-10-07
|
||||||
|
|
||||||
### Added:
|
### Added:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
project(
|
project(
|
||||||
'gnome-podcasts', 'rust',
|
'gnome-podcasts', 'rust',
|
||||||
version: '0.4.6',
|
version: '0.4.7',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,13 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.4.7" date="2019-05-14">
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Small release including OPML export functionality, a couple of bugfixes and overall life improvments.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.4.6" date="2018-10-07">
|
<release version="0.4.6" date="2018-10-07">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user