Releases: cordx56/rustowl
Releases · cordx56/rustowl
v0.1.3
v0.1.2
We thank all contributors!
Features
- Change underline thickness in VSCode
- Add a function to manually trigger RustOwl in Neovim
Bugs
- Fix auto shutdown for unnecessary RustOwl processes
v0.1.1
Features
- VSCode display delay
Other
- Publish VSCode extension
First stable version: v0.1.0
We are pleased to announce the release of our first stable version, v0.1.0!
Features
- Support for Windows 11
- Support for Ubuntu 25.04
Bug fixes
- Automatically shutdown
rustowlc
when it is no longer needed
v0.0.5
This version is enough stable. I would like to release v0.1.0 soon.
Bug fixes
- Fix visualizing wrong range in VSCode
- Fix overlapping range visualization
v0.0.4
Major Bug Fixes
- Fixed an issue where outlive was not displayed
v0.0.3 release
v0.0.3 is a major update.
Features
- Added LSP server
cargo owlsp
- Updated VSCode extension to use the LSP server
- Added Neovim and Emacs plugins
Fixes
- Optimized
rustowlc
- Improved multi-threading for faster execution
- Wait for rust-analyzer for a better experience
- Create a temporary target directory for faster compilation
- Revise some English expressions
- Fixed various bugs
v0.0.3 pre-release
implement LSP server cargo owlsp
and Neovim plugin.
curl -L "https://github.com/cordx56/rustowl/releases/download/v0.0.3pre/install.sh" | bash
v0.0.2
Release!
- support whole crate analysis
- fixes some bugs, eg. multibyte support
v0.0.2pre pre-release
a new RustOwl - support cargo workspace