Releases: TF2Autobot/tf2autobot
Releases · TF2Autobot/tf2autobot
v4.11.0
Improvements
- 🔄 The automatic check for missing listings (or
!refreshlist
command):- ✨will now also check for an outdated listings prices (#1111)
Changes
- ⛔ Do not enqueue request pricecheck for painted items
- 🔎 Prioritize reputation check (#1113)
options.json
file: 69b011f
Fixes
- 🐛 Fixed possible crash on websocket
TIMEOUT
event - 🔄 Bumped @tf2autobot/tf2-schema:
- 🔄 Bumped @tf2autobot/bptf-listings:
Update the bot
Wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
v4.10.0
Release v4.9.5
Updated @tf2autobot/tradeoffer-manager to fix cancel
and decline
for trade offers
v4.9.4
v4.9.3
- 🔄 bump @tf2autobot/bptf-listings
- Only send batch operation limit request every 6 minutes instead of every time before sending batch create/update/delete requests.
- 🔨 fix undefined userAgent header (3)
- 🔄 downgrade
ws
module
v4.9.2
v4.9.1
- 🐛 Fixed empty User-Agent header.
Update the bot
- If you're from v4.9.0, simply just run
git pull && npm run build
and then restart the bot. - If you're from <v4.9.0, please follow the update instructions found in the wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
v4.9.0
Breaking Changes
- ⚠ Dropped support for Node.js version 14.x
Changes
- ✨ Backpack.tf bulk update implementation
- ✨ Write files atomically - @Nicklason
- 🔇 removed most of the debug logging
- ✨ optional separate Discord webhook link for ppu (#1087)
- 🔥 removed bot version from the client User-Agent header, customization (refer: #1088)
.env
orecosystem.json
changes: ea5b6ceoptions.json
changes: 655df13
Fixes
Update the bot
Wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot
v4.8.0
Changes
- 🔥 Removed the autobump feature
- ℹ This removal is due to the latest implementation by Backpack.tf which makes this feature useless. See: Backpack.tf Discord Announcement
Fixes
- 🔨 Fixed Bad Request when creating/updating a listing due to
details
exceeding 200 characters. See: Error screenshot- ⚠ The maximum characters allowed in the
details.buy
anddetails.sell
in the options.json file have been reduced to 180 characters. Please make sure to edit it before restarting/running the bot.
- ⚠ The maximum characters allowed in the
v4.7.0
Updates
- 🔄 Bump dependencies
- 🔄 Update backpack.tf API endpoints - @arik123
- ✨ support creating buy orders for painted items
- Note: You can only list one buy order for an item - read
- Please make sure your options settings are correct. You should have the
normalize.painted.their
andnormalize.painted.our
set tofalse
if you want your bot to bank painted items.
- ⏱ fix rate-limit issue
- ✨ support creating buy orders for painted items
Fixes
- 🐛 fix requests not being ended - @joekiller
Update the bot
Wiki: https://github.com/TF2Autobot/tf2autobot/wiki/Updating-the-bot