From 8653e46d326528bc5c6f4c4f63a882a844d16cd5 Mon Sep 17 00:00:00 2001 From: dragonflylee Date: Sun, 1 Sep 2024 20:29:01 +0800 Subject: [PATCH] bump version 0.5.2 --- CHANGELOG.md | 2 +- CMakeLists.txt | 4 ++-- app/src/client/local.cpp | 2 +- scripts/deb/kylin-v10/control | 2 +- scripts/deb/switchroot-bionic/control | 2 +- scripts/deb/ubuntu-focal/control | 2 +- scripts/org.player.switchfin.appdata.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8443d816..b4ea3fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [next] +## [0.5.2] ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 699bcef0..e4ba2be1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,12 +51,12 @@ include(${BOREALIS_LIBRARY}/cmake/toolchain.cmake) project(Switchfin) set(VERSION_MAJOR "0") set(VERSION_MINOR "5") -set(VERSION_ALTER "1") +set(VERSION_ALTER "2") set(PROJECT_TITLEID "010ff000ffff0003") set(PROJECT_AUTHOR "dragonflylee") set(PACKAGE_NAME "org.player.switchfin") set(PSN_TITLE_ID "SFIN00000") -set(VITA_VERSION "00.51") +set(VITA_VERSION "00.52") set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg) set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") diff --git a/app/src/client/local.cpp b/app/src/client/local.cpp index 5e83fcd7..21500c32 100644 --- a/app/src/client/local.cpp +++ b/app/src/client/local.cpp @@ -19,7 +19,7 @@ Local::Local(const std::string& path) { root = path; } std::vector Local::list(const std::string& path) { std::vector s; - s.push_back({ + s.push_back(DirEntry{ .name = "..", .type = EntryType::DIR, }); diff --git a/scripts/deb/kylin-v10/control b/scripts/deb/kylin-v10/control index 87cd827c..a925a36c 100644 --- a/scripts/deb/kylin-v10/control +++ b/scripts/deb/kylin-v10/control @@ -1,7 +1,7 @@ Section: video Priority: optional Maintainer: dragonflylee -Version: 0.5.1-1 +Version: 0.5.2-1 Vcs-Git: https://github.com/dragonflylee/switchfin.git Package: switchfin Architecture: arm64 diff --git a/scripts/deb/switchroot-bionic/control b/scripts/deb/switchroot-bionic/control index 172ec12e..3d9d079d 100644 --- a/scripts/deb/switchroot-bionic/control +++ b/scripts/deb/switchroot-bionic/control @@ -1,7 +1,7 @@ Section: video Priority: optional Maintainer: dragonflylee -Version: 0.5.1-1 +Version: 0.5.2-1 Vcs-Git: https://github.com/dragonflylee/switchfin.git Package: switchfin Architecture: arm64 diff --git a/scripts/deb/ubuntu-focal/control b/scripts/deb/ubuntu-focal/control index 8ae05efb..9ab527d0 100644 --- a/scripts/deb/ubuntu-focal/control +++ b/scripts/deb/ubuntu-focal/control @@ -1,7 +1,7 @@ Section: video Priority: optional Maintainer: dragonflylee -Version: 0.5.1-1 +Version: 0.5.2-1 Vcs-Git: https://github.com/dragonflylee/switchfin.git Package: switchfin Architecture: amd64 diff --git a/scripts/org.player.switchfin.appdata.xml b/scripts/org.player.switchfin.appdata.xml index 10635dbb..ce0bcd3d 100644 --- a/scripts/org.player.switchfin.appdata.xml +++ b/scripts/org.player.switchfin.appdata.xml @@ -18,7 +18,7 @@ - +

Please See Official Changelog at github.com/dragonflylee/switchfin/releases