Skip to content

Releases: SMJSGaming/GDIntercept

Hook Compatibility Patch

02 Oct 10:07
Compare
Choose a tag to compare
Pre-release
  • Added compatibility for hooks that modify the request data

Race Condition Patch

30 Sep 21:27
Compare
Choose a tag to compare
Race Condition Patch Pre-release
Pre-release
  • Patched all remaining race conditions (closed source for security reasons)

Theme Docs

26 Sep 22:44
Compare
Choose a tag to compare
Theme Docs Pre-release
Pre-release
  • Added a theme documentation page

Pause Persisting

26 Sep 10:51
Compare
Choose a tag to compare
Pause Persisting Pre-release
Pre-release
  • Added a confirmation setting to persist the pause state between sessions

Minor Semantic Fixes

24 Sep 22:13
Compare
Choose a tag to compare
Minor Semantic Fixes Pre-release
Pre-release
  • Fixed the release date of the previous version
  • Fixed the one-dark-pro theme targeting an old schema ID

Themes Update

24 Sep 21:49
Compare
Choose a tag to compare
Themes Update Pre-release
Pre-release
  • Added custom theme support
  • Added additional default themes
  • Adjusted several nodes to allow for more customization
  • Added a reloadable theme setting
  • Added key and string quote tokens
  • Added a persistent paused request warning
  • Added a client flag to show the client used for the request
  • Patched a race condition which would occur when a request was finished receiving but still being processed while reaching the request cache limit
  • Patched a memory leak when a cocos request is canceled
  • Fixed a bug where the bottom scrollbar would slightly scroll down the content of the code block
  • Fixed a bug where opening and closing settings followed by receiving a request while the menu is still open would cause a crash
  • Removed the pause requests setting in favor of an instance based pause
  • Increased performance by reducing the amount of updates per frame

UI v3 Update

14 Sep 19:55
Compare
Choose a tag to compare
UI v3 Update Pre-release
Pre-release
  • Replaced the small menus with a main code block menu
  • Added horizontal scrolling to the code block menu
  • Added a side bar with quick actions and view switching
  • Added a request info view
  • Added a response headers view
  • Made line numbers stick to the left side of the code block
  • Added a save request button
  • Added more themes
  • Added support for more theme customizability for the future
  • Added snapping aggression to snap the scroll to a specific axis for a few update cycles
  • Implemented the new settings system
  • Major keybind overhaul
  • Added a cancel feature to the proxy
  • Added more stability for proxying geode requests

ID System Implementation

10 Sep 08:37
Compare
Choose a tag to compare
Pre-release
  • To prevent being incompatible with other geode web API mods, the ID system has been implemented

Mod Size Reduction

31 Aug 16:07
Compare
Choose a tag to compare
Mod Size Reduction Pre-release
Pre-release
  • Removed a build setting that was causing the mod to be larger than it should be

Alpha.5 Hotfix 4

06 Aug 13:19
Compare
Choose a tag to compare
Alpha.5 Hotfix 4 Pre-release
Pre-release
  • Moved some logic around to prevent accidentally deleting data before providing it to the events