Releases: lostdusty/cobalt
Releases · lostdusty/cobalt
v1.1.1: Added benchmarks, support for api keys
News
- Added support for api keys! Pass it as an argument (
-k
) or using an environment variableCOBALT_API_KEY
. - Added benchmarks! Test the speed of the instance you're downloading from, it looks like this:
Removals
Instances list are being reworked, so its temporarily disabled for now.
Coming up
I'll add a way to manage your API Keys, stay tuned!
Other stuff
I've downgraded the version back to v1.x so you can install it using go install
with no trouble :)
v1.1.0: Refactored everything
With the new cobalt api release, i decided to refactor this app, should be all shiny now. I'll be adding more features (such as playlist download) soon, stay tuned. See readme for changes.
v1.0.7: don't panic, describe better your error
v1.0.6 - instances listing, no more os.Exit
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
Changes:
- Update gobalt (API) library;
- Removed tiktok watermark option;
- Added vimeo dash option.
v1.0.4: fix json error display
Release v1.0.3: Open link in browser
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
Everything should be working, please report any issues.
Files aren't digitally signed yet.