This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Releases: khyerdev/tcobalt
Releases · khyerdev/tcobalt
v1.2.1 Quick Fix
v1.2.0: Alternate Instances & Config
v1.2.0: Alternate Instances & Config
This release allows you to use a different cobalt instance than the main one, and adds the ability to change the default flags in a config file
Application Changes
- You can now use the -i flag to specify a different instance than the main one for the cobalt api
- You can change the default flags in the configuration file generated with
tcb gen-config
- The -i flag also allows you to specify a number n to use the nth line of the [default.instances] section of the config as the api url
Source Code Changes
- Refactoring
v1.1.0: Full-featured tcobalt
v1.1.0: Full-featured tcobalt
This release brings the remaining cobalt settings that tcobalt didn't have, into tcobalt. Finally I had the time to do so!
Official Cobalt Changes
- VimeoDash (unused by tcobalt) has been removed and replaced with an H265 option for TikTok
Application Changes
- Added the ability to choose the default filename style (it used to be hard-coded as 'classic')
- Output filenames with spaces will now be displayed with single quotes surrounding them
- You can now safely download from links with multiple videos and pick which video to download
- Added the missing cobalt settings as tcobalt options:
- Prefer H265 for TikTok
- Download unmodified TikTok audio
- Download the dubbed language audio for youtube videos that support it
- Disable metadata
Helptext Changes
- Separate service-specific options from the global options in the GET method help
Source Code Changes
- The helptexts are now in their own module instead of the args module, and have been split into 2 files sorting which are HELPtexts and which are INFOtexts
- The Makefile now has a "debug" option (I only included the Makefile for building for a PPA (failed))
- We will no longer acknowledge the elephant in the room (it left)
The prebuilt packages will appear here soon...
v1.0.2
tcobalt release v1.0.2
This release focuses on a few small fixes
Application Changes
- Removed the YouTube disclaimer as it is no longer in effect
- Stopped sending the vimeoDash, as it is an immutable argument on tcobalt's side, and is now removed in the latest version of cobalt
Source Code Changes
- The main function for downloading videos receives a refactor and now relies on a custom attempt! macro for error handling instead of big ass nested match statements
- Update README.md Update README.md Update README.md Update README.md
This release underwent 2 revisions because I keep forgetting extremely fucking small things like updating the version and lock file
v1.0.1
Tcobalt Release v1.0.1
Very small release to tcobalt, adding minor textual and compatibility changes
Application Changes
- Fixed the older short name from appearing when running
tcobalt
ortcb
- Add info about YouTube downloading
- Replace old username with new one in version text
- Use the old location of DefaultHasher for compatibility with older versions of rust
Source Changes:
- Include a Makefile for easy compilation and installation from source
- Purge all evil