diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9df86ce..5d0d651 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,15 +8,20 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. **System information** -- Plugin version: -- Jellyfin version: -- Jellyfin installation method: -- OS: + +- Jellyfin installation method: +- OS: + +**Support bundle** + +[go to Dashboard -> Plugins -> Intro Skipper -> Support Bundle (at the bottom of the page) and paste the contents of the textbox here] **Jellyfin logs** + ``` paste logs here ``` diff --git a/manifest.json b/manifest.json index 2958c18..457394d 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ "category": "General", "imageUrl": "https://raw.githubusercontent.com/ConfusedPolarBear/intro-skipper/master/images/logo.png", "versions": [ + { + "version": "0.1.7.0", + "changelog": "- See the full changelog at [GitHub](https://github.com/ConfusedPolarBear/intro-skipper/blob/master/CHANGELOG.md)\n", + "targetAbi": "10.8.4.0", + "sourceUrl": "https://github.com/ConfusedPolarBear/intro-skipper/releases/download/v0.1.7/intro-skipper-v0.1.7.zip", + "checksum": "76676ea60b270879c831b50f6cb21ae1", + "timestamp": "2022-10-27T03:27:27Z" + }, { "version": "0.1.6.0", "changelog": "- See the full changelog at [GitHub](https://github.com/ConfusedPolarBear/intro-skipper/blob/master/CHANGELOG.md)\n",