Skip to content

Releases: faukah/dix

v1.4.2

31 Jan 21:39

Choose a tag to compare

Dix now falls back to other backends if the initial connection to the Nix database fails.
Many thanks to @Dragyx, almost all of the work for this release.

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

24 Jan 21:46

Choose a tag to compare

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

08 Jan 19:53

Choose a tag to compare

Diff Nix now does Nix diffing even better!

v1.3.0

31 Aug 13:00

Choose a tag to compare

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.

  • Better diffing by @faukah in #36
  • implement proof of concept edit distance pairing by @faukah in #37

Full Changelog: v1.2.2...v1.3.0

v1.2.2

27 Jul 19:58
28ba934

Choose a tag to compare

What's Changed

  • treewide: move info! to debug! and some debug! to trace! by @faukah in #35

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jul 22:07
bd3dc00

Choose a tag to compare

Forgot to fix tests...

v1.2.0

15 Jul 21:56

Choose a tag to compare

What's Changed

This release incorporates several fixes, namely proper version diffing and better filtering of packages which need to be displayed.

Many thanks to @RGBCube for the help!

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jun 11:44
a98f3ca

Choose a tag to compare

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

v1.0.0

21 May 14:55
5332265

Choose a tag to compare

Dix 1.0 has been released!

v0.1.2

13 May 20:29
3d217bd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.2