Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@dbarbuzzi dbarbuzzi released this 08 Jan 19:44
· 14 commits to master since this release
4a7eda8

Notes

Bugfixes

  • Failure due to 'length' of downloaded video (number of chunks to combine)
    • The fix involved a change in approach that eliminates the usage/requirement of ffmpeg – no separate tools are necessary!

Changes

  • Default values for the commit/date used when not built for release/publish have been improved
  • The standard output now includes the destination filename
  • The unsupported output flag has been disabled until support is added
  • The progress bar library has been updated which involves some minor visual changes due to continuing to use the library’s defaults

Refactor

  • All code related to the config file has been moved to its own config.go source file

Changelog

4a7eda8 Merge pull request #34 from dbarbuzzi/bugfix/change-concat-approach
a919146 Use direct data copying to combine chunks
5949a04 Comment as-of-yet unsupported 'outfile' flag
83d8db2 Update cheggaaa/pb to v3 (release 3.0.5)
d2b9131 Move all config-related code to separate file
17c8a58 Include destination filename in basic output
50c53dc Adjust default values for commit/date used in version output