Skip to content

Commit

Permalink
Version 2.13.4
Browse files Browse the repository at this point in the history
Merge pull request #184
  • Loading branch information
3urobeat authored Jun 29, 2023
2 parents 862516b + 829c387 commit 7aa2f76
Show file tree
Hide file tree
Showing 25 changed files with 1,044 additions and 291 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<p></p>
</div>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div align="center">

[![YouTube](https://img.shields.io/badge/YouTube-Tutorial-red)](https://youtu.be/8J78rC9Z28U)
[![nodejs](https://img.shields.io/badge/node.js-v14-brightgreen)](https://nodejs.org/)
[![Star](https://img.shields.io/badge/-Give%20this%20repo%20a%20star!-yellow)](https://github.com/HerrEurobeat/steam-comment-service-bot)
[![Steam Group](https://img.shields.io/badge/Steam%20Group-Join!-blue)](https://steamcommunity.com/groups/3urobeatGroup)
[![Donate](https://img.shields.io/badge/donate-%241-orange)](https://paypal.me/3urobeat)
<p align="center">Click on a badge to learn more.</p>

</div>

<p align="center">
<a href="#introduction">Introduction</a> •
<a href="#download-">Download</a> •
Expand Down
31 changes: 31 additions & 0 deletions docs/wiki/changelogs/CHANGELOG_v2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [2.13.1](#2.13.1)
- [2.13.2](#2.13.2)
- [2.13.3](#2.13.3)
- [2.13.4](#2.13.4)

&nbsp;

Expand Down Expand Up @@ -334,4 +335,34 @@ Commit: [0ffe0fa](https://github.com/HerrEurobeat/steam-comment-service-bot/comm
- Removed vanity resolving fix library patch as [my PR to the SteamCommunity library got merged](https://github.com/DoctorMcKay/node-steamcommunity/pull/314)
- Updated dependencies

Commit: [24984d6](https://github.com/HerrEurobeat/steam-comment-service-bot/commit/24984d6)

&nbsp;

<a id="2.13.4"></a>

## **2023-06-29, Version 2.13.4**
**Additions:**
- Added REST API plugin written by [@DerDeathraven](https://github.com/DerDeathraven) to default packages list. Plugin is disabled by default.
- Added function to PluginSystem to delete files from their plugin data folder
- Added proper handling of requesting >50 missing game licenses from Steam

**Fixes:**
- Fixed account loosing connection (changing status) during active request throwing error because the account could not be found anymore
- Fixed non-owners not being permitted to use !abort and !failed commands for group & sharedfiles requests that they started
- Fixed !failed command throwing error when providing non-profile ID
- Fixed destructuring response of getUserCooldown() helper in comment command throwing error when database request fails
- Fixed reloadPlugins() throwing error for plugins missing unload() function
- Fixed error on plugin import causing subsequent error on load
- Fixed login() "changed status" log message showing EStatus enum number instead of human readable string
- Fixed !abort and !failed messages not mentioning sharedfiles

**Changes:**
- Request commands (comment, vote, favorite) will now log request start messages before the first iteration to avoid unintuitive log behaviour if the first iteration fails
- The PluginSystem will now only display warnings (e.g. missing unload() function) for enabled plugins
- "Last account logged in, waiting for user object to populate" message will now show the index of the affected bot account
- Minor README.md improvements
- Updated dependencies
- Minor other changes

Commit: [](https://github.com/HerrEurobeat/steam-comment-service-bot/commit/)
1 change: 1 addition & 0 deletions docs/wiki/creating_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Populate description, author and version as well. The plugin will be packed into
Open the entry file `plugin.js` and edit the PluginSystem import file path at the top.
It should point to your `steam-comment-service-bot` installation. This makes sure your code editor's IntelliSense will work.
If your plugin folder is right beside the bot folder, the default path should already be correct.
**Important:** This path will cause errors when the plugin is being loaded. Uncomment the import before packing & publishing your plugin.

&nbsp;

Expand Down
Loading

0 comments on commit 7aa2f76

Please sign in to comment.