Skip to content

Commit 9ba3ec2

Browse files
committed
chore: bump version
1 parent 2a94d34 commit 9ba3ec2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SCInsta
22
A feature-rich tweak for Instagram on iOS!\
3-
`Version v0.5.1` | `Tested on Instagram v349.1.11`
3+
`Version v0.6.0` | `Tested on Instagram v350.0.12`
44

55
---
66

@@ -24,13 +24,15 @@ A feature-rich tweak for Instagram on iOS!\
2424
- Hide Meta AI
2525
- Copy description
2626
- Hide reels tab
27+
- Disable scrolling reels
2728
- Do not save recent searches
2829
- Hide explore posts grid
2930
- Hide trending searches
3031
- No suggested chats (in dms)
3132

3233
### Feed
3334
- Hide ads
35+
- Hide entire feed
3436
- Hide stories tray
3537
- No suggested posts
3638
- No suggested for you (accounts)
@@ -93,8 +95,8 @@ $ ./build.sh <sideload/rootless/rootful>
9395

9496
| | | |
9597
|:-------------------------------------------:|:-------------------------------------------:|:-------------------------------------------:|
96-
| <img src="https://i.imgur.com/w7k0Zh3.png"> | <img src="https://i.imgur.com/vKhM5hj.png"> | <img src="https://i.imgur.com/L6SPBgv.png"> |
97-
| <img src="https://i.imgur.com/E844fYy.png"> |
98+
| <img src="https://i.imgur.com/hr3v0fk.png"> | <img src="https://i.imgur.com/gQZdtWp.png"> | <img src="https://i.imgur.com/iXIFLxG.png"> |
99+
| <img src="https://i.imgur.com/HMZ9n4D.png"> | <img src="https://i.imgur.com/JQcySt6.png"> |
98100

99101
# Contributing
100102
Contributions to this tweak are greatly appreciated. Feel free to create a pull request if you would like to contribute.

control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.socuul.scinsta
22
Name: SCInsta
3-
Version: 0.5.1
3+
Version: 0.6.0
44
Architecture: iphoneos-arm
55
Description: A feature-rich tweak for Instagram on iOS!
66
Maintainer: SoCuul

src/Tweak.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
///////////////////////////////////////////////////////////
2222

2323
// * Tweak version *
24-
NSString *SCIVersionString = @"v0.5.1";
24+
NSString *SCIVersionString = @"v0.6.0";
2525

2626
// Variables that work across features
2727
BOOL seenButtonEnabled = false;

0 commit comments

Comments
 (0)