What's Changed
- Rework editor icon lookups by @Naros in #299
- GH-272 Remove obsolete documentation by @Naros in #279
- Fix comparison signed/unsigned mismatch by @Naros in #300
- GH-297 Preserve setting order when setting is modified by @Naros in #298
- GH-282 Explicitly filter
_get
and_set
methods by @Naros in #295 - GH-289 Fix built-in methods using PROPERTY_USAGE_NIL_IS_VARIANT by @Naros in #292
- GH-283 Support method chaining by @Naros in #294
- GH-287 Always call "Init" event if its wired by @Naros in #293
- GH-306 Fix functions to return Any types by @Naros in #309
- GH-310 Support file/folder removed and files moved signals by @Naros in #312
- GH-304 Track recently accessed orchestrations by @Naros in #311
- GH-313 Add Godot version compile-time constant by @Naros in #314
- GH-318 Add
Dictionary Set
node by @Naros in #319 - GH-315 Have
For Each
set Element asAny
by @Naros in #320 - GH-323 Fix enum persistence as a default value by @Naros in #324
- GH-321 Persist
For Each
node's "with break" status by @Naros in #322 - GH-284 Add support for static functions by @Naros in #325
- GH-327 Fix editor crash on invalid reference by @Naros in #328
- GH-76 Add scroll to item signal by @Naros in #81
- GH-333 Implement GridPattern support for Godot 4.3 by @Naros in #334
- GH-330 Fix Self node broken icon by @Naros in #331
- GH-221 View doc jump to class/constant/method Godot doc by @Naros in #329
- GH-242 Add impl for ScriptLanguageExtension::_preferred_file_name_casing by @Naros in #247
- GH-301 Support class/enum/bitfield based variables by @Naros in #302
- GH-345 Add landing page to main view by @Naros in #346
- GH-343 Improve node styles, fidelity, and usability by @Naros in #344
- GH-339 Retain/store variable type filter across popup/restarts by @Naros in #340
- GH-156 Collapse nodes to function and expand node feature by @Naros in #336
- GH-347 Improve base type indicator on graph toolbar by @Naros in #348
- GH-78 Support connection knot placements by @Naros in #332
Full Changelog: v2.1.dev1...v2.1.dev2