You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Send very large (over 4096\*10 symbols) output in a file rather than in an inline list
591
624
592
625
## 🌑 Hikka 1.1.13
@@ -597,15 +630,15 @@
597
630
- Add --force restart
598
631
- Add ability to customize .info (this is only your problem, if you break something)
599
632
- Properly censor known tokens in logs
600
-
- Replace regex check in utils.check\_url() with urllib parser
633
+
- Replace regex check in utils.check_url() with urllib parser
601
634
602
635
## 🌑 Hikka 1.1.12
603
636
604
-
- Consider avoiding redundant requests to TG API in order to get the client id and rather using self.\_tg\_id, which is now available for all modules
637
+
- Consider avoiding redundant requests to TG API in order to get the client id and rather using self.\_tg_id, which is now available for all modules
605
638
606
639
## 🌑 Hikka 1.1.11
607
640
608
-
- Add fast uploader (self.fast\_upload, self.fast\_download)
641
+
- Add fast uploader (self.fast_upload, self.fast_download)
609
642
- Fix translations
610
643
611
644
## 🌑 Hikka 1.1.10
@@ -614,16 +647,16 @@
614
647
615
648
## 🌑 Hikka 1.1.9
616
649
617
-
- Fix \_generate\_markup in order that it automatically sets up callback hooks to \_custom\_map if callback was passed in buttons
618
-
- Add switch\_inline\_query and switch\_inline\_query\_current\_chat parsers
650
+
- Fix \_generate_markup in order that it automatically sets up callback hooks to \_custom_map if callback was passed in buttons
651
+
- Add switch_inline_query and switch_inline_query_current_chat parsers
619
652
- Fix minor issues
620
653
621
654
## 🌑 Hikka 1.1.8
622
655
623
656
- Stuff, related to translation issues
624
-
- Add self.get\_prefix() to all modules, which returns current command prefix
657
+
- Add self.get_prefix() to all modules, which returns current command prefix
625
658
- Add possibility to silently self-unload mod, e.g if some condition is not matched. Usecase can be found in modules/okteto.py
626
-
- Add async def on\_dlmod(self, client: "TelegramClient", db: "database.Database") handling. This can be e.g. used to subscribe to module's author's channel
659
+
- Add async def on_dlmod(self, client: "TelegramClient", db: "database.Database") handling. This can be e.g. used to subscribe to module's author's channel
627
660
- Rework Okteto Pinger, so it removes messages, if userbot is installed on other platform and so it even works
628
661
- Add trusted developers to quickstart message
629
662
- Automatically switch language via quickstart message button
@@ -634,12 +667,12 @@
634
667
635
668
## 🌑 Hikka 1.1.6
636
669
637
-
- Allow and process callback field in result of inline query answer. You can also use this in your own functions. Simply pass prepare\_callbacks=True to \_generate\_markup
638
-
- Generate InlineCall object on \_custom\_map handlers
670
+
- Allow and process callback field in result of inline query answer. You can also use this in your own functions. Simply pass prepare_callbacks=True to \_generate_markup
671
+
- Generate InlineCall object on \_custom_map handlers
639
672
640
673
## 🌑 Hikka 1.1.5
641
674
642
-
- Minor update: Allow passing disable\_security and always\_allow to buttons directly
675
+
- Minor update: Allow passing disable_security and always_allow to buttons directly
643
676
644
677
## 🌑 Hikka 1.1.4
645
678
@@ -650,7 +683,7 @@
650
683
- Fix HikkaDL link parsing
651
684
- Suggest enabling value in bounding mask if it is not
652
685
- Mask tokens in logs
653
-
- Add utils.get\_git\_hash()
686
+
- Add utils.get_git_hash()
654
687
- Add debugging mode for developers
655
688
656
689
## 🌑 Hikka 1.1.3
@@ -672,7 +705,7 @@
672
705
- Make inline commands' docstrings translatable
673
706
- Introducing HikkaDynamicTranslate - the possibility for developers to translate their own modules to other language without usage of native translates
674
707
- Rework translates system, because «translate channels wut¿». Now translate pack can be loaded from disk or from web
675
-
- Add utils.check\_url
708
+
- Add utils.check_url
676
709
- Get rid of babel
677
710
- Add IP address and possible cities to web auth popup
678
711
- Add web auth popup ratelimit
@@ -690,28 +723,28 @@
690
723
691
724
## 🌑 Hikka 1.0.29
692
725
693
-
- Add option to control inline and callback handlers' security via loader decorators, including brand new @loader.inline\_everyone
726
+
- Add option to control inline and callback handlers' security via loader decorators, including brand new @loader.inline_everyone
694
727
- Refactor HikkaSecurity, especially the bounding mask control
695
728
696
729
## 🌑 Hikka 1.0.28
697
730
698
731
- Add silent param to inline.form, inline.gallery, inline.list
699
732
- Add photo param to inline.form
700
-
- Add URL validator to inline.\_generate\_markup
733
+
- Add URL validator to inline.\_generate_markup
701
734
- Ignore MessageIdInvalidError in .e
702
735
703
736
## 🌑 Hikka 1.0.27
704
737
705
-
Thankfully to @bsolute, now we have a cool smart\_split in utils. The messages are split without loosing formatting and emojies, preferably on line breakes / spaces.
738
+
Thankfully to @bsolute, now we have a cool smart_split in utils. The messages are split without loosing formatting and emojies, preferably on line breakes / spaces.
706
739
707
740
## 🌑 Hikka 1.0.26
708
741
709
-
- Add utils.smart\_split which splits message in chunks of chunk\_size, keeping parse\_mode and entities in a right way (relocates 'em)
742
+
- Add utils.smart_split which splits message in chunks of chunk_size, keeping parse_mode and entities in a right way (relocates 'em)
710
743
- If response of utils.answer is too big to be sent in one particular message, it will be split in chunks of 4096 and sent via inline.list
711
744
712
745
## 🌑 Hikka 1.0.25
713
746
714
-
- Add disable\_security to inline forms, lists and galleries
747
+
- Add disable_security to inline forms, lists and galleries
715
748
716
749
## 🌑 Hikka 1.0.24
717
750
@@ -735,17 +768,17 @@ A lot of stuff: web fixes, bug fixes, automatic seamless userbot restart when ad
735
768
736
769
## 🌑 Hikka 1.0.20
737
770
738
-
- Allow passing reply\_markup field to InlineQuery's result
771
+
- Allow passing reply_markup field to InlineQuery's result
739
772
- Refactor reply markup parser so it accepts more formats of inline markup
740
773
741
774
## 🌑 Hikka 1.0.19
742
775
743
776
- Allow developers to pass InlineQuery result via return operator in inline handlers. Read the docs for more info
744
-
- Move query\_gallery to a separate module
777
+
- Move query_gallery to a separate module
745
778
746
779
## 🌑 Hikka 1.0.18
747
780
748
-
- Add silent and archive params to utils.asset\_channel.
781
+
- Add silent and archive params to utils.asset_channel.
749
782
- Remake logging so it become native with `BotLogger`.
750
783
- Inject `BotLogger` analog directly
751
784
@@ -776,13 +809,13 @@ A lot of stuff: web fixes, bug fixes, automatic seamless userbot restart when ad
776
809
777
810
## 🌑 Hikka 1.0.12
778
811
779
-
- Optimize forms, galleries and custom\_map storage by ommiting keys with default values and dynamically generate them.
812
+
- Optimize forms, galleries and custom_map storage by ommiting keys with default values and dynamically generate them.
780
813
- Add feature to inherit command-caller permissions on form and gallery (crutchy).
781
814
- Minor improvements and bug fixes
782
815
783
816
## 🌑 Hikka 1.0.11
784
817
785
-
- Add inline.query\_gallery to add ability to call inline gallery via inline query.
818
+
- Add inline.query_gallery to add ability to call inline gallery via inline query.
786
819
- Add `e404` attribute to `InlineQuery`, which should be shown, that no results were found
787
820
788
821
## 🌑 Hikka 1.0.10
@@ -823,7 +856,7 @@ A lot of stuff: web fixes, bug fixes, automatic seamless userbot restart when ad
0 commit comments