mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Bump dependency versions & update issue templates (#270)
Adds a new bug template for reporting playback specific issues Also bumps a few dependency versions
This commit is contained in:
parent
1f1d3443e3
commit
39ad7e564f
5 changed files with 78 additions and 13 deletions
|
|
@ -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
|
||||
65
.github/ISSUE_TEMPLATE/01-playback.yml
vendored
Normal file
65
.github/ISSUE_TEMPLATE/01-playback.yml
vendored
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
name: "Playback Problem"
|
||||
description: Report an issue with playback
|
||||
title: "[BUG] - <title>"
|
||||
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
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue