Heroku/hikka/modules
hikariatama 06917f188f 1.3.1
- Add caching to `utils.asset_channel`
- Add `channel` param to `utils.asset_channel` to actually create a channel, not supergroup
- Add watcher tags: `startswith`, `endswith`, `contains`, `regex`, `func`, `from_id`, `chat_id`
- Add buttons to `Choice` validator in `.config`
- Add new types: `PointerInt`, `PointerList`, `PointerTuple`, `PointerDict`, `PointerStr`, `PointerBool`
- Add `db.pointer`
- Add support for multiaccounting on Heroku
- Add ability to edit only reply markup or only media of message, w/o touching the actual text
- Add support for `@loader.command`-like commands in inline caller finder
- Add `utils.find_caller`
- Add possible cause of error in logs (module and method)
- Add `client.get_perms_cached` to cache native `client.get_permissions`
- Change errors format in web to more human-readable
- Change visible line of traceback in logs to be the last one
- Fix bug with custom_bot option on installation page
- Fix `RecursionError` in entity cacher
- Fix command execution with space between prefix and command
- Fix `utils.answer` for forwarded messages
- Remove `heroku3` from classic requirements, along with heroku installation code snippet
- Remove `termux_requirements.txt`
2022-08-08 20:32:54 +00:00
..
api_protection.py Part of v1.2.11 update 2022-07-16 09:59:19 +00:00
help.py `Black` refactored 2022-08-03 18:50:28 +00:00
heroku_waker.py Part of v1.2.11 update 2022-07-16 09:59:19 +00:00
hikka_backup.py Part of v1.2.11 update 2022-07-16 21:56:43 +00:00
hikka_config.py 1.3.1 2022-08-08 20:32:54 +00:00
hikka_info.py 1.3.0 2022-08-03 14:41:19 +00:00
hikka_security.py 1.2.13 2022-08-02 22:29:33 +00:00
hikka_settings.py 1.2.12 2022-07-27 16:54:58 +00:00
inline_stuff.py 'Refactored by Sourcery' 2022-07-19 20:29:32 +00:00
loader.py 1.3.0 2022-08-03 16:20:25 +00:00
okteto_waker.py Part of v1.2.11 update 2022-07-16 09:59:19 +00:00
python.py 1.2.13 2022-08-02 22:29:33 +00:00
quickstart.py 1.3.0 2022-08-03 16:20:25 +00:00
settings.py 1.2.13 2022-08-02 23:17:47 +00:00
test.py 1.2.13 2022-08-03 12:05:17 +00:00
update_notifier.py 'Refactored by Sourcery' 2022-07-19 20:29:32 +00:00
updater.py Add `await` to folder adder in Updater 2022-07-19 20:37:26 +00:00