Releases: faukah/dix
Releases · faukah/dix
v1.4.2
v1.4.1
Small release to mark the Nix database as immutable by default. Fixes some issues where sqlite fails to connect to the database.
Full Changelog: v1.4.0...v1.4.1
Dix 1.4.0: <others>, more speed and better diffing
Diff Nix now does Nix diffing even better!
v1.3.0
What's Changed
We've seen great improvements to diffing in this release, mainly by using both the edit distance and the Hungarian algorithm for matching versions.
Full Changelog: v1.2.2...v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
What's Changed
Dix is now quite a bit faster thanks to @Dragyx :
Version splitting and sorting of programs is better thanks to @RGBCube:
- version: split into components using '+' too by @RGBCube in #28
- version: split on '=' for components as well by @RGBCube in #31
- fix DiffStatus cmp by @RGBCube in #30
Full Changelog: v1.0.0...v1.1.0