Skip to content

Releases: geode-sdk/DevTools

DevTools v1.13.1

26 Feb 14:22

Choose a tag to compare

v1.13.1

  • Added devtools::isOpen for checking if DevTools is currently open
  • Fix compile error when calling devtools::registerNode

DevTools v1.13.0

15 Feb 01:23
492429c

Choose a tag to compare

v1.13.0

  • Updated for Geode v5.0.0 and Geometry Dash 2.2081

DevTools v1.12.0

23 Nov 23:38
6520e39

Choose a tag to compare

v1.12.0

  • Add ability to restructure the node tree via drag/drop
  • Add more api functions for more advanced UI control
  • Visualize node visibility in tree graph (#68)
  • Show ImGui cursor when mouse is out of GD window on Windows (#67)
  • Improved dragging on mobile (#67)

Full Changelog: v1.11.0...v1.12.0

DevTools v1.11.0

02 Oct 19:06

Choose a tag to compare

v1.11.0

  • Made properties api use drag inputs
  • Fix waitForDevTools on mods that load before DevTools
  • Add screenshot button to nodes (#65)
  • Improve keyboard support on mobile (#62)
  • Add floating button on mobile (#62)
  • Add search bar in node tree (#62)
  • Fix some touch issues in the GD window (#62)

New Contributors

Full Changelog: v1.10.0...v1.11.0

DevTools v1.10.0

25 Sep 23:12

Choose a tag to compare

v1.10.0

  • Add node properties api (#63)
  • Fix a crash when removing layouts and layout options (#58)
  • iOS support (#59)

DevTools v1.9.1

03 May 18:49
48fbca3

Choose a tag to compare

Changelog

  • Fix a typo in the 1.9.0 changelog

DevTools v1.9.0

03 May 18:36
87749df

Choose a tag to compare

Changelog

  • Bump to Geode v4.4.0
  • Add support for SimpleAxisLayout
  • Add missing AxisLayoutOptions attributes
  • Add AxisGap for AxisLayout
  • Add Auto Grow Axis to AxisLayout attributes
  • Add Ignore Invisible Children checkbox for layouts
  • Add the ability to remove layouts and layout options
  • Add display for texture name / paths and respective copy buttons
  • Add copy class name button
  • Add Tag attribute
  • Add Color and Vector attributes for CCLayerGradient
  • Add CCMenuItemSpriteExtra attributes
  • Add toggleable cascade color and opacity
  • Add Flip X and Flip Y for CCSprite
  • Add custom theme colors
  • Reorganize and categorize some related attributes
  • Fix flashing Geode Team logo
  • Fix some settings not saving
  • Fix fullscreen toggling sometimes breaking the UI
  • Fix resizing the window causing the GD view to break
  • Add back custom resolutions and window information
  • Hook Geode's getMousePos to be relative to the GD view while DevTools is open

Thanks to @Alphalaneous for doing most of the changes in this update!

Pull Requests

New Contributors

Full Changelog: v1.8.0...v1.9.0

DevTools v1.8.0

15 Nov 22:09
e605e96

Choose a tag to compare

v1.8.0

  • Support for 2.206
  • Bump to Geode v4.0.0-beta.1
  • Memory viewer overhaul (#46) - thanks @hiimjustin000
  • Fix a crash related to UTF-8 directory names (3edd503)

v1.8.0-beta.1

15 Nov 00:32

Choose a tag to compare

v1.8.0-beta.1 Pre-release
Pre-release

Changelog

  • Memory viewer overhaul (#46) - thanks @hiimjustin000
  • Fix a crash related to UTF-8 directory names (3edd503)
  • Add support for 2.2074
  • Use Geode v4.0.0-alpha.1

Full Changelog: v1.7.1...v1.8.0-beta.1

DevTools v1.7.1

08 Nov 23:45
5d50d0d

Choose a tag to compare

v1.7.1

  • Added support for Intel Mac
  • Disabled GD hooks that were still enabled on Windows