Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.63 KB

Changelog

[Unreleased]

Added

  • #56 adds a garbage collector to the jobs api, to prevent stale jobs from taking up unnecessary memory

Changed

  • #55 splits of the messages() function into its own trait. This resolves many issues caused by a cargo issue.

Added

  • #34 implements a web-based GUI for Genealogos
  • #36 include nixtract's new narinfo information
  • #38 display nixtract's status information when running
  • #44 adds two functions to the Backend trait to set options
  • #48 #49 added a NixOS module to our flake
  • #50 included the frontend in rocket behind the frontend feature flag

Changed

  • #41 reworked the Genealogos fronend, paving the way for supporting other bom formats
  • #46 #47 replaces Source::Flake with Source::Installable and deprecates --flake-ref, --attribute-path over genealogos nixpkgs#hello and equivalents