release/0.5.41
What's New
Features:
- Trigger
fzf
(if installed) whenls
orfind
are run with no arguments. Usels .
orfind .
to get the old behavior.
Faster:
- Ability handlers in common, simple cases are now much faster.
Fixes:
sync.to-file
with no argument used to always sync/main
when it should have synced the current branch. Now it doesn't!- UCM no longer says "Merging..." unless it's going to perform a merge.
Foregone:
update.old
andmerge.old
have gone to live on a nice big farm, where we unfortunately won't be able to visit them.
All PRs Since Last Release
- delete update.old and merge.old by @mitchellwrosen in #5690
- Optimize 'affine' handlers by @dolio in #5687
- Trigger FZF on no-args
ls
by @ChrisPenner in #5693 - FZF Edit namespace by @ChrisPenner in #5700
- segment racket dependencies by arch by @aryairani in #5702
- Fix the Ormolu auto-format GH workflow step by @sellout in #5641
- Fix sync.to-file src branch by @ChrisPenner in #5703
- Add builtin replacements for some Json functions by @dolio in #5706
- Defer "Merging..." response until we actually know we're merging by @ChrisPenner in #5701
- Better fallbacks when fzf isn't installed by @ChrisPenner in #5712
Full Changelog: release/0.5.40...release/0.5.41