Merge branch 'master' into develop

This commit is contained in:
James Barnsley
2018-05-30 20:32:34 +12:00
8 changed files with 12 additions and 11 deletions

View File

@ -1 +1 @@
3.18.0
3.19.0

View File

@ -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

View File

@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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");

View File

@ -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>",