v0.2.3
- Migrations no longer require providing a source. Migrations are now embedded into the binary and automatically applied at runtime unless disabled with the
-skip-migration
flag - Add
complex-duration
for logging durations for videos. For example, allows you to type1m30s
instead of regular integer minutes, or2h:
to log the length of the video minus the first two hours - Move index files location. All index files
*-index.bluge
are now located underdata/.index
instead of directly in the CWD.
Full Changelog: v0.2.2...v0.2.3