Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ucm-linux-x64.tar.gz | 2025-05-19 | 66.0 MB | |
ucm-macos-arm64.tar.gz | 2025-05-19 | 82.6 MB | |
ucm-macos-x64.tar.gz | 2025-05-19 | 56.7 MB | |
ucm-windows-x64.zip | 2025-05-19 | 72.3 MB | |
README.md | 2025-05-19 | 1.8 kB | |
release_0.5.41 source code.tar.gz | 2025-05-19 | 2.5 MB | |
release_0.5.41 source code.zip | 2025-05-19 | 3.3 MB | |
Totals: 7 Items | 283.3 MB | 0 |
What's New
Features:
* Trigger fzf
(if installed) when ls
or find
are run with no arguments. Use ls .
or find .
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
and merge.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 https://github.com/unisonweb/unison/pull/5690
- Optimize 'affine' handlers by @dolio in https://github.com/unisonweb/unison/pull/5687
- Trigger FZF on no-args
ls
by @ChrisPenner in https://github.com/unisonweb/unison/pull/5693 - FZF Edit namespace by @ChrisPenner in https://github.com/unisonweb/unison/pull/5700
- segment racket dependencies by arch by @aryairani in https://github.com/unisonweb/unison/pull/5702
- Fix the Ormolu auto-format GH workflow step by @sellout in https://github.com/unisonweb/unison/pull/5641
- Fix sync.to-file src branch by @ChrisPenner in https://github.com/unisonweb/unison/pull/5703
- Add builtin replacements for some Json functions by @dolio in https://github.com/unisonweb/unison/pull/5706
- Defer "Merging..." response until we actually know we're merging by @ChrisPenner in https://github.com/unisonweb/unison/pull/5701
- Better fallbacks when fzf isn't installed by @ChrisPenner in https://github.com/unisonweb/unison/pull/5712
Full Changelog: https://github.com/unisonweb/unison/compare/release/0.5.40...release/0.5.41