From 08603f72018ce0e09433a32a764ddd2bcec5f65c Mon Sep 17 00:00:00 2001 From: faroukbmiled Date: Fri, 3 Apr 2026 10:29:49 +0100 Subject: [PATCH] RyukGram v1.1.4 [release] - Rebranded from SCInsta to RyukGram - Built-in sideload patch - Enhanced reels pause/play mode with auto-unmute and mute toggle hiding - Playback toggle synced with overlay during hold/zoom across IG A/B variants - Download buttons on feed posts, reels sidebar, and story overlay - Download method toggle: button or long-press gesture - Save action: share sheet or save directly to Photos - Non-blocking pill-style download HUD with tap to cancel - Story seen receipt blocking (toggleable at runtime, no restart) - Keep stories visually unseen option - Manual mark story as seen with allow-list for deferred uploads - Stop story auto-advance - Story download from overlay - Reel download crash fix via runtime ivar scanning - Proper auto-unmute blocking for reels - New dylib build mode for Feather injection - and more... --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ed566a3..380f5b0 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -# Auto-detect THEOS if not set +# Auto-detect THEOS if not set if [ -z "$THEOS" ]; then if [ -d "$HOME/theos" ]; then export THEOS="$HOME/theos"