Skip to content

Commit 0ce100b

Browse files
committed
bump version 0.6.3
1 parent 9342d5b commit 0ce100b

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Changelog
22

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

55
### Fixed
66

7-
* graceful close websocket
7+
* websocket close gracefully
8+
* vita transcode audio codec
9+
* upgrade ffmpeg 7.1.1
810

911
### Add
1012

1113
* player option for video rotate
12-
* support view photo media
14+
* photo viewer support
1315

1416
## [0.6.2]
1517

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5151
project(Switchfin)
5252
set(VERSION_MAJOR "0")
5353
set(VERSION_MINOR "6")
54-
set(VERSION_ALTER "2")
54+
set(VERSION_ALTER "3")
5555
set(PROJECT_TITLEID "010ff000ffff0003")
5656
set(PROJECT_AUTHOR "dragonflylee")
5757
set(PACKAGE_NAME "org.player.switchfin")
5858
set(VITA_TITLEID "SWITCHFIN")
5959
set(PSN_TITLE_ID "SFIN00000")
60-
set(VITA_VERSION "00.62")
60+
set(VITA_VERSION "00.63")
6161
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
6262
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
6363
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
switchfin (0.6.3-1) unstable; urgency=medium
2+
3+
* fix vita transcode audio codec
4+
* upgrade ffmpeg 7.1.1
5+
* add photo viewer support
6+
7+
-- dragonflylee <dragonflylee@outlook.com> Sun, 10 Mar 2025 23:53:36 +0800
8+
19
switchfin (0.6.2-1) unstable; urgency=medium
210

311
* fix strm format support

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
1111
libass-dev,
1212
libuchardet-dev,
1313
libpulse-dev
14-
Standards-Version: 0.6.2
14+
Standards-Version: 0.6.3
1515
Vcs-Git: https://github.com/dragonflylee/switchfin.git
1616

1717
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.6.2
2+
pkgver=0.6.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-02-27" version="0.6.2">
23+
<release date="2025-03-10" version="0.6.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.6.2"
5+
version: "0.6.3"
66
grade: stable
77
icon: ../resources/icon/icon.png
88
base: core20

0 commit comments

Comments
 (0)