diff --git a/README.md b/README.md index 607d593..378cc8e 100644 --- a/README.md +++ b/README.md @@ -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` --- @@ -24,6 +24,7 @@ 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 @@ -31,6 +32,7 @@ A feature-rich tweak for Instagram on iOS!\ ### Feed - Hide ads +- Hide entire feed - Hide stories tray - No suggested posts - No suggested for you (accounts) @@ -93,8 +95,8 @@ $ ./build.sh | | | | |:-------------------------------------------:|:-------------------------------------------:|:-------------------------------------------:| -| | | | -| | +| | | | +| | | # Contributing Contributions to this tweak are greatly appreciated. Feel free to create a pull request if you would like to contribute. diff --git a/control b/control index 5347688..3de19fc 100644 --- a/control +++ b/control @@ -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 diff --git a/src/Tweak.x b/src/Tweak.x index 6c0988c..eec4f70 100644 --- a/src/Tweak.x +++ b/src/Tweak.x @@ -21,7 +21,7 @@ /////////////////////////////////////////////////////////// // * Tweak version * -NSString *SCIVersionString = @"v0.5.1"; +NSString *SCIVersionString = @"v0.6.0"; // Variables that work across features BOOL seenButtonEnabled = false;