Merge branch 'master' into develop
This commit is contained in:
36
.github/ISSUE_TEMPLATE.md
vendored
36
.github/ISSUE_TEMPLATE.md
vendored
@ -1,36 +0,0 @@
|
|||||||
## Expected behavior
|
|
||||||
|
|
||||||
## Actual behavior
|
|
||||||
|
|
||||||
## Steps to replicate
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
|
|
||||||
## Tested environment(s)
|
|
||||||
#### Operating systems affected
|
|
||||||
- [ ] Windows:
|
|
||||||
- [ ] Mac:
|
|
||||||
- [ ] Linux:
|
|
||||||
- [ ] iOS:
|
|
||||||
- [ ] Andriod:
|
|
||||||
- [ ] Other:
|
|
||||||
|
|
||||||
#### Browsers affected
|
|
||||||
- [ ] Chrome:
|
|
||||||
- [ ] Firefox:
|
|
||||||
- [ ] Internet Explorer:
|
|
||||||
- [ ] Opera:
|
|
||||||
- [ ] Other:
|
|
||||||
|
|
||||||
#### Screen sizes affected
|
|
||||||
- [ ] Huge (ie desktop)
|
|
||||||
- [ ] Large (ie laptop)
|
|
||||||
- [ ] Medium (ie slim laptop/tablet)
|
|
||||||
- [ ] Small (phone)
|
|
||||||
|
|
||||||
## Additional details, debug data, logs, etc
|
|
||||||
|
|
||||||
## Before you submit
|
|
||||||
- [ ] Yes, I have tested this issue thoroughly
|
|
||||||
- [ ] Yes, I have attached screenshots and/or screencast of the issue in action
|
|
||||||
- [ ] Yes, I have included any relevant debug data and error logs
|
|
||||||
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: You've found a bug, let's fix it together!
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Environment details:**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Iris version [e.g. 3.33.0]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Let's make Iris even better
|
||||||
|
title: ''
|
||||||
|
labels: feature request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
@ -1 +1 @@
|
|||||||
3.34.0
|
3.34.2
|
||||||
@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
|
|||||||
from core import IrisCore
|
from core import IrisCore
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
__version__ = '3.34.0'
|
__version__ = '3.34.2'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Core extension class
|
# Core extension class
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
mopidy_iris/static/app/app.min.js
vendored
2
mopidy_iris/static/app/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
@ -98,8 +98,8 @@
|
|||||||
|
|
||||||
// Release details
|
// Release details
|
||||||
// These are automatically injected to built HTML
|
// These are automatically injected to built HTML
|
||||||
var build = "1554528127";
|
var build = "1554866701";
|
||||||
var version = "3.34.0";
|
var version = "3.34.2";
|
||||||
|
|
||||||
// Construct the script tag
|
// Construct the script tag
|
||||||
var js = document.createElement("script");
|
var js = document.createElement("script");
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mopidy-iris",
|
"name": "mopidy-iris",
|
||||||
"version": "3.34.0",
|
"version": "3.34.2",
|
||||||
"description": "Mopidy HTTP interface",
|
"description": "Mopidy HTTP interface",
|
||||||
"repository": "https://github.com/jaedb/iris",
|
"repository": "https://github.com/jaedb/iris",
|
||||||
"author": "James Barnsley <james@barnsley.nz>",
|
"author": "James Barnsley <james@barnsley.nz>",
|
||||||
|
|||||||
Reference in New Issue
Block a user