Releasing 3.21.3
This commit is contained in:
@ -1 +1 @@
|
||||
3.21.2
|
||||
3.21.3
|
||||
|
||||
@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
|
||||
from core import IrisCore
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
__version__ = '3.21.2'
|
||||
__version__ = '3.21.3'
|
||||
|
||||
##
|
||||
# Core extension class
|
||||
|
||||
File diff suppressed because one or more lines are too long
30
mopidy_iris/static/app.min.css
vendored
30
mopidy_iris/static/app.min.css
vendored
@ -4852,41 +4852,11 @@ aside {
|
||||
.list .list-item .drag-zone * {
|
||||
pointer-events: none; }
|
||||
.list .list-item .context-menu-trigger {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
z-index: 2; }
|
||||
|
||||
@keyframes click_feedback {
|
||||
0% {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding-bottom: 100%;
|
||||
opacity: 1; }
|
||||
100% {
|
||||
top: 25%;
|
||||
left: -25%;
|
||||
width: 150%;
|
||||
padding-bottom: 150%;
|
||||
opacity: 0; } }
|
||||
.list .list-item .context-menu-trigger:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
border-radius: 50%;
|
||||
margin-top: -50%;
|
||||
pointer-events: none; }
|
||||
.list .list-item .context-menu-trigger:focus:after, .list .list-item .context-menu-trigger:active:after {
|
||||
animation-name: click_feedback;
|
||||
animation-duration: 0.2s;
|
||||
animation-timing-function: ease-out;
|
||||
animation-iteration-count: 1; }
|
||||
.list .list-item .context-menu-trigger:before {
|
||||
display: none !important; }
|
||||
.list .list-item .icon.source {
|
||||
|
||||
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 = "1529311127";
|
||||
var version = "3.21.2";
|
||||
var build = "1529312086";
|
||||
var version = "3.21.3";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.21.2",
|
||||
"version": "3.21.3",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user