Merge branch 'master' into develop
This commit is contained in:
@ -1 +1 @@
|
||||
3.18.0
|
||||
3.19.0
|
||||
|
||||
@ -13,7 +13,7 @@ from core import IrisCore
|
||||
from raven import Client
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
__version__ = '3.18.0'
|
||||
__version__ = '3.19.0'
|
||||
|
||||
##
|
||||
# Core extension class
|
||||
|
||||
File diff suppressed because one or more lines are too long
5
mopidy_iris/static/app.min.css
vendored
5
mopidy_iris/static/app.min.css
vendored
@ -5591,7 +5591,8 @@ main header {
|
||||
transition: all 0.2s ease-in-out;
|
||||
position: relative;
|
||||
padding: 9px 12px 8px 24px;
|
||||
cursor: pointer; }
|
||||
cursor: pointer;
|
||||
color: #000000; }
|
||||
.dropdown-field .options > .liner .option:before {
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
@ -6442,7 +6443,7 @@ main .track-view {
|
||||
.discover-view .actions .autocomplete-field {
|
||||
width: 250px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
vertical-align: bottom;
|
||||
padding: 0;
|
||||
margin-right: 1px; }
|
||||
.discover-view .actions .autocomplete-field .input {
|
||||
|
||||
4
mopidy_iris/static/app.min.js
vendored
4
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -77,8 +77,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1527584808";
|
||||
var version = "3.18.0";
|
||||
var build = "1527585609";
|
||||
var version = "3.19.0";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.18.0",
|
||||
"version": "3.19.0",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user