This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Releases: TheCaduceus/tg-upload
Releases · TheCaduceus/tg-upload
v1.0.4.dev.1
What's Changed
- Fix inaccurate transfer speed.
- Add progress for split.
v1.0.3
What's Changed
- Bump to v1.0.3
- Now split files using
--split
flag in given size (bytes). - Create dynamic captions using variables. [Learn here]
- Save static & dynamic caption templates: (
--capjson
) [Learn here]
{
"captionTemplateName": {
"text" : "main caption text",
"description" : "An optional description to make recall easy."
},
...more caption templates
}
- New flag
--duration
to define media's play duration. - Fixed some bugs while uploading file as video note.
Full Changelog: v1.0.2...v1.0.3
v1.0.3.dev.1
What's Changed
- Fixed bug while uploading files as video.
v1.0.2
What's Changed
- Bump to v1.0.2
- Switch between IPv4 & IPv6.
- Set and use multiple proxies: (
--proxy
) (see guide)
{
"proxyName": {
"scheme": "proxyScheme",
"hostname": "proxyHostname",
"port": 1234,
"username": "proxyUsername",
"password": "proxyPassword"
},
... more proxies
}
- Flexibility to create in-memory session. (
--tmp_session
) - Replace keywords & single characters in filename with given string. (
--replace
) - Added short-ends for commonly used flags.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump to v1.0.1.
- Transfer progress now also shows upload speed.
- Fixed some typos.
- Added new MISC FLAGS:
--device_model - Overwrite device model before starting client, by default 'tg-upload', can be anything like your name or 'My Device'.
--system_version - Overwrite system version before starting client, by default installed python version, can be anything like 'Windows 11'.
--version - Display current tg-upload & dependencies version.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0 is the initial release of tg-upload program developed & open-sourced by Dr.Caduceus.