From 39ad7e564fb8d318da0ee2efd68272bcd51eaad1 Mon Sep 17 00:00:00 2001
From: damontecres <154766448+damontecres@users.noreply.github.com>
Date: Thu, 20 Nov 2025 12:55:49 -0500
Subject: [PATCH] Bump dependency versions & update issue templates (#270)
Adds a new bug template for reporting playback specific issues
Also bumps a few dependency versions
---
.../ISSUE_TEMPLATE/{bug.yml => 00-bug.yml} | 6 +-
.github/ISSUE_TEMPLATE/01-playback.yml | 65 +++++++++++++++++++
.../{new-feature.yml => 02-new-feature.yml} | 0
.../{question.yml => 03-question.yml} | 0
gradle/libs.versions.toml | 20 +++---
5 files changed, 78 insertions(+), 13 deletions(-)
rename .github/ISSUE_TEMPLATE/{bug.yml => 00-bug.yml} (94%)
create mode 100644 .github/ISSUE_TEMPLATE/01-playback.yml
rename .github/ISSUE_TEMPLATE/{new-feature.yml => 02-new-feature.yml} (100%)
rename .github/ISSUE_TEMPLATE/{question.yml => 03-question.yml} (100%)
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/00-bug.yml
similarity index 94%
rename from .github/ISSUE_TEMPLATE/bug.yml
rename to .github/ISSUE_TEMPLATE/00-bug.yml
index c197acc3..f67a7db7 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/00-bug.yml
@@ -17,7 +17,7 @@ body:
attributes:
label: "Reproduction steps"
description: Please enter the steps to reproduce
- value: |
+ placeholder: |
1. Click on '...'
2. Scroll to '....'
3. See error
@@ -28,7 +28,7 @@ body:
attributes:
label: "App Version"
description: What version of the app?
- placeholder: "v0.1.0"
+ placeholder: "v0.3.0"
validations:
required: true
- type: input
@@ -36,7 +36,7 @@ body:
attributes:
label: "Server Version"
description: What version of the server?
- placeholder: "10.10.7"
+ placeholder: "10.11.3"
validations:
required: true
- type: input
diff --git a/.github/ISSUE_TEMPLATE/01-playback.yml b/.github/ISSUE_TEMPLATE/01-playback.yml
new file mode 100644
index 00000000..2dc73ff6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01-playback.yml
@@ -0,0 +1,65 @@
+name: "Playback Problem"
+description: Report an issue with playback
+title: "[BUG] -
"
+labels: [
+ "bug", "playback"
+]
+body:
+ - type: textarea
+ id: description
+ attributes:
+ label: "Description"
+ description: Please enter a description of the playback issue
+ validations:
+ required: true
+ - type: textarea
+ id: mediainfo
+ attributes:
+ label: "Media info"
+ description: Please enter details about what media you are trying to play (video or audio codecs, container, etc)
+ validations:
+ required: true
+ - type: dropdown
+ id: player
+ attributes:
+ label: Player backend
+ description: Which player(s) cause the issue?
+ multiple: true
+ options:
+ - ExoPlayer (default)
+ - MPV
+ validations:
+ required: true
+ - type: input
+ id: app-version
+ attributes:
+ label: "App Version"
+ description: What version of the app?
+ placeholder: "v0.3.0"
+ validations:
+ required: true
+ - type: input
+ id: server
+ attributes:
+ label: "Server Version"
+ description: What version of the server?
+ placeholder: "10.11.3"
+ validations:
+ required: true
+ - type: input
+ id: device
+ attributes:
+ label: "Device"
+ description: What device are you using?
+ placeholder: "NVIDIA Shield TV Pro 2019"
+ validations:
+ required: false
+ - type: textarea
+ id: logs
+ attributes:
+ label: "Logs"
+ description: Please [gather any logs or crash reports](https://github.com/damontecres/Wholphin/wiki/Gathering-app-logs) and include them here.
+ placeholder: Review logs for personal information before sharing them here publicly!
+ render: bash
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/02-new-feature.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/new-feature.yml
rename to .github/ISSUE_TEMPLATE/02-new-feature.yml
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/03-question.yml
similarity index 100%
rename from .github/ISSUE_TEMPLATE/question.yml
rename to .github/ISSUE_TEMPLATE/03-question.yml
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d6143504..a7858026 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,7 +1,7 @@
[versions]
aboutLibraries = "13.1.0"
acra = "5.13.1"
-agp = "8.13.0"
+agp = "8.13.1"
auto-service = "1.1.1"
autoServiceKsp = "1.2.0"
desugar_jdk_libs = "2.1.5"
@@ -10,28 +10,28 @@ kotlin = "2.2.21"
ksp = "2.3.0"
coreKtx = "1.17.0"
appcompat = "1.7.1"
-composeBom = "2025.11.00"
-compose-runtime = "1.9.4"
+composeBom = "2025.11.01"
+compose-runtime = "1.9.5"
multiplatformMarkdownRenderer = "0.38.1"
programguide = "1.6.0"
slf4j2Timber = "1.2"
timber = "5.0.1"
tvFoundation = "1.0.0-alpha12"
tvMaterial = "1.0.1"
-lifecycleRuntimeKtx = "2.9.4"
-activityCompose = "1.11.0"
+lifecycleRuntimeKtx = "2.10.0"
+activityCompose = "1.12.0"
androidx-media3 = "1.8.0"
coil = "3.3.0"
jellyfin-sdk = "1.7.1"
-nav3Core = "1.0.0-rc01"
-lifecycleViewmodelNav3 = "2.10.0-rc01"
+nav3Core = "1.0.0"
+lifecycleViewmodelNav3 = "2.10.0"
material3AdaptiveNav3 = "1.0.0-alpha03"
protobuf = "0.9.5"
-datastore = "1.1.7"
+datastore = "1.2.0"
kotlinx-serialization = "1.9.0"
-protobuf-javalite = "4.33.0"
+protobuf-javalite = "4.33.1"
hilt = "2.57.2"
-room = "2.8.3"
+room = "2.8.4"
material3 = "1.4.0"
preferenceKtx = "1.2.1"