Commit graph

1525 commits

Author SHA1 Message Date
Alex Root Junior
7ad756658d
Merge pull request #265 from aiogram/dev-2.x-api-4.6
Bot API 4.6
2020-01-23 22:47:30 +02:00
Alex Root Junior
d1ff0046a5 Export KeyboardButtonPollType 2020-01-23 22:44:24 +02:00
Alex Root Junior
ca9a4440d1 - Update docstring of KeyboardButton
- Fix PollAnswer model and export it from `aiogram.types`
- Fix dispatcher poll_answer handlers registration
- Add actions to LoggingMiddleware
2020-01-23 22:37:54 +02:00
gabbhack
a8debbba04 poll_type to type 2020-01-23 20:51:25 +05:00
gabbhack
caf9f9e411 typofix 2020-01-23 20:49:43 +05:00
gabbhack
ee803303aa Bot API 4.6 2020-01-23 20:23:08 +05:00
Alex Root Junior
7afe783914
Merge pull request #260 from gabbhack/fix-content-type-filter
Fix ContentTypeFilter
2020-01-16 15:06:58 +02:00
gabbhack
a026100353 Fix ContentTypeFilter
Now the ContentTypeFilter  works correctly with single elements.
2020-01-16 17:14:57 +05:00
Alex Root Junior
78d75bccef
Merge pull request #258 from Birdi7/patch-3
Update i18n_example.py
2020-01-08 17:37:59 +02:00
Alex Root Junior
284268bd01
Merge pull request #253 from cybernet/patch-1
aiogram dev
2020-01-08 17:37:40 +02:00
cybernet
13b4f345a6
Update README.md
as sugested by @JrooTJunior

Co-Authored-By: Alex Root Junior <jroot.junior@gmail.com>
2020-01-08 15:14:31 +01:00
Egor
29aa4daf2c
Update i18n_example.py 2020-01-08 00:09:56 +05:00
Alex Root Junior
d41be211d4 Bump version 2020-01-05 20:28:48 +02:00
Alex Root Junior
e91d5466a7 Merge branch 'dev-2.x' 2020-01-05 20:28:15 +02:00
Alex Root Junior
ef8dff092e Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2020-01-05 20:22:26 +02:00
Alex Root Junior
a8ec717d32 Fix tests 2020-01-05 20:22:16 +02:00
Alex Root Junior
9f6b87901d
Merge pull request #255 from TC-b64/dev-2.x
Data validity condition changed
2020-01-05 19:53:17 +02:00
Alex Root Junior
9a6caba41e
Merge pull request #257 from klaipher/patch-3
Fix CommandStart filter
2020-01-04 18:28:26 +02:00
klaipher
7917a196ed Fix CommandStart filter 2020-01-04 18:08:41 +02:00
Alex Root Junior
facae42bad
Merge pull request #256 from Birdi7/patch-2
fix: renamed_argument decorator error
2020-01-04 17:36:33 +02:00
Egor
b436cf8e27
fix: renamed_argument decorator error
Also, I removed hidden mutation of input in _handling function
2020-01-04 20:17:22 +05:00
TC-b64
59a223ce81 Data validity condition changed 2020-01-04 17:09:01 +11:00
Alex Root Junior
dee654ae9f Update markdown quote pattern 2020-01-03 21:42:34 +02:00
cybernet
538ba2bab1
aiogram dev 2020-01-01 20:20:09 +00:00
Alex Root Junior
9d70b095b3 Bump version 2020-01-01 21:41:11 +02:00
Alex Root Junior
84ee63bcdc Merge branch 'dev-2.x' 2020-01-01 21:40:49 +02:00
Alex Root Junior
3783e7052a Get back quote_html and escape_md functions 2020-01-01 21:40:31 +02:00
Alex Root Junior
e1cf030a30 Bump version 2020-01-01 20:36:08 +02:00
Alex Root Junior
5a559584ff Fix deeplink filter 2020-01-01 20:34:56 +02:00
Alex Root Junior
c954509a2a Merge branch 'dev-2.x'
# Conflicts:
#	aiogram/__init__.py
2020-01-01 17:15:39 +02:00
Alex Root Junior
a2f4f193c5 Update setup.py 2020-01-01 17:14:54 +02:00
Alex Root Junior
2323771cb9 Bump versions and URL's 2020-01-01 16:55:33 +02:00
Alex Root Junior
84de4e95f6 #237 Prevent syntax warning 2020-01-01 16:47:21 +02:00
Alex Root Junior
23325e09e3 #236 remove bad link 2020-01-01 16:44:49 +02:00
Alex Root Junior
856c938871 Bump dev requirements (aiohttp-socks>=0.3.3) 2020-01-01 16:42:58 +02:00
Alex Root Junior
c19e2a0d42
Merge pull request #248 from a6a3uh/fix_socks_login
Latest version of aiohttp_socks changed interface
2020-01-01 16:41:25 +02:00
Alex Root Junior
9115a44be6 Backport of text decoration utils from 3.0 2020-01-01 16:39:31 +02:00
Alex Root Junior
ce026dfa71 Add exception MethodIsNotAvailable 2020-01-01 16:05:59 +02:00
Alex Root Junior
18d1115b50 Replace .reply(reply=False) to .answer() in examples 2020-01-01 16:05:45 +02:00
Alex Root Junior
4933261d65 Fix deprecation warning in user module 2020-01-01 16:05:09 +02:00
Alex Root Junior
3355c64b64
Merge pull request #251 from gabbhack/shortcut
Shortcut
2020-01-01 01:12:10 +02:00
Alex Root Junior
778913d51f
Merge branch 'dev-2.x' into shortcut 2020-01-01 01:07:23 +02:00
Gabben
4df615446d Try to resolve conflict 2020-01-01 00:56:55 +05:00
Gabben
655554862d New Sticker shortcuts
- New delete_from_set shortcut
- Fix docs
2020-01-01 00:53:41 +05:00
Gabben
4cd59971db Type hints 2020-01-01 00:46:27 +05:00
Gabben
b01095e61c Add new shortcut 2020-01-01 00:45:43 +05:00
Gabben
2ff504ad41 Add new shortcuts 2020-01-01 00:42:49 +05:00
Gabben
04ca6d353d Replace get_user_profile_photos with get_profile_photos 2020-01-01 00:40:31 +05:00
Alex Root Junior
b66ad8762d
Merge pull request #250 from gabbhack/4.5
Bot API 4.5 (without MarkdownV2)
2019-12-31 21:14:47 +02:00
Gabben
efc45ed96c Update chat.py 2020-01-01 00:12:26 +05:00