Update the Changelog.

This commit is contained in:
Jordan Petridis 2018-06-05 14:58:29 +03:00
parent 6d93ceb910
commit dea517c17c
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 10 additions and 9 deletions

View File

@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Added: ### Added:
- Keyboard Shortcuts and a Shortcuts dialog were implemented. (ZanderBrown) [!33](https://gitlab.gnome.org/World/hammond/merge_requests/33)
### Changed: ### 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:
- Fixed a bug whre the about dialog would be unclosable. (ZanderBrown) [!37](https://gitlab.gnome.org/World/hammond/merge_requests/37)
### Removed: ### Removed:
## [0.3.4] - 2018-05-20 ## [0.3.4] - 2018-05-20

11
TODO.md
View File

@ -4,12 +4,11 @@
## Priorities ## Priorities
- [ ] Unplayed Only and Downloaded only view.
- [ ] OPML import/export // Probably need to create a crate. - [ ] OPML import/export // Probably need to create a crate.
## Second ## 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 - [ ] Episode queue
- [ ] Embedded player - [ ] Embedded player
- [ ] MPRIS integration - [ ] MPRIS integration
@ -19,14 +18,8 @@
- [ ] Download Queue - [ ] Download Queue
- [ ] Ability to Stream content on demand - [ ] 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? - [ ] Integrate with Itunes API for various crap?
- [ ] YoutubeFeeds? - [ ] YoutubeFeeds?
## Rest Tasks ## 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.