Skip to content

Releases: cordx56/rustowl

v0.1.3

20 Feb 09:55
842bd37
Compare
Choose a tag to compare

Bug fix.

Bugs

  • fix version in document
  • Remove unnecessary code

v0.1.2

19 Feb 07:48
7a28c5d
Compare
Choose a tag to compare

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

07 Feb 10:44
37f6314
Compare
Choose a tag to compare

Features

  • VSCode display delay

Other

  • Publish VSCode extension

First stable version: v0.1.0

05 Feb 10:20
b41e839
Compare
Choose a tag to compare

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

02 Feb 10:22
a29a77a
Compare
Choose a tag to compare

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

31 Jan 09:02
37a24af
Compare
Choose a tag to compare

Major Bug Fixes

  • Fixed an issue where outlive was not displayed

v0.0.3 release

30 Jan 11:24
2119520
Compare
Choose a tag to compare

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

26 Jan 09:35
5c3cb41
Compare
Choose a tag to compare
v0.0.3 pre-release Pre-release
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

23 Jan 08:08
a42ad48
Compare
Choose a tag to compare

Release!

  • support whole crate analysis
  • fixes some bugs, eg. multibyte support

v0.0.2pre pre-release

23 Jan 07:17
238327a
Compare
Choose a tag to compare
v0.0.2pre pre-release Pre-release
Pre-release

a new RustOwl - support cargo workspace