This commit is contained in:
Tim 2015-09-09 22:19:59 +02:00
parent 451485d706
commit c608c7c9fc
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v1.1.8 (2015-09-09)
* Add platform images for Windows devices. Thanks @JonnyWong.
* Add click-through to PlexWeb preplay page from info page. Thanks @JonnyWong.
* Fix broken delete option on info pages. Thanks @JonnyWong.
* Fix tagline bug in PlexWatch db import tool.
* Fix home stats text overflow bug. Thanks @JonnyWong.
## v1.1.7 (2015-09-07)
* Show tagline in info screens for movies. Thanks @JonnyWong.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.1.7"
PLEXPY_RELEASE_VERSION = "1.1.8"