Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed Sep 27, 2024
1 parent 2a94d34 commit 9ba3ec2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SCInsta
A feature-rich tweak for Instagram on iOS!\
`Version v0.5.1` | `Tested on Instagram v349.1.11`
`Version v0.6.0` | `Tested on Instagram v350.0.12`

---

Expand All @@ -24,13 +24,15 @@ A feature-rich tweak for Instagram on iOS!\
- Hide Meta AI
- Copy description
- Hide reels tab
- Disable scrolling reels
- Do not save recent searches
- Hide explore posts grid
- Hide trending searches
- No suggested chats (in dms)

### Feed
- Hide ads
- Hide entire feed
- Hide stories tray
- No suggested posts
- No suggested for you (accounts)
Expand Down Expand Up @@ -93,8 +95,8 @@ $ ./build.sh <sideload/rootless/rootful>

| | | |
|:-------------------------------------------:|:-------------------------------------------:|:-------------------------------------------:|
| <img src="https://i.imgur.com/w7k0Zh3.png"> | <img src="https://i.imgur.com/vKhM5hj.png"> | <img src="https://i.imgur.com/L6SPBgv.png"> |
| <img src="https://i.imgur.com/E844fYy.png"> |
| <img src="https://i.imgur.com/hr3v0fk.png"> | <img src="https://i.imgur.com/gQZdtWp.png"> | <img src="https://i.imgur.com/iXIFLxG.png"> |
| <img src="https://i.imgur.com/HMZ9n4D.png"> | <img src="https://i.imgur.com/JQcySt6.png"> |

# Contributing
Contributions to this tweak are greatly appreciated. Feel free to create a pull request if you would like to contribute.
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.socuul.scinsta
Name: SCInsta
Version: 0.5.1
Version: 0.6.0
Architecture: iphoneos-arm
Description: A feature-rich tweak for Instagram on iOS!
Maintainer: SoCuul
Expand Down
2 changes: 1 addition & 1 deletion src/Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
///////////////////////////////////////////////////////////

// * Tweak version *
NSString *SCIVersionString = @"v0.5.1";
NSString *SCIVersionString = @"v0.6.0";

// Variables that work across features
BOOL seenButtonEnabled = false;
Expand Down

0 comments on commit 9ba3ec2

Please sign in to comment.