Skip to content

Releases: Maran23/script-ide

Release 2.1.1

09 Feb 14:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Free orphan nodes as well by @Maran23 in #155
  • Ability to reopen the split script with right click in 88026fc

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

27 Jan 15:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

This release features a nice new feature: Script Splitting.

Right now, it can only be done once, horizontally and the Script is readonly.
This is very useful for looking up things in other Scripts while working.
Script splitting is done with a button, and revoking the split is as easy as just clicking the button again.

I find this feature very useful, and while it is not as powerful as other editors, it already helps a lot (from my testing) and is highly compatible with the Godot editor, now with Godot 4.6, but also Godot 4.5 or even Godot 4.4.

For more information, read the PR: #153

What's Changed

  • Move Outline to its very own component to reduce the code in plugin.gd by @Maran23 in #152
  • Implement simple, readonly, horizontal Script Splitting by @Maran23 in #153

Full Changelog: 2.0.6...2.1.0

Beta: Release 2.1.0 - Script Splitting

25 Jan 13:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release

What's Changed

  • Move Outline to its very own component to reduce the code in plugin.gd by @Maran23 in #152
  • Implement simple, readonly, horizontal Script Splitting by @Maran23 in #153

Full Changelog: 2.0.6...2.1.0-beta

Pre-release with the script splitting feature: #153

Feel free to test it out and give feedback!

Release 2.0.6

22 Jan 17:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • When pressing 'ui_text_submit' (default: ENTER) on Filter LineEdit, we accept the event so that the focus does not shift due to Godot behavior by @Maran23 in #151

Full Changelog: 2.0.5...2.0.6

Release 2.0.5

22 Jan 17:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: 2.0.4...2.0.5

Release 2.0.4

19 Dec 08:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Improve singleline tab layout when there is no space left for even one Tab by @Maran23 in #148

Full Changelog: 2.0.3...2.0.4

Release 2.0.3

17 Dec 11:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Improve Popup and Godot 4.6-beta (theme) related functions.

Full Changelog: 2.0.2...2.0.3

Release 2.0.2

14 Nov 19:16

Choose a tag to compare

What's Changed

  • Fix old outline is not removed in Godot 4.6-dev by @Maran23 in #143

Full Changelog: 2.0.1...2.0.2

Release 2.0.1

01 Oct 13:34

Choose a tag to compare

Fixes a minor problem, that the Tabs Script Popup can be a bit small.

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

30 Sep 12:42

Choose a tag to compare

What's Changed

This is a big achievement and release, as we now have support for multiline tabs!

The new tab component is also always used, but in case you want it to be single line, it can be enabled again.
Everything is still supported. This also guides the way to other exciting features in the future, as we now have our own component, so much more freedom.

Full Changelog: 1.9.6...2.0.0