Skip to content

Releases: RazoomGD/geode-object-groups

v2.1.8

01 Mar 23:52

Choose a tag to compare

port to 2.2081 and some small fixes

v2.1.7

15 Oct 16:48

Choose a tag to compare

  • Add option to keep pinned groups between editor re-enters (may be enabled in settings)
  • Small fixes

v2.1.6

23 Aug 09:35

Choose a tag to compare

  • some minor changes
  • 'object menu fixes and improvements' dependency

v2.1.5

07 Jun 02:46

Choose a tag to compare

  • fixed tab scale issue with betteredit ui scaling

v2.1.4

29 May 01:24

Choose a tag to compare

  • patch to the patch: fixed the most obscure memory leak ever

v2.1.3

28 May 16:44

Choose a tag to compare

  • patch to the previous release

v2.1.2

27 May 20:00

Choose a tag to compare

  • Dragging groups no longer breaks with mods that use ImGui (e.g DevTools)
  • Opened groups no longer closed when switching to 'Edit Groups' mode
  • Object Search
  • IOS support

v2.1.1

30 Apr 03:47

Choose a tag to compare

bugfix

v2.1.0

30 Apr 01:51

Choose a tag to compare

Changelog

  • Group pinning:
    • Pinning groups so that they stay on the screen
    • Dragging pinned groups across the screen
  • Separate checkboxes for enabling each custom tab
  • Many UX improvements:
    • Adding objects to the groups straight from the editor tabs without having to place them in the editor
    • Adding objects to the group with 'shift' key (can be enabled in mod settings)
    • Buttons for adding rows/columns to the group are now always active and add rows/columns on the sides of the group when there are no focused button within the group
    • Adding a button to a tab now takes into account the position of the focused button on the opened page instead of always adding to the beginning of the page
    • Option to automatically extend the group when it is full
    • Other small changes...
  • Support for custom objects:
    • Custom objects in groups
    • Custom objects in any of the editor tabs
  • Sharing options:
    • Exporting and importing groups/objects/tabs as JSON
    • Support for exporting/importing custom objects

v2.0.1

19 Mar 01:43

Choose a tag to compare

  • tiny bugfix