Skip to content

v2.0.0

Compare
Choose a tag to compare
@lihop lihop released this 25 Jul 18:03
2a9ecb5

Added

  • Terminal editor plugin. Adds integrated terminal to Godot editor.
  • Xresources import plugin.
  • #39: Support for the bell "\u0007" character.
  • HTML5 Support.
  • #24: Support for Windows 32-bit (Terminal node only).
  • PTY node. Similar to Pseudoterminal node, but better. Uses libuv and code copied from node-pty.

Changed

  • GDNative Terminal node is now wrapped by gdscript.
  • #44: Default theme to match Godot's default theme.
  • Supported Godot version -> 3.3.2.
  • Set a default theme if no theme property has been set.
  • Changed default font from Cousine to Hack, which is the same as Godot's script editor, and reduced size from 16 to 14.
  • TPut no longer registered as a unique global class (i.e. removed class_name TPut).

Fixed

  • #40: Vim related bugs, caused by incorrectly handled control sequences.
  • Don't swap red and blue channels of theme colors.
  • Use "Light Cyan" color from theme. Previously ignored.

Removed

  • Pseudoterminal node.