Releases: sigmaSd/IRust
Releases · sigmaSd/IRust
0.8.8
**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
**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
**0.8.6(Hotfix)** - Fix regression: racer suggestions cycling - Bug-fix: add buffer bound check for remove_current_char
0.8.5
**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
**0.8.4** - add `:cd` to racer suggestions - expression starting with `pub` dont require ';' - don't clear screen after exiting
0.8.3
**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
v0.8.2, first release with github action integration