diff --git a/CHANGELOG.md b/CHANGELOG.md index fe72b72d..9f58c273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.3.1 (2016-01-23) + +* Fix: Notifiers authorization popups for reverse proxies. +* Fix: Empty brackets in titles on tables. +* Fix: Star rating overlapping text. +* Fix: Unable to startup when library refresh fails. +* Fix: Unable to parse 'datestamp' and 'timestamp' format. +* Change: Rename "Last Watched" to "Last Played" +* Change: More descriptive libraries updating message + + ## v1.3.0 (2016-01-23) * Add: Brand new Libraries section. diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index d06e8f7e..ad0a0c8d 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -1326,8 +1326,7 @@ a:hover .summary-poster-face-track .summary-poster-face-overlay span { white-space: nowrap; margin-top: 3px; height: 21px; - position: absolute; - right: 0; + float: right; } .star-rating .star-icon { width: auto; diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index de0995ea..eb48bee8 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -692,7 +692,7 @@ DOCUMENTATION :: END
Day |
- ||
DD | -Numeric, with leading zeros | -01 to 31 | -
D | -Numeric, without leading zeros | -1 to 31 | -
Do | -The English suffix for the day of the month | -st, nd or th in the 1st, 2nd or 15th. | -
Year |
+ ||
YYYY | +Numeric, 4 digits | +Eg., 1999, 2003 | +
YY | +Numeric, 2 digits | +Eg., 99, 03 | +
Month |
- ||
MM | -Numeric, with leading zeros | -01 to 31 | -
M | -Numeric, without leading zeros | -1 to 31 | -
MMMM | -Textual full | -January to December | -
MMM | -Textual three letters | -Jan to Dec | -
Month |
+ ||
MM | +Numeric, with leading zeros | +01-12 | +
M | +Numeric, without leading zeros | +1-12 | +
MMMM | +Textual full | +January-December | +
MMM | +Textual three letters | +Jan-Dec | +
Year |
- ||
YYYY | -Numeric, 4 digits | -Eg., 1999, 2003 | -
YY | -Numeric, 2 digits | -Eg., 99, 03 | -
Day |
+ ||
DD | +Numeric, with leading zeros | +01-31 | +
D | +Numeric, without leading zeros | +1-31 | +
Do | +The English suffix for the day of the month | +st, nd or th in the 1st, 2nd or 15th. | +
Time |
- ||
a | -am/pm Lowercase | -am, pm | -
A | -AM/PM Uppercase | -AM, PM | -
h | -Hour, 12-hour, without leading zeros | -1-12 | -
hh | -Hour, 12-hour, with leading zeros | -01-12 | -
H | -Hour, 24-hour, without leading zeros | -0-23 | -
HH | -Hour, 24-hour, with leading zeros | -00-23 | -
mm | -Minutes, with leading zeros | -00-59 | -
ss | -Seconds, with leading zeros | -00-59 | -
zz | -Timezone abbreviation | -Eg., EST, MDT ... | -
Time |
+ ||
a | +am/pm Lowercase | +am, pm | +
A | +AM/PM Uppercase | +AM, PM | +
h | +Hour, 12-hour, without leading zeros | +1-12 | +
hh | +Hour, 12-hour, with leading zeros | +01-12 | +
H | +Hour, 24-hour, without leading zeros | +0-23 | +
HH | +Hour, 24-hour, with leading zeros | +00-23 | +
mm | +Minutes, with leading zeros | +00-59 | +
ss | +Seconds, with leading zeros | +00-59 | +
zz | +Timezone abbreviation | +Eg., EST, MDT ... | +