hikariatama
46fe403fae
Replace huge mess of memory dicts with a single `_units` one, fix `TelegramID` validator
2022-05-26 16:59:39 +00:00
hikariatama
34bbb44a3a
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`
2022-05-20 19:02:27 +00:00
hikariatama
9a070479de
Minor fixes
2022-05-07 21:59:30 +00:00
hikariatama
ed686343bb
1.1.16
...
- Fix config docstrings and html escaping
- Fix typehints
- Fix some security staff
- Add additional bot username check
- Add additional foolchecks
- Migrate to walrus operator where necessary
- Remove redundant code block
- Add default aiogram parse mode
- Rename some core stuff which was not supposed to be used by external developers
2022-05-07 16:40:29 +00:00
Hikari
d74aaa99fd
Remove weird "-> None" typehints, idk why I left them for so longs
2022-04-23 12:12:52 +00:00
hikari.ftg
179f12d9ca
1.0.21: A lot of stuff: web fixes, bug fixes, automatic seamless userbot restart when adding new account in web, replace emojies, add inline list feature, fix `types` name conflict and I don't remember other fixes, read code
2022-04-05 16:46:03 +00:00
hikari.ftg
60fe788d2e
1.0.20: Allow passing `reply_markup` field to inline result. Allow passing only dict or only one embeded list with dicts, if you don't need a lot of lines of buttons
2022-04-03 16:17:54 +00:00
hikari.ftg
759ff3ef16
1.0.19: Allow developers to return InlineQuery result via `dict` \ list of `dict`s. Move query gallery to a separate module
2022-04-03 15:46:32 +00:00
hikari.ftg
15bc667860
Minor bug fixes
2022-04-03 10:45:08 +00:00
hikari.ftg
a0e9586506
1.0.17: Add ability to set up inline commands' security map (only `owner`, `sudo`, `support` and `everyone`, because other permissions are inaccessible when processing inline query). Add database serializeability check to avoid JSON-serialization problems if unserializable object is being stored in db. Minor bugfixes
2022-04-01 20:51:35 +00:00
hikari.ftg
0d5ea045fd
Actual 1.0.12 with changes
2022-03-31 11:33:21 +00:00
hikari.ftg
3d4be0b77b
1.0.12: Optimize forms, galleries and custom_map storage by ommiting keys with default values and dynamically generate them. Add feature to inherit command-caller permissions on form and gallery (crutchy). Minor improvements and bug fixes
2022-03-31 11:13:31 +00:00
hikari.ftg
0a2327c37e
1.0.11: Add `inline.query_gallery` to add ability to call inline gallery via inline query. Add `e404` attribute to `InlineQuery`, which will show, that no results were found
2022-03-29 11:14:20 +00:00
hikari.ftg
3e2bd4494a
Deepsource fixes
2022-03-28 11:06:47 +00:00
hikari.ftg
c8059cd604
1.0.9: Full inline structure rework. Split this madness into separate modules (`InlineUnit`s), which extend the main unit - `InlineManager`. Compatibility layer is not main priority. Some modules will break after updating to 1.0.9
2022-03-28 09:10:31 +00:00