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