github raphamorim/rio v0.1.7

latest releases: nightly, v0.1.17, v0.1.16...
2 months ago

Breaking

Editor property have changed from String to allow input arguments as well.

Before:

editor = "vi"

Now:

[editor]
program = "code"
args = ["-w"]
  • Fix: editor doesn't handle arguments #550.
  • Fix: Weird rendering behavior on setting padding-x in config #590.
  • Upgrade Rust to 1.80.1.

Don't miss a new rio release

NewReleases is sending notifications on new releases.