File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.0]
4+
5+ ### Fixed
6+
7+ * support multi source movie
8+ * fix zh-Hant translations @dic1911
9+ * update Portuguese from crowdin
10+
11+ ### Add
12+
13+ * add offline download support @docmeth02
14+
315## [ 0.8.3]
416
517### Fixed
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5353# project info
5454project (Switchfin)
5555set (VERSION_MAJOR "0" )
56- set (VERSION_MINOR "8 " )
57- set (VERSION_ALTER "3 " )
56+ set (VERSION_MINOR "9 " )
57+ set (VERSION_ALTER "0 " )
5858set (PROJECT_TITLEID "010ff000ffff0003" )
5959set (PROJECT_AUTHOR "dragonflylee" )
6060set (PACKAGE_NAME "fun.dragonfly.switchfin" )
6161set (VITA_TITLEID "SWITCHFIN" )
6262set (PSN_TITLE_ID "SFIN00000" )
63- set (VITA_VERSION "00.83 " )
63+ set (VITA_VERSION "00.90 " )
6464set (PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR } /resources/icon/icon.jpg)
6565set (PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR } /resources)
6666set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH } "${CMAKE_SOURCE_DIR } /cmake" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion 21
1010 targetSdkVersion 34
1111 versionCode 1
12- versionName " 0.8.3 "
12+ versionName " 0.9.0 "
1313 ndkVersion " 27.3.13750724"
1414 externalNativeBuild {
1515 cmake {
Original file line number Diff line number Diff line change 1+ switchfin (0.9.0-1) unstable; urgency=medium
2+
3+ * support multi source movie
4+ * add offline download support @docmeth02
5+
6+ -- dragonflylee <dragonflylee@outlook.com> Tur, 07 May 2026 14:25:00 +0800
7+
18switchfin (0.8.3-1) unstable; urgency=medium
29
310 * fix deviceId/deviceName generate
Original file line number Diff line number Diff line change 11pkgname=switchfin
2- pkgver=0.8.3
2+ pkgver=0.9.0
33pkgrel=1
44pkgdesc=' Third-party native Jellyfin client'
55arch=(' x86_64' ' aarch64' )
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ modules:
8080 - --disable-blacklist
8181 sources :
8282 - type : archive
83- url : https://github.com/vcrhonek/hwdata/archive/v0.405 .tar.gz
84- sha256 : 13605519e72e46aa13d5eede1901a07a6c83cd25ef866a86e7458047b5c81ce5
83+ url : https://github.com/vcrhonek/hwdata/archive/v0.407 .tar.gz
84+ sha256 : 6a88f6f5cb510fbfaa9c49488348b7fcd7aa209b0a331f24dfebb1c8c339568b
8585
8686 - name : libplacebo
8787 buildsystem : meson
Original file line number Diff line number Diff line change 3939 <keyword >jellyfin client</keyword >
4040 </keywords >
4141 <releases >
42- <release date =" 2026-02-02 " version =" 0.8.3 " >
42+ <release date =" 2026-05-07 " version =" 0.9.0 " >
4343 <description >
4444 <p >
4545 Please See Official Changelog at github.com/dragonflylee/switchfin/releases
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: switchfin
22summary : switchfin
33description : |
44 third-party PC player for Jellyfin
5- version : " 0.8.3 "
5+ version : " 0.9.0 "
66grade : stable
77icon : ../resources/icon/icon.png
88base : core20
You can’t perform that action at this time.
0 commit comments