Skip to content

Commit 0746728

Browse files
committed
bump version 0.9.0
1 parent 5b2999f commit 0746728

8 files changed

Lines changed: 28 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5353
# project info
5454
project(Switchfin)
5555
set(VERSION_MAJOR "0")
56-
set(VERSION_MINOR "8")
57-
set(VERSION_ALTER "3")
56+
set(VERSION_MINOR "9")
57+
set(VERSION_ALTER "0")
5858
set(PROJECT_TITLEID "010ff000ffff0003")
5959
set(PROJECT_AUTHOR "dragonflylee")
6060
set(PACKAGE_NAME "fun.dragonfly.switchfin")
6161
set(VITA_TITLEID "SWITCHFIN")
6262
set(PSN_TITLE_ID "SFIN00000")
63-
set(VITA_VERSION "00.83")
63+
set(VITA_VERSION "00.90")
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.3"
12+
versionName "0.9.0"
1313
ndkVersion "27.3.13750724"
1414
externalNativeBuild {
1515
cmake {

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
switchfin (0.8.3-1) unstable; urgency=medium
29

310
* fix deviceId/deviceName generate

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.3
2+
pkgver=0.9.0
33
pkgrel=1
44
pkgdesc='Third-party native Jellyfin client'
55
arch=('x86_64' 'aarch64')

scripts/flatpak-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

scripts/fun.dragonfly.switchfin.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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

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.3"
5+
version: "0.9.0"
66
grade: stable
77
icon: ../resources/icon/icon.png
88
base: core20

0 commit comments

Comments
 (0)