From 79609c384e339a96181fad6454f74eaf39026bc5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 20 Jan 2018 10:27:08 -0800 Subject: [PATCH] Show all changelogs when updated since previous version --- .gitignore | 1 + data/interfaces/default/index.html | 5 ++-- plexpy/__init__.py | 45 +++++++++++++++++++++++++++--- plexpy/versioncheck.py | 23 +++++++++------ plexpy/webserve.py | 13 +++++++-- 5 files changed, 70 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 93f0cb0b..862a28be 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.db* *.db-journal *.ini +release.lock version.lock logs/* cache/* diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index 08b401e1..16ead2e4 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -131,12 +131,13 @@ <%def name="modalIncludes()"> % if _session['user_group'] == 'admin' and config['update_show_changelog']: +<% from plexpy.common import VERSION_NUMBER %>