New
v2.4.0
Features
- thanks to @delafthi we now support jujutsu #601 :tada:
- temporary files for processing stdin are no longer created within the tree root #624
Nixpkgs Tracker
https://nixpkgs-tracker.ocfox.me/?pr=453282
Bugfixes
- global excludes are now handled correctly when processing stdin #641
- no longer segfaulting if tree root is a symlink #595
- force removal of cache db when clearing the cache #592
Changelog
- 718fbbb25279a5e9a6bb2f45c198f3109462d481: Workaround for darwin build issue (@jfly)
- b5f54fab78163fdd955aeba7efa04698dcc28904:
path ... not inside the tree root: Show computed relative path (@9999years) - de5d3074157d98243de0c5be7bc5a60b54a0a974: feat(walk): add jujutsu walker (@delafthi)
- d7cb4d2fe11f8dc6c196cf5a861939da26b83b0b: feat: add
evalConfigfrom nixpkgs (@MattSturgeon) - b68d3286440c818d2452a65d3c503a7245447269: feat: introduce tmp path for stdin files (@brianmcgee)
- 6cfbdf05bbc4aa077061a3e8cbc09dc1427b8ce4: fix(jujutsu): remove unnecessary unquoting of file paths (@delafthi)
- 109948ac2a7c8deeb0a1ae82d373853a9a94bebb: fix:
treefmt .no longer segfaults if.is root and symlink (@jfly) - 3a3b57c58e22d4ed73d9ad646bb26b24a0ba17cc: fix: add jujutsu to devshell (@brianmcgee)
- 8c251487657316f31f89a03566a598a537232105: fix: force-remove db file when clearing cache (@brianmcgee)
- 5d318c2e9a5b2bf5b1bf344a2d565ee5aab2b25d: fix: processing stdin with a globally excluded path (@brianmcgee)
- 3750fdbb9680ad8c2ff4e70cff01df0ef7032ae3: fixup! fix: cachix/install-nix-action version in gh pages workflow (@brianmcgee)
- e8274d4ea518bd4f324de33e96e7eb7f4270ca63: refactor: simplify one line of nix code (@MattSturgeon)