Releases: sigmaSd/IRust
Releases · sigmaSd/IRust
1.32.0
**1.32.0** - Add irust macros (macros can be saved with `ctrl-o, (key) -> user_macro_input -> ctrl-o` and played with `ctrl-p, key` - Add irust undo/redo support (undo: `ctrl-u`, redo: `ctrl-y`) - Add `ctrl-x` to delete current line
1.31.0
**1.31.0** - Allow specifying the edition (default to 2021) - Update codebase to the 2021 edition
1.30.6
**1.30.6** - Add `SetTitle` `SetWelcomeMsg` hooks
1.30.5
**1.30.5** - Organize IRust API
1.30.4
**1.30.4** - Activate OutputEvent hook
1.30.3
**1.30.3** - Update rscript
1.30.2
**1.30.2** - Update rscript
1.30.1
**1.30.1** - Update dependencies
1.30.0
**1.30.0** - Refactor script interface, keep only v4 as supported
1.29.0
**1.29.0** - Fix a bug where an output > SIZE can hang indefinitely (see https://users.rust-lang.org/t/weird-interaction-between-stdio-piped-and-child-try-wait/65898)