Releases: sigmaSd/IRust
Releases · sigmaSd/IRust
1.2.4
**1.2.4** - Output can now be cancelled with Ctrl-c (in case of an infinite loop for example) - Auto inserting semicolons is now configurable - Update dependencies
1.2.3
**1.2.3** - Update crossterm to 0.19 - Handle quoted arguments in :add command(useful specifying multiple features, example: `:add --features "a b"`)
1.2.2
**1.2.2** - Fix regression: Handle multiline string
1.2.1
**1.2.1** - Use `CARGO_TARGET_DIR` path if set instead of overwriting it
1.2.0
**1.2.0** - Remove notify - :edit command work as usual with terminal editors, for gui editors like vs code, the `:sync` command needs to be used after the writing - Bug fixes - Add benchmark
1.1.2
**1.1.2** - Hotfix: Actually Add missing exit after (irust -x)
1.1.1
**1.1.1** - Hotfix: Add missing exit after (irust -x)
1.1.0
**1.1.0** - Add `:asm` command => shows the assembly of the specified function(requires[cargo-asm](https://github.com/gnzlbg/cargo-asm)) - More refactoring - Bug fixes
1.0.0
**1.0.0** - Under-the-hood: - Refactor most of the code base - Extract Printer as a an independent unit - Add some tests now that its finally possible to do so - Multiple Bug fixes - Maybe new bugs?
0.9.9
**0.9.8** - Fix `:add .` on windows - More resilient build errors detection - Fix `:load` regression