From 9b2c7dc202d503a32a6028ac61d99ed79bb1bb6c Mon Sep 17 00:00:00 2001 From: faroukbmiled Date: Fri, 10 Apr 2026 17:31:15 +0100 Subject: [PATCH] [release] RyukGram v1.1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Fixes - Fixed liquid glass buttons and surfaces - Fixed repost confirmation in reels - Fixed visual messages never being marked as viewed - Fixed keep deleted messages on the Instamadillo backend - Fixed Disable video autoplay - Fixed play/pause force-audio-onfalsely triggering Instagram's "Reel has no sound" message - Fixed confirm reel refresh triggering on app launch - Fixed confirm reel refresh not working after first pull - and more... ### Features - Profile copy button — copy username/name/bio from any profile - Backup & Restore — export/import RyukGram settings - Download disappearing DM media (photos + videos) - Mark disappearing messages as viewed - Upload audio as voice message (with trim editor) - Download voice messages from DMs - Auto mark seen on typing - Mark seen on story like - Advance to next story when marking as seen - Advance on story like — automatically skips to the next story after liking - Per-chat and per-story blocking lists with two modes: "Block all" (exclude list) or "Block selected" (include list). Independent lists per mode, long-press to add/remove, per-entry keep-deleted override - Save to RyukGram album (optional) - Unlock password-locked reels - Read receipt modes (button / toggle) - Auto mark seen on interact - Unsent message indicator - Unsent message notification pill - Hide trailing action buttons on preserved messages - Warn before clearing preserved messages on DM refresh - Long-press menu on the DM seen button for quick actions - Quick list buttons in chats and stories (toggleable) - Story seen button mode (button / toggle) - Long-press menu on the story seen button for quick actions - Story audio mute/unmute toggle — button on story overlay and 3-dot menu - Hide repost button in reels and feed - Copy comment text from long-press menu - Download GIF comments - Replace domain in shared links with preset or custom embed domains - Strip tracking params from shared links (igsh, utm) - Open links in external browser - Strip tracking from browser links - Download highlight cover from profile long-press menu ### Improvements - Excluding a chat or story now immediately marks as seen - Tweak settings quick-access (hold feed tab) now on by default - Disable auto-unmuting reels now off by default - Opening tweak settings pauses any playing video/audio (toggleable) - Reorganized DM settings into sub-pages - Reorganized tweak settings — split "Stories and messages" into separate Stories and Messages pages, regrouped related options - Hide custom story buttons during pinch-to-zoom - Search bar in tweak settings ### Known Issues - Preserved unsent messages can't be removed via "Delete for you"; pull-to-refresh in DMs clears them (warning available in settings). - "Delete for you" detection uses a ~2 second window after the local action. If a real other-party unsend happens to land in the same window, it may not be preserved. Rare in practice and limited to that specific overlap. --- control | 2 +- src/Tweak.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/control b/control index e995d75..b57eab3 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.faroukbmiled.ryukgram Name: RyukGram -Version: 1.1.5 +Version: 1.1.5.1 Architecture: iphoneos-arm Description: A feature-rich tweak for Instagram on iOS, based on SCInsta Homepage: https://github.com/faroukbmiled/RyukGram diff --git a/src/Tweak.x b/src/Tweak.x index ce83f54..4fec044 100644 --- a/src/Tweak.x +++ b/src/Tweak.x @@ -13,7 +13,7 @@ /////////////////////////////////////////////////////////// // * Tweak version * -NSString *SCIVersionString = @"v1.1.5"; +NSString *SCIVersionString = @"v1.1.5.1"; // Variables that work across features BOOL dmVisualMsgsViewedButtonEnabled = false;