Skip to content

Releases: sigmaSd/IRust

1.32.0

26 Oct 11:07
Compare
Choose a tag to compare
**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

24 Oct 07:44
Compare
Choose a tag to compare
**1.31.0**

- Allow specifying the edition (default to 2021)
- Update codebase to the 2021 edition

1.30.6

23 Oct 10:45
Compare
Choose a tag to compare
**1.30.6**

- Add `SetTitle` `SetWelcomeMsg` hooks

1.30.5

22 Oct 15:57
Compare
Choose a tag to compare
**1.30.5**

- Organize IRust API

1.30.4

22 Oct 15:35
Compare
Choose a tag to compare
**1.30.4**

- Activate OutputEvent hook

1.30.3

22 Oct 13:28
Compare
Choose a tag to compare
**1.30.3**

- Update rscript

1.30.2

22 Oct 10:32
Compare
Choose a tag to compare
**1.30.2**

- Update rscript

1.30.1

19 Oct 08:43
Compare
Choose a tag to compare
**1.30.1**

- Update dependencies

1.30.0

18 Oct 18:08
Compare
Choose a tag to compare
**1.30.0**

- Refactor script interface, keep only v4 as supported

1.29.0

14 Oct 17:13
Compare
Choose a tag to compare
**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)