36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
* Ability to mark all episodes of a Show as watched. [#47](https://gitlab.gnome.org/alatiera/Hammond/issues/47)
|
|
* Now you are able to subscribe to itunes™ podcasts by using the itunes link of the show. [#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
|
|
* EpisdeWidget has been reimplemented as a compile time state machine. [!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
|
|
* Content Views no longer scroll horizontally when shrunk bellow their minimum size. [#35](https://gitlab.gnome.org/alatiera/Hammond/issues/35)
|
|
|
|
## [0.3.0] - 2018-02-11
|
|
|
|
* Tobias Bernard Redesigned the whole Gtk+ client.
|
|
* Complete re-write of hammond-data and hammond-gtk modules.
|
|
* Error handling for all crates was migrated from error-chain to Failure.
|
|
* Hammond-data now uses futures to parse feeds.
|
|
* Custom gtk-widgets are now composed structs as opposed to functions returning Gtk widgets.
|
|
|
|
## [0.2.0] - 2017-11-28
|
|
|
|
* Database Schema Breaking Changes.
|
|
* Added url sanitization. #4.
|
|
* Reworked and refactored of the hammond-data API.
|
|
* Added some more unit tests
|
|
* Documented hammond-data public API.
|
|
|
|
## [0.1.1] - 2017-11-13
|
|
|
|
* Added appdata.xml file
|
|
|
|
## [0.1.0] - 2017-11-13
|
|
|
|
Initial Release |