Releases: erayerdin/tgcli
Releases · erayerdin/tgcli
v0.6.0-alpha.1
Fixed - Update `clap` to `4.1.6` Changed - Uniformed the `option` argument of `bot send poll`: instead of `-o foo -o bar`, now it is `-o foo bar`
v0.5.1-alpha.1
2023-01-21 Changed - Update `clap` to `3.2.23`.
v0.5.0-alpha.9
added vscode configs
v0.5.0-alpha.8
Changed - Exit codes have changed. - Changed `--verbose` argument from global to local. - Changed `bot --token` argument from global to local. - Changed `bot send --receiver` argument from global to local. - Changed `bot send --format` argument from global to local. - Changed `bot send --silent` argument from global to local. - The license from [Apache-2.0](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) to [MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)). Removed - `bot send video --width` argument - `bot send video --height` argument
v0.5.0-alpha.7
Changed - Migrated entire project to async. - Fixed exiting from SendOperation implementations. - Migrated to Rust 2021 edition. - Better error handling to clean up - Reverted to synchronous paradigm.
v0.5.0 Alpha 6
Added
-vargument for verbosity
Changed
- Non-verbose output is colorized now.
v0.5.0 Alpha 5
Added
send --silentglobal argument helps you to supress notification sound on the target device.
v0.5.0 Alpha 4
Added
bot send pollhas been implemented.bot send locationhas been implemented.bot send videohas been implemented.bot send audiohas been implemented.
Changed
bot send pollnow takesquestionas positional argument.bot send pollnow requires at least two-o/--optionargument or it is invalid.questionargument onbot send pollcan only take 1-300 characters.-o/--optiononbot send pollcan only take 1-100 characters.
Removed
-q/--questionargument frombot send poll.-w/--widthargument frombot send video.-h/--heightargument frombot send video.
v0.5.0 Alpha 3
Added
bot send photohas been implemented.
v0.5.0 Alpha 2
Added
bot send documenthas been implemented.