Skip to content

v0.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 22:31
· 384 commits to main since this release

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.