Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 5018bb0

Browse files
committed
bump version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent de1f466 commit 5018bb0

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uses: softprops/action-gh-release@v1
134134
with:
135135
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
136-
body_path: TrollSpeed/CHANGELOG.txt
136+
body_path: TrollSpeed/CHANGELOG.md
137137
files: |
138138
TrollSpeed/packages/TrollSpeed_*.tipa
139139
TrollSpeed/packages/TrollSpeed+AppIntents16_*.tipa

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Bugfix
2+
3+
- Allows haptic engine to run in background on iOS 16+.
4+
- Icon is now properly displayed on jailbroken devices.
5+
- Prevents accidentally entering notification/control center while adjusting the HUD window level (Only within in the App). Thanks to [@dlevi309](https://github.com/dlevi309)

CHANGELOG.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

TrollSpeed.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"$(inherited)",
614614
"$(PROJECT_DIR)/libraries",
615615
);
616-
MARKETING_VERSION = 1.11.4;
616+
MARKETING_VERSION = 1.11.5;
617617
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
618618
PRODUCT_NAME = "$(TARGET_NAME)";
619619
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -656,7 +656,7 @@
656656
"$(inherited)",
657657
"$(PROJECT_DIR)/libraries",
658658
);
659-
MARKETING_VERSION = 1.11.4;
659+
MARKETING_VERSION = 1.11.5;
660660
PRODUCT_BUNDLE_IDENTIFIER = "ch.xxtou.hudapp-sandbox";
661661
PRODUCT_NAME = "$(TARGET_NAME)";
662662
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -827,7 +827,7 @@
827827
"$(inherited)",
828828
"$(PROJECT_DIR)/libraries",
829829
);
830-
MARKETING_VERSION = 1.11.4;
830+
MARKETING_VERSION = 1.11.5;
831831
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
832832
PRODUCT_NAME = "$(TARGET_NAME)";
833833
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -871,7 +871,7 @@
871871
"$(inherited)",
872872
"$(PROJECT_DIR)/libraries",
873873
);
874-
MARKETING_VERSION = 1.11.4;
874+
MARKETING_VERSION = 1.11.5;
875875
PRODUCT_BUNDLE_IDENTIFIER = ch.xxtou.hudapp;
876876
PRODUCT_NAME = "$(TARGET_NAME)";
877877
PROVISIONING_PROFILE_SPECIFIER = "";

layout/Applications/TrollSpeed.app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.11.4</string>
24+
<string>1.11.5</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.4</string>
39+
<string>1.11.5</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ch.xxtou.hudapp
22
Name: HUD App
3-
Version: 1.11.4
3+
Version: 1.11.5
44
Section: Tweaks
55
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
66
Architecture: iphoneos-arm

supports/Sandbox-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.11.4</string>
24+
<string>1.11.5</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1.11.4</string>
39+
<string>1.11.5</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.developer-tools</string>
4242
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)