Clearer version info in Settings menu.

Rudimentary changelog reader (Settings menu -> General)
Reverse the changelog order - newer changes first.
This commit is contained in:
Tim
2015-08-18 01:05:12 +02:00
parent c0214f1489
commit 4c6f6ca736
6 changed files with 74 additions and 27 deletions

View File

@@ -1,13 +1,15 @@
# Changelog
## v1.0 (2015-08-11)
## v1.1.2 (2015-08-16)
* First release
* Fix bug where user refresh would fail under certain circumstances.
## v1.0.1 (2015-08-13)
## v1.1.1 (2015-08-15)
* Allow SSL certificate check override for certain systems with bad CA stores.
* Fix typo on graphs page causing date selection to break on Safari.
* Added Most watched movie for home stats. Thanks @jroyal.
* Added TV show title to recently added text. Thanks @jroyal.
* Fix bug with buffer warnings where notification would trigger continuously after first trigger.
* Fix bug where custom avatar URL would get reset on every user refresh.
## v1.1.0 (2015-08-15)
@@ -24,13 +26,11 @@
* Fix behaviour of close button on update popup, will now stay closed for an hour after clicking close.
* Fix some styling niggles.
## v1.1.1 (2015-08-15)
## v1.0.1 (2015-08-13)
* Added Most watched movie for home stats. Thanks @jroyal.
* Added TV show title to recently added text. Thanks @jroyal.
* Fix bug with buffer warnings where notification would trigger continuously after first trigger.
* Fix bug where custom avatar URL would get reset on every user refresh.
* Allow SSL certificate check override for certain systems with bad CA stores.
* Fix typo on graphs page causing date selection to break on Safari.
## v1.1.2 (2015-08-16)
## v1.0 (2015-08-11)
* Fix bug where user refresh would fail under certain circumstances.
* First release