Skip to content

Releases: ingur/godotty

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:56

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.5.zip below and
extract it into your project root.

See the README for usage.

Changes

  • Font ligature support has been added, ported from Ghostty.
  • New ligatures toggle in Editor Settings under godotty. On by default.
  • Wide Nerd Font icons are no longer cut off at the cell boundary.

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:38

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.4.zip below and
extract it into your project root.

See the README for usage.

Changes

  • Godotty no longer ships in exported games by default.
  • Optional: add addons/godotty/* to your export preset's exclude filter to
    also silence a few harmless startup log lines in exported games.
  • To ship the Terminal node inside your game, remove the .editor
    tags in godotty.gdextension.
  • Internal classes no longer clutter the Create Node dialog.

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:43

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.3.zip below and
extract it into your project root.

See the README for usage.

Changes

  • Files changed outside the editor now sync in live, no alt-tab needed:
    open scripts, scenes and shaders reload in place, and new, deleted or
    reimported files are picked up just as a refocus would.
  • When an external change clashes with unsaved work, the editor's own
    reload prompt appears live, so nothing is silently overwritten.
  • The terminal now renders at up to 60fps.

Note: godotty now requires Godot 4.7+ (up from 4.6).

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:56

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.2.zip below and
extract it into your project root.

See the README for usage.

Changes

  • Scrolling on trackpad now works properly across macOS and Wayland.
  • Scrolling in alt-screen apps works properly now across all platforms.
  • Drag selecting now autoscrolls as seen in other terminals.

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:36

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.1.zip below and extract it into
your project root.

See the README for usage.

Changes

  • Box drawing, blocks, braille and powerline glyphs are now drawn as
    cell-perfect sprites, matching ghostty.
  • Cursor styles: bar/underline/block (DECSCUSR), and a hollow cursor
    when the terminal is unfocused.
  • Underlines follow the font's underline position and thickness.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:10

A full-featured yet light-weight terminal emulator for the Godot
Engine, powered by libghostty.

Install: download godotty-v0.9.0.zip below and
extract it into your project root.

See the README for usage.