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
)
- To insert a newline, press
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 byhome
dependency) - A few CI related changes were required (deprecations, updating compiler versions, etc)