Skip to content

Commit 9cf5d11

Browse files
committed
bump version 0.7.1
1 parent 878f7c8 commit 9cf5d11

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
### Add
66

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake)
5252
project(Switchfin)
5353
set(VERSION_MAJOR "0")
5454
set(VERSION_MINOR "7")
55-
set(VERSION_ALTER "0")
55+
set(VERSION_ALTER "1")
5656
set(PROJECT_TITLEID "010ff000ffff0003")
5757
set(PROJECT_AUTHOR "dragonflylee")
5858
set(PACKAGE_NAME "org.player.switchfin")
5959
set(VITA_TITLEID "SWITCHFIN")
6060
set(PSN_TITLE_ID "SFIN00000")
61-
set(VITA_VERSION "00.70")
61+
set(VITA_VERSION "00.71")
6262
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
6363
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
6464
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
switchfin (0.7.1-1) unstable; urgency=medium
2+
3+
* add suggest/genres tab for collection
4+
* fixed series/movie view logo layout
5+
* refactor media collection view
6+
* fixed image load for search sugguest
7+
8+
-- dragonflylee <dragonflylee@outlook.com> Sun, 25 May 2025 22:46:00 +0800
9+
110
switchfin (0.7.0-1) unstable; urgency=medium
211

312
* refactor series view layout

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.7.0
14+
Standards-Version: 0.7.1
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.7.0
2+
pkgver=0.7.1
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-05-16" version="0.7.0">
23+
<release date="2025-05-25" version="0.7.1">
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.7.0"
5+
version: "0.7.1"
66
grade: stable
77
icon: ../resources/icon/icon.png
88
base: core20

0 commit comments

Comments
 (0)