Merge branch 'master' into develop

This commit is contained in:
James Barnsley
2019-04-10 15:26:34 +12:00
10 changed files with 60 additions and 44 deletions

View File

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

View 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.

View File

@ -1 +1 @@
3.34.0
3.34.2

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.34.0'
__version__ = '3.34.2'
##
# Core extension class

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -98,8 +98,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1554528127";
var version = "3.34.0";
var build = "1554866701";
var version = "3.34.2";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.34.0",
"version": "3.34.2",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",