From d8ff3e2c937be1ecc6a01dbbe88118e1024dc4c4 Mon Sep 17 00:00:00 2001 From: 3urobeat <35304405+3urobeat@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:45:30 +0100 Subject: [PATCH] docs(wiki): Add changelog for v2.15.1 --- docs/wiki/changelogs/CHANGELOG_v2.15.md | 17 +++++++++++++++++ src/data/fileStructure.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/wiki/changelogs/CHANGELOG_v2.15.md b/docs/wiki/changelogs/CHANGELOG_v2.15.md index 260dde91..52a11c8d 100644 --- a/docs/wiki/changelogs/CHANGELOG_v2.15.md +++ b/docs/wiki/changelogs/CHANGELOG_v2.15.md @@ -5,6 +5,7 @@ **Current** - [2.15.0](#2.15.0) +- [2.15.1](#2.15.1)   @@ -141,3 +142,19 @@ If you've made a plugin, check the 'Creating Plugins' wiki page and add the `bot Commit: [be41d68](https://github.com/3urobeat/steam-comment-service-bot/commit/be41d68) + +  + + + +## **2024-03-08, Version 2.15.1** +**Fixes:** +- Fixed login process being softlocked after an account attempted to switch from their faulty proxy +- Fixed failed vote & fav requests throwing an error when trying to log the error + +**Changes:** +- Reduced amount of log messages logged during login, disconnect and relog +- Reduced amount of log messages logged during the general startup +- Reduced chances of startup ascii art showing an easter egg ascii art +- Updated dependencies +- Minor other changes diff --git a/src/data/fileStructure.json b/src/data/fileStructure.json index 7518837f..1fae5f69 100644 --- a/src/data/fileStructure.json +++ b/src/data/fileStructure.json @@ -188,7 +188,7 @@ { "path": "docs/wiki/changelogs/CHANGELOG_v2.15.md", "url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/docs/wiki/changelogs/CHANGELOG_v2.15.md", - "checksum": "a170da4e256293380d8cec7baaf81882" + "checksum": "327435ddb0311eba66267b77129222b9" }, { "path": "docs/wiki/changelogs/CHANGELOG_v2.2.md",