From 88ea19b894e8c812b8f444fde866a440c1c621a7 Mon Sep 17 00:00:00 2001 From: Zi Xing Date: Thu, 27 Jan 2022 12:38:55 -0500 Subject: [PATCH] Updated IntellivoidBot to 1.0.0.5 --- IntellivoidBot/1.0.0.5.md | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 IntellivoidBot/1.0.0.5.md diff --git a/IntellivoidBot/1.0.0.5.md b/IntellivoidBot/1.0.0.5.md new file mode 100644 index 0000000..d9b6e75 --- /dev/null +++ b/IntellivoidBot/1.0.0.5.md @@ -0,0 +1,11 @@ +# IntellivoidBot v1.0.0.5 + +Published on Thursday, January 27, 2022 by [Netkas](mailto:netkas@intellivoid.net) + +Introduces minor improvements so that the bot will function correctly +during runtime. + + - Changed the way the main scaled function operates with BackgroundWorker + by letting BackgroundWorker handle non-blocking events instead of trying + to re-implement it. + - Updated DocStrings to help the compiler to catch warnings and errors. \ No newline at end of file diff --git a/README.md b/README.md index da13899..f3729c5 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ https://github.com/Intellivoid/Issues and open a issue there. ## Recent Changelogs (From latest) + - [IntellivoidBot 1.0.0.5](IntellivoidBot/1.0.0.5.md) Thursday, January 26, 2022 - [tdlib 1.0.1.4](tdlib/1.0.1.4.md) Wednesday, January 26, 2022 - [SpamProtectionBot 2.0.4.6](SpamProtectionBot/2.0.4.6.md) Wednesday, January 26, 2022 \ No newline at end of file