Skip to content

Commit 260f660

Browse files
committed
bump version 0.6.0
1 parent 284c3ad commit 260f660

File tree

7 files changed

+25
-8
lines changed

7 files changed

+25
-8
lines changed

CHANGELOG.md

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

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

55
### Add
66

77
* add japanese localization (@yyoossk)
88
* add vietnamese localization (@tlover-code)
99
* support modify server url
1010
* remote add ftp/sftp support
11+
* remote add resume history
1112

1213
### Fixed
1314

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5050
# project info
5151
project(Switchfin)
5252
set(VERSION_MAJOR "0")
53-
set(VERSION_MINOR "5")
54-
set(VERSION_ALTER "3")
53+
set(VERSION_MINOR "6")
54+
set(VERSION_ALTER "0")
5555
set(PROJECT_TITLEID "010ff000ffff0003")
5656
set(PROJECT_AUTHOR "dragonflylee")
5757
set(PACKAGE_NAME "org.player.switchfin")
5858
set(PSN_TITLE_ID "SFIN00000")
59-
set(VITA_VERSION "00.53")
59+
set(VITA_VERSION "00.60")
6060
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
6161
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
6262
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Switchfin is third-party PC player for Jellyfin that provides a native user inte
2222
- Completely native interface
2323
- Supported media items: movies, series, seasons, episodes
2424
- Direct play and transcoding
25-
- Remote browser for Webdav/Apache/Nginx server
25+
- Remote browser for Webdav/Apache/Nginx/FTP server
2626
- Base on MPV Player
2727
- Container formats: mkv, mov, mp4, avi
2828
- Video codecs: H.264, H.265, VP8, VP9, AV1
@@ -61,6 +61,10 @@ Switchfin is third-party PC player for Jellyfin that provides a native user inte
6161
"url": "webdav://192.168.1.5:5678/dav",
6262
"user": "guest"
6363
},
64+
{
65+
"name": "rpi",
66+
"url": "sftp//pi:raspberry@192.168.1.5/media"
67+
},
6468
{
6569
"name": "rclone",
6670
"url": "http://192.168.1.5:8000"

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
switchfin (0.6.0-1) unstable; urgency=medium
2+
3+
* support modify server url
4+
* remote add ftp/sftp support
5+
* remote add resume history
6+
* fix loading osd when change episode
7+
* update server info when check login
8+
* fix music load failed when proxy enabled
9+
* fix navigate route of video view
10+
11+
-- dragonflylee <dragonflylee@outlook.com> Sat, 7 Dec 2024 22:30:36 +0800
12+
113
switchfin (0.5.3-1) unstable; urgency=medium
214

315
* save windows state when exit

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
1212
libass-dev,
1313
libuchardet-dev,
1414
libpulse-dev
15-
Standards-Version: 0.5.3
15+
Standards-Version: 0.6.0
1616
Vcs-Git: https://github.com/dragonflylee/switchfin.git
1717

1818
Package: switchfin

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

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

0 commit comments

Comments
 (0)