diff --git a/readthedocs/extra/changelog.rst b/readthedocs/extra/changelog.rst index 75fdaf72..5888fcbd 100644 --- a/readthedocs/extra/changelog.rst +++ b/readthedocs/extra/changelog.rst @@ -14,6 +14,40 @@ it can take advantage of new goodies! .. contents:: List of All Versions +Layer Update (v1.5.5) +===================== + +*Published at 2019/01/14* + ++-----------------------+ +| Scheme layer used: 93 | ++-----------------------+ + +There isn't an entry for v1.5.4 because it contained only one hot-fix +regarding loggers. This update is slightly bigger so it deserves mention. + +Additions +~~~~~~~~~ + +* New ``supports_streaming`` parameter in `client.send_file + `. + +Bug fixes +~~~~~~~~~ + +* Dealing with mimetypes should cause less issues in systems like Windows. +* Potentially fix alternative session storages that had issues with dates. + +Enhancements +~~~~~~~~~~~~ + +* Saner timeout defaults for conversations. +* ``Path``-like files are now supported for thumbnails. +* Added new hot-keys to the online documentation at + https://lonamiwebs.github.io/Telethon/ such as ``/`` to search. + Press ``?`` to view them all. + + Bug Fixes (v1.5.3) ================== @@ -21,13 +55,6 @@ Bug Fixes (v1.5.3) Several bug fixes and some quality of life enhancements. -Additions -~~~~~~~~~ - -* You can now "hide_via" when clicking on results from `client.inline_query - ` to @bing and @gif. -* You can now further configure the logger Telethon uses to suit your needs. - Breaking Changes ~~~~~~~~~~~~~~~~ @@ -36,6 +63,13 @@ Breaking Changes toggle them you need to explicitly set them. This is generally the desired behaviour, but may cause some bots to have buttons when they shouldn't. +Additions +~~~~~~~~~ + +* You can now "hide_via" when clicking on results from `client.inline_query + ` to @bing and @gif. +* You can now further configure the logger Telethon uses to suit your needs. + Bug fixes ~~~~~~~~~ diff --git a/telethon/version.py b/telethon/version.py index 5aa3b325..f02f6096 100644 --- a/telethon/version.py +++ b/telethon/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '1.5.4' +__version__ = '1.5.5'