diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a3f01..26e8735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,16 @@ 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) + ### 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) +- `EpisdeWidget`'s progressbar was changed to be non-blocking and should feel way more responsive now. 9b0ac5b83dadecdff51cd398293afdf0d5276012 + ### Fixed: +- Fixed a bug whre the about dialog would be unclosable. (ZanderBrown) [!37](https://gitlab.gnome.org/World/hammond/merge_requests/37) + ### Removed: ## [0.3.4] - 2018-05-20 diff --git a/TODO.md b/TODO.md index 71d1fda..8ba600f 100644 --- a/TODO.md +++ b/TODO.md @@ -4,12 +4,11 @@ ## Priorities -- [ ] Unplayed Only and Downloaded only view. - [ ] OPML import/export // Probably need to create a crate. ## Second -- [ ] Make use of file metadas, [This](https://github.com/GuillaumeGomez/audio-video-metadata) might be helpfull. +- [ ] Make use of file metadas?, [This](https://github.com/GuillaumeGomez/audio-video-metadata) might be helpfull. - [ ] Episode queue - [ ] Embedded player - [ ] MPRIS integration @@ -19,14 +18,8 @@ - [ ] Download Queue - [ ] Ability to Stream content on demand -- [ ] soundcloud and itunes feeds // [This](http://getrssfeed.com) seems intresting. +- [ ] rss feeds from soundcloud urls? // [This](http://getrssfeed.com) seems intresting. - [ ] Integrate with Itunes API for various crap? - [ ] YoutubeFeeds? ## Rest Tasks - -**Would be nice:** - -- [ ] Make Podcast cover fetchng and loading not block the execution of the program at startup. -- [ ] Lazy evaluate episode loading based on the show_widget's scrolling. -