Skip to content

Commit

Permalink
Plex Fixes 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Mar 28, 2018
1 parent 222dfd8 commit 1ecce23
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 32 deletions.
37 changes: 21 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Plex Fixes Changelog

## v1.0.1 ... (28 MARCH 18)

### Fixes:
`+` Fixed "<" and ">" arrows in status/alerts

## v1.0.0 ... (19 JANUARY 18)

### Additions:
`+` Added version number of style to plex settings menu

### Removed
### Removed:
`-` Removed greyscale from posters

## v0.0.14 ... (24 DECEMBER 17)
Expand All @@ -17,7 +22,7 @@

`+` Added hover effects into posters options for photo library posters

### Changes
### Changes:
`+` Changed animation speed to be slightly faster for hovering over posters

## v0.0.13 ... (06 AUGUST 17)
Expand All @@ -32,68 +37,68 @@

## v0.0.12 ... (18 JULY 17)

### Fixes
### Fixes:
`+` update for plex web v3.11.0

## v0.0.11 ... (13 APRIL 17)

### Changes
### Changes:
`+` Background images are no longer cut at the top and bottom [at cost of slightly squishing the background picture just a tiny bit]

## v0.0.10 ... (12 APRIL 17)

### Changes
### Changes:
`+` Move dashboard down just a smidgen

## v0.0.9 ... (30 MARCH 17)

### Removed
### Removed:
`-` REVERT "added !important to everything in style sheet as to fix a couple style issues that sometimes pop up." as it was due to stylus extension bug

## v0.0.8 ... (29 MARCH 17)

### Changes
### Changes:
`+` (Hate doing this but) added !important to everything in style sheet as to fix a couple style issues that sometimes pop up.

`+` Tidy CSS a little bit.

## v0.0.7 ... (27 MARCH 17)

### Additions
### Additions:
`+` Hide Cast List Option

`+` Hide Extras Option

`+` Hide Related Option

### Changes
### Changes:
`+` Move a couple things around and make them options instead

## v0.0.6 ... (25 MARCH 17)

### Additions
### Additions:
`+` Make the continue watching title containers a bit smaller + move a few things up to go inline with this

### Changes
### Changes:
`+` Move a couple css selections around

`+` Make the sidebar transitions a bit smoother

## v0.0.5 ... (24 MARCH 17)

### Additions
### Additions:
`+` Hide the "Go Premium" button

`+` Expand 'Extras' display for movies [shows as grid instead of scroller]

`+` Minimize the sidebar to save screen space [Expands back out on hovering over the sidebar]

### Changes
### Changes:
`+` Clean up a little bit more on CSS

## v0.0.2/4 ... (22 MARCH 17)

### Additions
### Additions:
`+` Bring back the dark background scheme for the discover page. (does not interfere with background artwork fix)

`+` Add several new additions //Credits to @IanCeling --
Expand All @@ -108,12 +113,12 @@

`+` Larger Play buttons

### Changes
### Changes:
`+` Rename userstyle from "PLEX BACKGROUND ARTWORK FIX" to "Plex Fixes" as this is going to be turning into a more AIO to bring things back inline with how some stuff was before the release of plex web 3.0.0

`+` Clean up a few CSS selections

### Fixes
### Fixes:
`+` Fix the max width of Shows/Movies summaries so that the whole summary is shown.

## v0.0.1 ... (10 MARCH 17)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plex-fixes",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bringing back plex to pre-3.0.0",
"devDependencies": {
"css": "^2.2.1",
Expand Down
9 changes: 2 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ regexp("https?:\/\//*[[URL]]*/") {
/* || || */
/* ||* Created : 03 / 10 / 2017 || */
/* || || */
/* ||* Updated : 01 / 19 / 2018 || */
/* ||* Updated : 03 / 28 / 2018 || */
/* || || */
/* ||* Version : 1.0.0 || */
/* ||* Version : 1.0.1 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand All @@ -27,11 +27,6 @@ a {
user-select: all !important;
}

a::after,
a::before {
content: "\0020" !important;
}

/*::: Main Background Image :::*/
.background-container [data-reactroot] div > div[style] {
background: rgba(31, 31, 31, 1);
Expand Down
11 changes: 3 additions & 8 deletions style.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Plex Fixes
@version 1.0.0
@version 1.0.1
@description Bringing back plex to pre-3.0.0
@namespace github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
Expand Down Expand Up @@ -64,9 +64,9 @@ regexp("https?:\/\//*[[URL]]*/") {
/* || || */
/* ||* Created : 03 / 10 / 2017 || */
/* || || */
/* ||* Updated : 01 / 19 / 2018 || */
/* ||* Updated : 03 / 28 / 2018 || */
/* || || */
/* ||* Version : 1.0.0 || */
/* ||* Version : 1.0.1 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand All @@ -82,11 +82,6 @@ a {
user-select: all !important;
}

a::after,
a::before {
content: "\0020" !important;
}

/*::: Main Background Image :::*/
.background-container [data-reactroot] div > div[style] {
background: rgba(31, 31, 31, 1);
Expand Down

0 comments on commit 1ecce23

Please sign in to comment.