mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-13 23:05:31 +02:00
Register pipe.close() method
Allows kill() method of unix PTY node to be called without error.
This commit is contained in:
parent
28521b9d7a
commit
1d51acb38d
2 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
`libgodot-xterm.osx.64.dylib` is now a universal binary that runs natively
|
||||
on both x86_64 and arm64.
|
||||
|
||||
### Fixed
|
||||
- The `kill()` method of unix PTY node can now be called without error as the underlying
|
||||
`pipe.close()` method of the gdnative library is now registered.
|
||||
|
||||
|
||||
## [v2.0.0](https://github.com/lihop/godot-xterm/compare/v1.2.1...v2.0.0) - 2021-07-25
|
||||
### Added
|
||||
- Terminal editor plugin. Adds integrated terminal to Godot editor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue