diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c0013..2fa8076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Changelog. - Asciicast importer plugin. Enables the import of .cast ([asciicast files v2](https://github.com/asciinema/asciinema/blob/master/doc/asciicast-v2.md)) that can be made using the [asciinema](https://asciinema.org/) terminal session recorder. See the [asciicast scene](/examples/asciicast) for example usage. +- Pre-built binary for x11 platform. ### Changed - Implementation of Terminal node from GDScript to GDNative using [Aetf's patched version of libtsm](https://github.com/Aetf/libtsm). diff --git a/addons/godot_xterm/native/bin/x11/libgodotxtermnative.so b/addons/godot_xterm/native/bin/x11/libgodotxtermnative.so new file mode 100755 index 0000000..1dcc20e Binary files /dev/null and b/addons/godot_xterm/native/bin/x11/libgodotxtermnative.so differ