Skip to content

v1.1.1: Complete Universal Home Reset Resolution

Choose a tag to compare

@Tribal-Chief-001 Tribal-Chief-001 released this 01 Sep 04:30
· 5 commits to main since this release

⚡ What's New in v1.1.1

  • Eliminated Race Condition Between React and MutationObserver:
    • Previously, window.__edgeShouldReset deleted the panel ID from closedPanelsForReset immediately when React rendered.
    • When the DOM MutationObserver fired 1ms later, wasExplicitlyClosed evaluated to false, causing the wakeup engine to restore the old page from currentSrc.
    • Added recentlyResetPanels safety tracking and guaranteed that once a panel is explicitly closed with (X), it will never restore old articles or chats on reopen across any website.