Skip to content

0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 11:41
50d6376

Breaking changes

  • Pressing enter when inputting a replacement no longer inserts a newline, but rather accepts the replacement
    • To insert a newline, press enter while holding any modifier the terminal you're using supports (e.g., alt)

New additions

  • Pressing ctrl + u while inputting a replacement clears all replacement text
  • Pressing ctrl + c at any point exits the application

Other changes

  • Updated dependencies
  • Bumped minimum supported rust version to 1.81.0 (required by home dependency)
  • A few CI related changes were required (deprecations, updating compiler versions, etc)