diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ea57c3..1a0a6609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.3.16 (2016-05-01) + +* Fix: Viewing photos crashing PlexPy. +* Fix: Persist Users > Edit mode on datatable page change. +* Fix: PMS update notifications broken. +* Change: Cache notifications poster with thread ID to avoid overwritting images. + + ## v1.3.15 (2016-04-18) * Fix: Slack notifications failing when using and icon URL. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..e297ffb1 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ +### Reporting Issues: + +To ensure that a develpoer has enough information to work with please include all of the following information. + +**Use proper markdown syntax to structure your post (i.e. code/log in code blocks).** + +**Make sure you provide the following information below:** +- [ ] Version + + +- [ ] Branch + + +- [ ] Commit hash + + +- [ ] Operating system + + +- [ ] Python version + + +- [ ] What you did? + + +- [ ] What happened? + + +- [ ] What you expected? + + +- [ ] How can we reproduce your issue? + + +- [ ] What are your (relevant) settings? + + +- [ ] Include a link to your **FULL** (not just a few lines!) log file that has the error. Please use [Gist](http://gist.github.com) or [Pastebin](http://pastebin.com/). + +Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it. + +#### Link to log: diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 0be38e59..845dc554 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -113,6 +113,8 @@ img { } .btn { outline:0px !important; +} +.btn:not(select) { -webkit-appearance:none; } .btn-dark { diff --git a/data/interfaces/default/graphs.html b/data/interfaces/default/graphs.html index 1592f0f3..ac255643 100644 --- a/data/interfaces/default/graphs.html +++ b/data/interfaces/default/graphs.html @@ -12,6 +12,14 @@ Graphs