From 5c0fe359957b18da4cedf5cde9b54d861fda3d79 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 20 Jun 2018 17:01:54 +0300 Subject: [PATCH] Update Changelog. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e8735..37e5404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added: -- Keyboard Shortcuts and a Shortcuts dialog were implemented. (ZanderBrown) [!33](https://gitlab.gnome.org/World/hammond/merge_requests/33) +- Keyboard Shortcuts and a Shortcuts dialog were implemented. (ZanderBrown) +[!33](https://gitlab.gnome.org/World/hammond/merge_requests/33) ### Changed: -- The `FileChooser` of the OPML import was changed to use the `FileChooserNative` widget/API. (ZanderBrown) [!33](https://gitlab.gnome.org/World/hammond/merge_requests/33) -- The `EpisdeWidget` was refactored. [!38](https://gitlab.gnome.org/World/hammond/merge_requests/38) +- The `FileChooser` of the OPML import was changed to use the `FileChooserNative` widget/API. (ZanderBrown) +[!33](https://gitlab.gnome.org/World/hammond/merge_requests/33) +- The `EpisdeWidget` was refactored. +[!38](https://gitlab.gnome.org/World/hammond/merge_requests/38) - `EpisdeWidget`'s progressbar was changed to be non-blocking and should feel way more responsive now. 9b0ac5b83dadecdff51cd398293afdf0d5276012 +- An embeded audio player was implemented! +[!40](https://gitlab.gnome.org/World/hammond/merge_requests/40) ### Fixed: - Fixed a bug whre the about dialog would be unclosable. (ZanderBrown) [!37](https://gitlab.gnome.org/World/hammond/merge_requests/37)