Skip to content

Version 0.5.2 - #181

Merged
ReSo7200 merged 9 commits into
mainfrom
Version-0.5.2
May 10, 2026
Merged

Version 0.5.2#181
ReSo7200 merged 9 commits into
mainfrom
Version-0.5.2

Conversation

@ReSo7200

Copy link
Copy Markdown
Owner

🌘 InstaEclipse v0.5.2

No reinstall required. You can update over your existing v0.5.1 installation.

Important

This is the final release of InstaEclipse. The project is moving forward as part of the Purrfect project. Follow the Telegram channel to stay up to date.


✨ New Features

  • feat(devops): Added a "Restore to Default Config" button in the Developer Options menu — applies a known-working config out of the box

🐛 Bug Fixes

  • fix(copy-comment): Resolve copy comment not working correctly
  • fix(double-tap-like): Fix disable double-tap to like not applying to reels — thanks to curious-freak (aka Eternal)
  • fix(toast): Reduce toast display duration

💙 Thank You

A huge thank you to every contributor, translator, and community member who has been part of InstaEclipse — your support, bug reports, and pull requests made this project what it is.

Special thanks to everyone who contributed to this release and all previous ones.

Full Changelog: v0.5.1...v0.5.2

ReSo7200 and others added 9 commits May 4, 2026 14:21
Hook Instagram's onLongPress (found via "fb_comment_long_press" string)
  instead of walking the view hierarchy. Comment text is now extracted
  directly from the comment data object via reflection.

  On first use, the comment item class and text field name are discovered
  and cached via DexKitCache. Subsequent launches access the field directly
  by name, with automatic re-discovery after any IG update.

  Fixes GIF/sticker comments showing wrong text (no view with comment
  existed on some devices).
The onInterceptTouchEvent hook on ClipsSwipeRefreshLayout was freezing
  like, comment, and swipe buttons for reels opened from DM and feed tap,
  since returning true intercepts all touch events from child views.

  The network-layer block in IGNetworkInterceptor already handles
  disableReels/disableReelsExceptDM by dropping the reels timeline
  requests. The client hook was redundant and caused more harm than good.
Bundle default mc_overrides.json as an app asset and expose a new
  "Restore to Default Config" action in the Developer Options menu,
  available both in the in-app IG dialog (DialogUtils) and the
  companion app (FeaturesFragment)
@ReSo7200
ReSo7200 merged commit a9036c4 into main May 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant