Skip to content

Commit

Permalink
Last updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardia Daneshvar committed Jul 4, 2016
1 parent f0f67b5 commit a833d30
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions debian/changelog
@@ -1,3 +1,27 @@
libqtelegram-ae (1.0.0-2aseman1-xenial) xenial; urgency=medium

* Port to the new code-generator 2.0
* All objects and type created dynamicaly and from Telegram Schema
* Add C++11 callbacks support
* New structure for all objects
* Make TelegramAPI and Telegram classes more standard
* Add Error signals for all methods
* Add auto retry for all queries
* Add ability to store last called method arguments
* Add protected function support to the Telegram
* Improvement on the auth file store method
* Convert all object and types functions to the inline functions
* Add QObject types alongside normal types classes
* Add Documents
* Add new type of file uploader/downloader system
* Add auto error handlering instead of the assert (prefer error handler and avoid crash)
* Updated to the last Telegram API (currently API53). So all of the telegram features are support currently.
* It's biggest update of the libqtelegram-ae
* Many bugfix and Improvements
* Change version to the 1.0.0

-- Aseman Team <contact@aseman.co> Tue, 12 Jan 2016 01:30:00 +0330

libqtelegram-ae (0.6.1-1aseman1-wily) wily; urgency=medium

* Add auto reconnect support
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -8,7 +8,7 @@
dh $@

override_dh_auto_configure:
dh_auto_configure -- PREFIX=/usr
dh_auto_configure -- PREFIX=/usr CONFIG+=typeobjects

override_dh_install:
dh_install
Expand Down
2 changes: 1 addition & 1 deletion libqtelegram-ae.pro
Expand Up @@ -4,7 +4,7 @@ QT += multimedia

TARGET = qtelegram-ae
TEMPLATE = lib
VERSION = 2.0.0
VERSION = 1.0.0
DEFINES += LIBQTELEGRAM_LIBRARY

macx {
Expand Down

0 comments on commit a833d30

Please sign in to comment.