v1.15.0
-
New features
- Added
require-executeto be able to run an arbitrary program to determine
whether or not to run a task. This requires the--unsafeflag to use. - Added firmware nicknames like
guitar-weatherso that it's easier to refer
to firmware files rather than by using UUIDs. Nicknames are computed from
the UUID and don't affect.fwfiles. They're not guaranteed unique, so
continue to use the UUIDs for uniqueness guarantees. See themeta-nickname
metadata. You can still refer to firmware versions. This handles the
development and debug cases where you're not regularly updating version numbers.
- Added
-
Bug fixes
- Fixed success message when creating public/private signing key pairs. It
previously printed out the wrong filename on some systems.
- Fixed success message when creating public/private signing key pairs. It