Skip to content

Detect files changed

Compare
Choose a tag to compare
@intentionally-left-nil intentionally-left-nil released this 02 Jan 17:57
· 39 commits to main since this release
8445d28

Starting to look a little less minimal now :)

First, the CLI now detects the DFU package config based on the current working directory (or its parents) similar to git.
Then, the dfu diff command now produces a changes.patch file describing which files were changed by the snapshots.

This is produced in several stages. You start with dfu diff, and then dfu diff --continue as you complete the prompt instructions.

There's other goodies in here, such as:

  • the global config isn't needed and can be autopopulated
  • Permissions are in a much better place. Instead of things being owned by root when they're not supposed to and vice-versa, dfu now runs as a non-root user always, and then calls sudo as necessary to adjust the permissions

What's Changed

Full Changelog: v0.0.2...v0.0.3