Version bump.
This commit is contained in:
parent
cc03c2407b
commit
89ee174ded
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,30 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [0.3.1] - 2018-03-28
|
||||||
|
|
||||||
* Ability to mark all episodes of a Show as watched.
|
* Ability to mark all episodes of a Show as watched.
|
||||||
[#47](https://gitlab.gnome.org/alatiera/Hammond/issues/47)
|
[#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.
|
* 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)
|
[#49](https://gitlab.gnome.org/alatiera/Hammond/issues/49)
|
||||||
|
|
||||||
* EpisdeWidget has been reimplemented as a compile time state machine.
|
* EpisdeWidget has been reimplemented as a compile time state machine.
|
||||||
[!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
|
[!18](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/18)
|
||||||
|
|
||||||
* Content Views no longer scroll horizontally when shrunk bellow their minimum size.
|
* Content Views no longer scroll horizontally when shrunk bellow their minimum size.
|
||||||
[#35](https://gitlab.gnome.org/alatiera/Hammond/issues/35)
|
[#35](https://gitlab.gnome.org/alatiera/Hammond/issues/35)
|
||||||
|
|
||||||
* Double border aroun the main window was fixed. (Rowan Lewis)
|
* Double border aroun the main window was fixed. (Rowan Lewis)
|
||||||
[#52](https://gitlab.gnome.org/alatiera/Hammond/issues/52)
|
[#52](https://gitlab.gnome.org/alatiera/Hammond/issues/52)
|
||||||
|
|
||||||
* Some requests now use the Tor Browser's user agent. (Rowan Lewis)
|
* Some requests now use the Tor Browser's user agent. (Rowan Lewis)
|
||||||
[#53](https://gitlab.gnome.org/alatiera/Hammond/issues/53)
|
[#53](https://gitlab.gnome.org/alatiera/Hammond/issues/53)
|
||||||
|
|
||||||
* Hammond now remembers the window size and position. (Rowan Lewis)
|
* Hammond now remembers the window size and position. (Rowan Lewis)
|
||||||
[#50](https://gitlab.gnome.org/alatiera/Hammond/issues/50)
|
[#50](https://gitlab.gnome.org/alatiera/Hammond/issues/50)
|
||||||
|
|
||||||
* Implemnted the initial work for integrating with GSettings and storing preferences. (Rowan Lewis)
|
* Implemnted the initial work for integrating with GSettings and storing preferences. (Rowan Lewis)
|
||||||
[!22](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/22) [!23](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/23)
|
[!22](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/22) [!23](https://gitlab.gnome.org/alatiera/Hammond/merge_requests/23)
|
||||||
|
|
||||||
* Shows without episodes now display an empty message similar to EmptyView.
|
* Shows without episodes now display an empty message similar to EmptyView.
|
||||||
[#44](https://gitlab.gnome.org/alatiera/Hammond/issues/44)
|
[#44](https://gitlab.gnome.org/alatiera/Hammond/issues/44)
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.3.0" date="2018-02-11"/>
|
<release version="0.3.1" date="2018-03-28"/>
|
||||||
</releases>
|
</releases>
|
||||||
<update_contact>jordanpetridis@protonmail.com</update_contact>
|
<update_contact>jordanpetridis@protonmail.com</update_contact>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'hammond', 'rust',
|
'hammond', 'rust',
|
||||||
version: '0.3.0',
|
version: '0.3.1',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user