Dan
1fbe88d4b2
Update Pyrogram to v1.0.1
2020-08-25 14:18:29 +02:00
Dan
37edeb06b2
Update Pyrogram to v1.0.0
2020-08-25 12:07:08 +02:00
Dan
a822c51261
Update beta version
2020-08-22 11:30:42 +02:00
Dan
538f1e3972
Deep rewrite: preparing for v1.0
...
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
CyanBook
c8c6faa96e
Change logging hierarchy for loading plugins ( #451 )
...
Loading plugins shouldn't be considered a warning
2020-08-21 07:28:27 +02:00
Dan
68a0119c09
Update Pyrogram to v0.18.0
2020-07-29 22:46:12 +02:00
Dan
4ff924bcfb
Update Pyrogram to v0.17.1
2020-05-02 21:17:22 +02:00
Dan
858f82fd88
Update Pyrogram to v0.17.0
2020-04-30 02:43:23 +02:00
Dan
1996fb1481
Update Copyright
2020-03-21 15:43:32 +01:00
Dan
7be86f8ea3
Update development version
2020-02-20 20:07:00 +01:00
Dan
531423ae1c
Update copyright year
2020-02-01 14:17:32 +01:00
Dan
42c9bafa0c
Update copyright notice
2020-02-01 14:04:33 +01:00
Dan
da7130b380
Update Pyrogram to v0.16.0
2019-09-25 19:12:27 +02:00
Dan
dc74c441cc
Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3
...
Closes #302
2019-08-15 16:03:03 +02:00
Dan
f7ba7bfd3a
Update dev version
2019-07-11 04:21:02 +02:00
Dan
18b581fb45
Update Pyrogram to v0.15.1
2019-07-02 00:03:14 +02:00
Dan
544cddfd1c
Update Pyrogram to v0.15.0
2019-07-01 13:44:16 +02:00
Dan
92625795ef
Update develop version
2019-06-11 20:50:36 +02:00
Dan
b46ffe1414
Update Pyrogram to v0.14.1
2019-06-07 18:53:45 +02:00
Dan
d95bbdf445
Update next develop version
2019-06-07 16:37:28 +02:00
Dan
571af6e0b9
Update Pyrogram to v0.14.0
2019-06-07 16:05:33 +02:00
Dan
16dbd8d8db
Update development version
2019-05-29 10:43:00 +02:00
Dan
bb246f9e60
Update Pyrogram to v0.13.0
2019-05-25 01:50:34 +02:00
Dan
518220431e
Docs revamp. Part 5
2019-05-18 01:45:01 +02:00
Dan
cec43bf568
Update develop version
2019-04-20 18:57:07 +02:00
Dan
afac7651e4
Update to v0.12.0
2019-04-14 12:45:06 +02:00
Ningmua Bruno
8023aa5d28
Attempting solution to why pyrogram breaks
2019-04-01 02:36:54 +01:00
Dan
b5c6db6db0
Refactor project and move errors namespace out from pyrogram.api
2019-03-25 11:23:45 +01:00
Dan
27666ec174
Small docs fixes
2019-03-22 12:14:31 +01:00
Dan
bc9f902376
Clean up inline-mode
2019-03-22 11:35:35 +01:00
Dan
acbbfabb27
Merge branch 'develop' into inline-mode
...
# Conflicts:
# compiler/api/compiler.py
# compiler/error/source/400_BAD_REQUEST.tsv
# pyrogram/__init__.py
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/ext/utils.py
# pyrogram/client/methods/bots/__init__.py
# pyrogram/client/types/__init__.py
2019-03-21 17:40:49 +01:00
Dan
36635625f3
Update develop version
2019-03-13 14:55:02 +01:00
Dan
ffa0da5800
Merge branch 'develop' into layer-95
...
# Conflicts:
# pyrogram/__init__.py
2019-03-01 18:38:27 +01:00
Dan
c05e008656
Monkey patch "typing" only for Python 3.5.0, 3.5.1 and 3.5.2
2019-02-07 16:27:17 +01:00
Dan
048858f545
Merge remote-tracking branch 'origin/develop' into develop
2019-02-07 13:23:03 +01:00
Dan
c1ca2d08ad
Vendor an updated (and working) typing module to fix <3.5.3 errors
...
Monkey patch from https://github.com/python/typing
2019-02-07 13:20:44 +01:00
Dan
0216df7fc3
Update develop version
2019-02-06 19:44:23 +01:00
Dan
5de2b67df5
Update Pyrogram to v0.11.0
2019-02-04 16:40:24 +01:00
Dan
c213118a74
Update develop version
2019-02-04 13:00:09 +01:00
Dan
a6dbed6dfb
Add a way to continue the update propagation within a group
...
Add continue_propagation() method and ContinuePropagation exception
Closes #212
2019-02-04 12:33:54 +01:00
Dan
1472b8236d
Add ChatPermissions type
2019-01-24 17:03:51 +01:00
Dan
36681c8c5b
Update dev version
2019-01-07 22:59:22 +01:00
Dan
dc737ab7bb
Add GameHighScore and GameHighScores types
2019-01-07 22:30:33 +01:00
Dan
7d061a1b5c
Add Game type
2019-01-05 23:11:39 +01:00
Dan
7cb1c99e28
Update copyright year
2019-01-05 18:29:48 +01:00
Dan
4493f78138
Update to v0.10.3
2019-01-03 08:59:39 +01:00
Dan
1960b00280
Add a way to stop iterating through handlers
...
Closes #125
2019-01-02 18:11:22 +01:00
Dan
4d7b1bafac
Update copyright year
2019-01-01 12:36:16 +01:00
Dan
4f04d4aee8
Update to v0.10.2
2018-12-31 17:21:18 +01:00
Dan
e5be7fcc90
Update to v0.10.1
2018-12-31 14:41:38 +01:00