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
-v
argument for verbosity
Changed
- Non-verbose output is colorized now.
v0.5.0 Alpha 5
Added
send --silent
global argument helps you to supress notification sound on the target device.
v0.5.0 Alpha 4
Added
bot send poll
has been implemented.bot send location
has been implemented.bot send video
has been implemented.bot send audio
has been implemented.
Changed
bot send poll
now takesquestion
as positional argument.bot send poll
now requires at least two-o
/--option
argument or it is invalid.question
argument onbot send poll
can only take 1-300 characters.-o
/--option
onbot send poll
can only take 1-100 characters.
Removed
-q
/--question
argument frombot send poll
.-w
/--width
argument frombot send video
.-h
/--height
argument frombot send video
.
v0.5.0 Alpha 3
Added
bot send photo
has been implemented.
v0.5.0 Alpha 2
Added
bot send document
has been implemented.