Releases: ingur/godotty
Release list
v0.9.5
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
ligaturestoggle in Editor Settings undergodotty. On by default. - Wide Nerd Font icons are no longer cut off at the cell boundary.
v0.9.4
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
Terminalnode inside your game, remove the.editor
tags ingodotty.gdextension. - Internal classes no longer clutter the Create Node dialog.
v0.9.3
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
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
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
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.