([`0772d59`](https://github.com/tm-a-t/TGPy/commit/0772d598dc5a1584f474acfa41e5db8fad2f7974))
Code Style
- Reformat [skip ci]
([`373ee12`](https://github.com/tm-a-t/TGPy/commit/373ee12cfc7e1faa889dba4999d6f14aad10084d))
- Reformat [skip ci]
([`1204457`](https://github.com/tm-a-t/TGPy/commit/120445711a0aa64bf00480e270e4de258c2a0439))
Continuous Integration
- Build docker image
([`9380141`](https://github.com/tm-a-t/TGPy/commit/938014176febd77488170b32026081fa95c5cdd2))
- Trigger main workflow on pyproject.toml and poetry.lock changes
([`30c08ce`](https://github.com/tm-a-t/TGPy/commit/30c08ce97659a5f896083777fd20e5f63e79c8df))
Documentation
- Change readme assets. new video
([`d0b3565`](https://github.com/tm-a-t/TGPy/commit/d0b35657f4f98542eb6408fb2c21420e19034f5c))
- Fix some typos here and there in the guides ([26](https://github.com/tm-a-t/TGPy/pull/26),
[`9d6c8a8`](https://github.com/tm-a-t/TGPy/commit/9d6c8a83c054eb4e54866f120355c44de88458b2))
- Guide changes
([`b000c12`](https://github.com/tm-a-t/TGPy/commit/b000c12cbbbdaad5f2c02452dd6e2f9b9710e840))
- Guide changes
([`237a1cd`](https://github.com/tm-a-t/TGPy/commit/237a1cdd69cd5770d995f26305ae0d51d4db5dbd))
- Guide changes
([`43a0779`](https://github.com/tm-a-t/TGPy/commit/43a0779c45c0f01fa2c70ff8797332aa0b11a100))
- Guide changes
([`f432d30`](https://github.com/tm-a-t/TGPy/commit/f432d30a2a860f2a1969d9d7f9de55d34cdec140))
- Guide changes. many changes.
([`74ae524`](https://github.com/tm-a-t/TGPy/commit/74ae524b7fa5f554e02ace092fd9951663c78a95))
- Guide changes:
([`767473b`](https://github.com/tm-a-t/TGPy/commit/767473bdfdfebecc4e2998f0cc9b7bf7bdebecf9))
- Guide changes:
([`024bce3`](https://github.com/tm-a-t/TGPy/commit/024bce351a4784dc32cef66a7d6c4dcd146d2ffb))
- Guide changes:
([`9e7f832`](https://github.com/tm-a-t/TGPy/commit/9e7f832c5be8a0126efc1ae47afbbe6fc8ea9042))
- Guide color palette & guide changes
([`6320934`](https://github.com/tm-a-t/TGPy/commit/63209349449efe8ece23c4dcccce7585e24b1bd7))
- Guide text changes
([`903963a`](https://github.com/tm-a-t/TGPy/commit/903963a170ff5965c9044643c14b1ce41879cd15))
- Guide theme changes
([`33dcbb0`](https://github.com/tm-a-t/TGPy/commit/33dcbb0ae247e17b09d9deb817d3b7ba733d8fb9))
- New video on docs page
([`9abf1eb`](https://github.com/tm-a-t/TGPy/commit/9abf1eb9293313e22d68b57c3c1948365a9a7ed9))
- Readme video
([`59a2f12`](https://github.com/tm-a-t/TGPy/commit/59a2f121339f146dcb9b509450bdff8f1af36866))
- Readme video fix
([`383fe5b`](https://github.com/tm-a-t/TGPy/commit/383fe5bcfa8f9b1274b113ab426e1f08138dfdfd))
- Restructure guide
([`8cee429`](https://github.com/tm-a-t/TGPy/commit/8cee42932b69dc8b55098ae747e7c2d99306fa19))
- Update readme
([`a23c076`](https://github.com/tm-a-t/TGPy/commit/a23c0765d1f83f0cb41d8297d8218d8078d0a7d4))
- add badges - update project description
- Update readme
([`5569ccb`](https://github.com/tm-a-t/TGPy/commit/5569ccbb5fa601ff9b0c8cb4011dce5ea93eab9f))
Features
- Allow to specify data directory via environment variable TGPY_DATA
([`4d769da`](https://github.com/tm-a-t/TGPy/commit/4d769daea76bc1abe86914487f9a80d3ea0eb2fb))
- Better version detection, ping() builtin improvements
([`265b83f`](https://github.com/tm-a-t/TGPy/commit/265b83f0c604b96ae740e06a32441b7e001bac1a))
- Distinguish between dev and release version by using IS_DEV_BUILD constant in tgpy/version.py.
It's set to False only during release build process. - Allow version detection in docker container
by using COMMIT_HASH constant in tgpy/version.py, which is set during docker build -
utils.get_version() tries to get version from (in order): __version__ variable, commit hash from
`git rev-parse`, commit hash from COMMIT_HASH constant - update() builtin now shows friendly
message when: running in docker, git is not installed, installation method is unknown (not pypi
package, not docker image, not git)
- Transform x.await into await x
([`6117421`](https://github.com/tm-a-t/TGPy/commit/6117421cc7b72c56dace006d2fc569edfe14b734))
- Use the latest telethon from v1.24 branch, update all dependencies
([`91894fc`](https://github.com/tm-a-t/TGPy/commit/91894fc6894e5e111baa469c3de372b46e62b049))