From 5018bb0a4bd13af6c0566a772caaf53e48b89aa8 Mon Sep 17 00:00:00 2001
From: 82Flex <82flex@gmail.com>
Date: Thu, 7 Mar 2024 21:22:03 +0800
Subject: [PATCH] bump version
Signed-off-by: 82Flex <82flex@gmail.com>
---
.github/workflows/build-release.yml | 2 +-
CHANGELOG.md | 5 +++++
CHANGELOG.txt | 4 ----
TrollSpeed.xcodeproj/project.pbxproj | 8 ++++----
layout/Applications/TrollSpeed.app/Info.plist | 4 ++--
layout/DEBIAN/control | 2 +-
supports/Sandbox-Info.plist | 4 ++--
7 files changed, 15 insertions(+), 14 deletions(-)
create mode 100644 CHANGELOG.md
delete mode 100644 CHANGELOG.txt
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index 8ca1f30..e115107 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -133,7 +133,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- body_path: TrollSpeed/CHANGELOG.txt
+ body_path: TrollSpeed/CHANGELOG.md
files: |
TrollSpeed/packages/TrollSpeed_*.tipa
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..b027e81
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+## Bugfix
+
+- Allows haptic engine to run in background on iOS 16+.
+- Icon is now properly displayed on jailbroken devices.
+- Prevents accidentally entering notification/control center while adjusting the HUD window level (Only within in the App). Thanks to [@dlevi309](https://github.com/dlevi309)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
deleted file mode 100644
index 87877dd..0000000
--- a/CHANGELOG.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-## Bugfix
-
-- Allows haptic engine to run in background on iOS 16+.
-- Icon is now properly displayed on jailbroken devices.
diff --git a/TrollSpeed.xcodeproj/project.pbxproj b/TrollSpeed.xcodeproj/project.pbxproj
index 2dfacee..7ce5ada 100644
--- a/TrollSpeed.xcodeproj/project.pbxproj
+++ b/TrollSpeed.xcodeproj/project.pbxproj
@@ -613,7 +613,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.4;
+ MARKETING_VERSION = 1.11.5;
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -656,7 +656,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.4;
+ MARKETING_VERSION = 1.11.5;
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -827,7 +827,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.4;
+ MARKETING_VERSION = 1.11.5;
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -871,7 +871,7 @@
"$(inherited)",
"$(PROJECT_DIR)/libraries",
);
- MARKETING_VERSION = 1.11.4;
+ MARKETING_VERSION = 1.11.5;
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/layout/Applications/TrollSpeed.app/Info.plist b/layout/Applications/TrollSpeed.app/Info.plist
index 906fcb0..b3df07c 100644
--- a/layout/Applications/TrollSpeed.app/Info.plist
+++ b/layout/Applications/TrollSpeed.app/Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.4
+ 1.11.5
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
- 1.11.4
+ 1.11.5
LSApplicationCategoryType
public.app-category.developer-tools
NSHumanReadableCopyright
diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control
index e5060a3..5ecd68a 100644
--- a/layout/DEBIAN/control
+++ b/layout/DEBIAN/control
@@ -1,6 +1,6 @@
Package: ch.xxtou.hudapp
Name: HUD App
-Version: 1.11.4
+Version: 1.11.5
Section: Tweaks
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
Architecture: iphoneos-arm
diff --git a/supports/Sandbox-Info.plist b/supports/Sandbox-Info.plist
index 9812d26..d617c42 100644
--- a/supports/Sandbox-Info.plist
+++ b/supports/Sandbox-Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.11.4
+ 1.11.5
CFBundleSignature
????
CFBundleURLTypes
@@ -36,7 +36,7 @@
CFBundleVersion
- 1.11.4
+ 1.11.5
LSApplicationCategoryType
public.app-category.developer-tools
NSHumanReadableCopyright