Skip to content

Releases: sigmaSd/IRust

0.8.7

Choose a tag to compare

@github-actions github-actions released this 15 Jun 15:48
**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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:42
**0.8.6(Hotfix)**

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

0.8.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 09:54
**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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:05
**0.8.4**

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

0.8.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 14:38
**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

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:14
v0.8.2, first release with github action integration