From 77a699657792d9c43ab76ab2ef5a3bee88487345 Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Thu, 26 Sep 2024 00:46:23 +0800 Subject: [PATCH] bump version Signed-off-by: 82Flex <82flex@gmail.com> --- CHANGELOG.md | 9 +++++++-- TrollFools/Version.xcconfig | 4 ++-- devkit/{bump_version.sh => bump-version.sh} | 8 ++++---- devkit/{print_version.sh => print-version.sh} | 0 layout/DEBIAN/control | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) rename devkit/{bump_version.sh => bump-version.sh} (94%) rename devkit/{print_version.sh => print-version.sh} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ad360..c944e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ -# Bug Fixes +## Bug Fixes -Now application without a short version string will be displayed in the list. +- Now application without a short version string will be displayed in the list (#72). +- The auto-correction for the app search has been disabled (#78). + +## Languages + +- Added Vietnamese (#71, #74). diff --git a/TrollFools/Version.xcconfig b/TrollFools/Version.xcconfig index fe2f4c3..957929e 100644 --- a/TrollFools/Version.xcconfig +++ b/TrollFools/Version.xcconfig @@ -8,5 +8,5 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -VERSION = 2.6 -BUILD_NUMBER = 8 +VERSION = 2.7 +BUILD_NUMBER = 9 diff --git a/devkit/bump_version.sh b/devkit/bump-version.sh similarity index 94% rename from devkit/bump_version.sh rename to devkit/bump-version.sh index 697b6ce..a05b873 100755 --- a/devkit/bump_version.sh +++ b/devkit/bump-version.sh @@ -3,11 +3,11 @@ # This script is designed to increment the build number consistently across all # targets. -# Usage: bump_version.sh -# Example: bump_version.sh 1.0 +# Usage: bump-version.sh +# Example: bump-version.sh 1.0 -# Usage: DEBUG=1 bump_version.sh -# Example: DEBUG=1 bump_version.sh 1.0 +# Usage: DEBUG=1 bump-version.sh +# Example: DEBUG=1 bump-version.sh 1.0 set -e cd "$(dirname "$0")" diff --git a/devkit/print_version.sh b/devkit/print-version.sh similarity index 100% rename from devkit/print_version.sh rename to devkit/print-version.sh diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 4735d0c..fef1624 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: wiki.qaq.trollfools Name: TrollFools -Version: 2.6-8 +Version: 2.7-9 Section: Applications Depends: firmware (>= 14.0) Architecture: iphoneos-arm