Skip to content

Initial release

Compare
Choose a tag to compare
@intentionally-left-nil intentionally-left-nil released this 26 Dec 05:31
· 73 commits to main since this release
4716bf9

This is the first MVP release, with a focus on minimum :)

This release has a minimal dfu cli with the following commands:

dfu new: Creates a new dfu_config.json for the changes you're about to make. (analogous to npm init)
dfu begin: Creates an initial btrfs snapshot. Call this before you start to make your changes
dfu end: Creates the post-snapshot to stop tracking changes
dfu diff: Uses the before & after snapshots to figure out what pacman programs have been added or removed. This information is saved in the dfu_config.json

What's Changed

Full Changelog: v0.0.1...v0.0.2