Skip to content

Releases: lostdusty/cobalt

v1.0.7: don't panic, describe better your error

21 Jun 17:47
Compare
Choose a tag to compare

Changes:

  • Bump dependencies;
  • Remove vimeoDash option no longer in upstream;
  • Add tiktokh265 from upstream;
  • Changed few messages;
  • Program won't panic on errors now;
  • Added helpful message if you run the program without a command:
    image

v1.0.6 - instances listing, no more os.Exit

23 Apr 06:14
Compare
Choose a tag to compare

Changes:

  • Bump dependencies;
  • Added instances listing (cobalt instances);
  • Changed download command to a sub-command (cobalt download);
  • Video dash option added (-V flag);
  • Removed TikTok watermark option (no longer present on the api);
  • Documented JSON output;
  • Removed os.Exit(1) calls;
  • Added tests.

v1.0.5 - API Updates

30 Mar 16:58
Compare
Choose a tag to compare

Changes:

  • Update gobalt (API) library;
  • Removed tiktok watermark option;
  • Added vimeo dash option.

v1.0.4: fix json error display

29 Jan 19:34
Compare
Choose a tag to compare

Fixed in this version

  • Json errors was displayed as bytes:
    image

Planned for the next minor version

  • Save file to local folder with flag -s.

Release v1.0.3: Open link in browser

26 Jan 18:43
Compare
Choose a tag to compare

This release adds support to opening links in the default browser, by using the flag -b. Also, I've setup CI so it should build to every platform now.

v1.0.0: First working version

25 Jan 20:19
Compare
Choose a tag to compare

Everything should be working, please report any issues.
Files aren't digitally signed yet.