Tags: coddrago/Heroku
Tags
1.2.7 - Add automatic proxy pass - Fix --no-web argument parsing - Fix localization error in updater - Print out only INFO statements to stdout - Add rotating file handler (logfile with max 10MB size) - Show web endpoint on startup if available - Fix gallery `inline_message_id` error - Add support for `custom_buttons` in `inline.list` - Add support for `custom_buttons` in `inline.gallery` - Smart fast_uploader (Do not use hard download on files smaller than 1 MB) - Attempt to parse `unit_id` from passed `InlineCall` object in `inline._delete_unit_message` - Reformatting - Change typehints - Show list-like values in formatted way in config - Properly escape html in config - Split config to pages and categories (core \ non-core) - Properly edit dictionary config (iter) - Properly remove items from series options through built-in configurator - Remove warning from web by replacing coroutine generation with `functools.partial`
1.1.28 - Fix non-working param `share_link` in loader - Assure logging bot is a member of logchat - Do not store partial phone number in session, only ID - Rework fast uploader so more types can be passed. For more information check code docstrings and typehints - Rework installer so it properly displays which action is currently happening - Fix `Series` not accepting one item - Show upcoming commit in update and warn if update is not required - Add reset to default button to config - Merge `hikka_logger.py` with `test.py` - Localization - Allow opening options of specific mod via arguments in `.config` - Add `add` and `remove` buttons to `Series` params - Do not unload form immediately, if `ttl` param was passed explicitly
1.1.26 - Hopefully finally fix aliases being reset after restart - Remove redundant internal hook `_client_ready2` - Show user evaluated version of config value instead of pre-comp one - Add validator for each item to `Series`, remove `separator` - Add new validator: `TelegramID`
1.1.20 - Add legacy fs modules migration - Add `ready` asyncio Event to help track userbot loading process from outside - Replace logging in loader with module-dependent one - Fix some bugs and bug-rist issues - Refactor code - Send big logs as file, rather than an infinite series of messages - HTML-escape `# meta developer:` - Make `self.animate` available for core modules and modules, loaded from file