Merge branch 'master' into develop
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -8,25 +8,29 @@ assignees: ''
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
[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
|
||||
1. Enable Test Mode (_Settings > Debug > Test Mode_). This provides more verbose error logs.
|
||||
2. Go to '...'
|
||||
3. Click on '....'
|
||||
4. Scroll down to '....'
|
||||
5. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
[A clear and concise description of what you expected to happen]
|
||||
|
||||
**Console log**
|
||||
[Copy and paste your browser console log]
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
[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]
|
||||
- Iris version [e.g. 3.54.0]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
[Add any other context about the problem]
|
||||
|
||||
@ -1 +1 @@
|
||||
3.54.0
|
||||
3.54.1
|
||||
@ -3,7 +3,7 @@ import pathlib
|
||||
|
||||
from mopidy import config, ext
|
||||
|
||||
__version__ = "3.54.0"
|
||||
__version__ = "3.54.1"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -106,8 +106,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1605167537";
|
||||
var version = "3.54.0";
|
||||
var build = "1605168871";
|
||||
var version = "3.54.1";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"manifest_version": "3.54.0",
|
||||
"manifest_version": "3.54.1",
|
||||
"short_name": "Iris",
|
||||
"name": "Iris",
|
||||
"icons": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.54.0",
|
||||
"version": "3.54.1",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user