Skip to content

Releases: erayerdin/tgcli

v0.6.0-alpha.1

02 Mar 10:03
Compare
Choose a tag to compare
v0.6.0-alpha.1 Pre-release
Pre-release
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

21 Jan 12:35
Compare
Choose a tag to compare
v0.5.1-alpha.1 Pre-release
Pre-release
2023-01-21

Changed
 - Update `clap` to `3.2.23`.

v0.5.0-alpha.9

06 May 15:24
Compare
Choose a tag to compare
v0.5.0-alpha.9 Pre-release
Pre-release
added vscode configs

v0.5.0-alpha.8

03 Mar 10:29
Compare
Choose a tag to compare
v0.5.0-alpha.8 Pre-release
Pre-release
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

17 Dec 10:51
Compare
Choose a tag to compare
v0.5.0-alpha.7 Pre-release
Pre-release
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

25 Nov 10:21
Compare
Choose a tag to compare
v0.5.0 Alpha 6 Pre-release
Pre-release

Added

  • -v argument for verbosity

Changed

  • Non-verbose output is colorized now.

v0.5.0 Alpha 5

24 Nov 08:07
Compare
Choose a tag to compare
v0.5.0 Alpha 5 Pre-release
Pre-release

Added

  • send --silent global argument helps you to supress notification sound on the target device.

v0.5.0 Alpha 4

23 Nov 11:38
Compare
Choose a tag to compare
v0.5.0 Alpha 4 Pre-release
Pre-release

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 takes question as positional argument.
  • bot send poll now requires at least two -o/--option argument or it is invalid.
  • question argument on bot send poll can only take 1-300 characters.
  • -o/--option on bot send poll can only take 1-100 characters.

Removed

  • -q/--question argument from bot send poll.
  • -w/--width argument from bot send video.
  • -h/--height argument from bot send video.

v0.5.0 Alpha 3

19 Nov 12:33
Compare
Choose a tag to compare
v0.5.0 Alpha 3 Pre-release
Pre-release

Added

  • bot send photo has been implemented.

v0.5.0 Alpha 2

19 Nov 11:46
Compare
Choose a tag to compare
v0.5.0 Alpha 2 Pre-release
Pre-release

Added

  • bot send document has been implemented.