Skip to content

Commit 8985ca4

Browse files
committed
bump version 0.8.3
1 parent d56c890 commit 8985ca4

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## [next]
3+
## [0.8.3]
44

55
### Fixed
66

77
* add home tab retry dialog when request failed
8+
* deviceId/deviceName generate on linux
9+
* optimize font load on desktop platform
10+
* json parse failed when SeriesId is null
811

912
### Add
1013

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5454
project(Switchfin)
5555
set(VERSION_MAJOR "0")
5656
set(VERSION_MINOR "8")
57-
set(VERSION_ALTER "2")
57+
set(VERSION_ALTER "3")
5858
set(PROJECT_TITLEID "010ff000ffff0003")
5959
set(PROJECT_AUTHOR "dragonflylee")
6060
set(PACKAGE_NAME "org.player.switchfin")
6161
set(VITA_TITLEID "SWITCHFIN")
6262
set(PSN_TITLE_ID "SFIN00000")
63-
set(VITA_VERSION "00.82")
63+
set(VITA_VERSION "00.83")
6464
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
6565
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
6666
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

app/platform/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 21
1010
targetSdkVersion 34
1111
versionCode 1
12-
versionName "0.8.2"
12+
versionName "0.8.3"
1313
ndkVersion "27.3.13750724"
1414
externalNativeBuild {
1515
cmake {

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
switchfin (0.8.3-1) unstable; urgency=medium
2+
3+
* fix deviceId/deviceName generate
4+
* optimize font load
5+
* fix json parse failed when SeriesId is null
6+
* add bonus video view for series tab
7+
8+
-- dragonflylee <dragonflylee@outlook.com> Mon, 02 Feb 2026 17:10:00 +0800
9+
110
switchfin (0.8.2-1) unstable; urgency=medium
211

312
* fix thumb image for episodes on home page

scripts/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=switchfin
2-
pkgver=0.8.2
2+
pkgver=0.8.3
33
pkgrel=1
44
pkgdesc='Third-party native Jellyfin client'
55
arch=('x86_64' 'aarch64')

scripts/org.player.switchfin.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ul>
2121
</description>
2222
<releases>
23-
<release date="2025-12-19" version="0.8.2">
23+
<release date="2026-02-02" version="0.8.3">
2424
<description>
2525
<p>
2626
Please See Official Changelog at github.com/dragonflylee/switchfin/releases

scripts/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: switchfin
22
summary: switchfin
33
description: |
44
third-party PC player for Jellyfin
5-
version: "0.8.2"
5+
version: "0.8.3"
66
grade: stable
77
icon: ../resources/icon/icon.png
88
base: core20

0 commit comments

Comments
 (0)