tg/CHANGELOG

37 lines
1008 B
Plaintext
Raw Normal View History

2015-05-27 10:16:42 -04:00
1.3.2
* use TGL-2.0.2
* add block/unblock user methods
2015-06-17 05:05:57 -04:00
* support for autocomplete for bot's commands
2015-05-15 06:31:38 -04:00
1.3.1
* added error codes
2015-05-13 07:29:45 -04: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 08:48:20 -04:00
* output error codes to socket
* allow [reply=<num>], [disable_preview] and [enable_preview] prefixes to query
2015-05-13 07:29:45 -04:00
1.2.1
2015-01-13 06:46:00 -05:00
* fixed registration/login problem
2015-01-13 10:59:29 -05:00
* added extension to downloads
2015-01-11 16:52:40 -05:00
1.2.0
* layer 22 support
2015-01-13 11:10:11 -05:00
* new authorization code
* fixed time-related problems
* fixed crash after hibernation
2014-10-18 11:36:44 -04:00
1.0.6
* layer 18 support
2014-09-21 04:59:47 -04:00
1.0.5
2014-09-23 04:37:57 -04:00
* listening socket (tcp and unix) for commands
2014-09-17 17:03:20 -04:00
1.0.4
* changed create_group_chat format
2014-09-18 11:16:26 -04:00
* changed search query
2014-09-17 17:03:20 -04:00
* rewritten interface code. Support for escaped characters in quotes
2014-09-09 17:02:50 -04:00
1.0.3
* options to help to run telegram-cli as daemon
1.0.2
* Bug fixes
2014-08-31 06: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