This commit is contained in:
JonnyWong16 2021-03-08 10:59:45 -08:00
parent 06a9bb10cc
commit f7e1dc97d8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v2.6.8 (2021-03-08)
* Mobile App:
* New: An all new Tautulli Remote App 2.0. Go to the Google Play link in the settings to download the new version.
* Fix: Registering the new app would fail if OneSignal is blocked.
## v2.6.7 (2021-03-07)
* History:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.6.7"
PLEXPY_RELEASE_VERSION = "v2.6.8"