tg/CHANGELOG

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-06-17 16:48:44 +03:00
1.3.3
* support for sending custom keyboard
* fixed contact_search
* TGL-2.0.3
2015-05-27 17:16:42 +03:00
1.3.2
* use TGL-2.0.2
* add block/unblock user methods
2015-06-17 12:05:57 +03:00
* support for autocomplete for bot's commands
2015-05-15 13:31:38 +03:00
1.3.1
* added error codes
2015-05-13 14:29:45 +03:00
1.3.0
* layer 28 support (passwords, replies, webpages, other changes)
* output in json format
* support for lua functions in CLI mode (register_interface_function)
* bugfixes
2015-05-14 15:48:20 +03:00
* output error codes to socket
* allow [reply=<num>], [disable_preview] and [enable_preview] prefixes to query
2015-05-13 14:29:45 +03:00
1.2.1
2015-01-13 14:46:00 +03:00
* fixed registration/login problem
2015-01-13 18:59:29 +03:00
* added extension to downloads
2015-01-12 00:52:40 +03:00
1.2.0
* layer 22 support
2015-01-13 19:10:11 +03:00
* new authorization code
* fixed time-related problems
* fixed crash after hibernation
2014-10-18 19:36:44 +04:00
1.0.6
* layer 18 support
2014-09-21 12:59:47 +04:00
1.0.5
2014-09-23 12:37:57 +04:00
* listening socket (tcp and unix) for commands
2014-09-18 01:03:20 +04:00
1.0.4
* changed create_group_chat format
2014-09-18 19:16:26 +04:00
* changed search query
2014-09-18 01:03:20 +04:00
* rewritten interface code. Support for escaped characters in quotes
2014-09-10 01:02:50 +04:00
1.0.3
* options to help to run telegram-cli as daemon
1.0.2
* Bug fixes
2014-08-31 14:04:16 +04:00
1.0.1
* Added pfs support. To use it you should add 'pfs_enabled=true' line to config.
* Added export_card/import_card methods