Skip to content

Releases: sigmaSd/IRust

0.8.8

22 Jun 09:59
Compare
Choose a tag to compare
**0.8.8**

- remove syntect, use a custom made parser instead -> big runtime/compile time improvement + big decrease in dependencies
- use `dirs_next` crate instead of deprecated `dirs`

0.8.7

15 Jun 15:48
Compare
Choose a tag to compare
**0.8.7**

- Improve start time with cold cache
- Write a new line at exit (needed for some shells like bash, powershell..)

0.8.6

14 Jun 14:42
Compare
Choose a tag to compare
**0.8.6(Hotfix)**

- Fix regression: racer suggestions cycling
- Bug-fix: add buffer bound check for remove_current_char

0.8.5

14 Jun 09:54
Compare
Choose a tag to compare
**0.8.5**

- Improve performance by queuing output and flushing only when needed
- Handle terminal size change (a bit hacky but works)
- Remove racer inline callback, this was always a source of problems, and didn't give much value since you can trigger auto-completion with Tab
- Improve logging
- Don't clear screen when starting IRust
- Bug fix: bound adjustment
- Code improvements

0.8.4

11 Jun 09:05
Compare
Choose a tag to compare
**0.8.4**

- add `:cd` to racer suggestions
- expression starting with `pub` dont require ';'
- don't clear screen after exiting

0.8.3

07 Jun 14:38
Compare
Choose a tag to compare
**0.8.3**

- Add `:cd` command
- Don't scan for incomplete input when its a builtin cmd or a shell cmd
- Set terminal title according to current working directory

0.8.2

07 Jun 12:14
Compare
Choose a tag to compare
v0.8.2, first release with github action integration