Releases: TF2Autobot/tf2autobot
Releases · TF2Autobot/tf2autobot
v5.13.0
Updates
- 🔄️ Some refactoring on the codes
- 🔕 Stop sending pre-accepted messages to non-friends (061931e)
Fixes
- 🔨 Fixed duplicate message in the
!help
command (#1752) - @Nevskjij - 🔨 Fixed bot not deleting the "refresh token" on Access Denied error (#1776) - @Nicklason
- 🔨 Fixed the
!sku
command (and other stuff) due to an empty effect name (TF2Autobot/node-tf2-schema@30e7ba4)
v5.12.2
v5.12.1
v5.12.0
Changes
- 🔨 Added
STEAM_API_KEY
into thetemplate.env
andtemplate.ecosystem.json
files. (#1746) - @Hhanuska and @idinium96
Fixes
- 🔨 Handle fake redirects from steam.supply proxy service which can cause request spam. (cc76af7)
v5.11.2
v5.11.1
Small changes
- 🎯 Simplify
!craftToken
command (#1723) - 🔨 Automatically delete the refreshToken file on AccessDenied during login (#1724)
Fixes
- 🔨 Fixed logic for finding generic unusual items in the cart (#1712, follow up on 4101d0f) - @purplebarber
Updates
- 🔄️ Bumped Steam-related libraries (#1708) - Credit @juniorISO69960
- 🔄️ Bumped dependencies (#1727)
- 🔄️ Bumped dev-dependencies (#1729)
v5.11.0
Changes
- 🔄️ Redo log in Steam methods (#1705, #1709) - Credit @Nicklason
- 🔨 Item added with assetid (
id
) will be forced to set the intent assell
(#1706)
For those that were affected by the recent Community Banned wave, please make sure to go to https://steamcommunity.com/dev/apikey (Log in as your bot account on a browser), put localhost
as the website, click on "I agree to the Steam Web API Terms of Use" and click on Register.
Once the API Key is generated, you don't need to copy it. Just close the browser and try to run the bot.
Please note that this update does not prevent the bot from ever getting the ban again. You can run it at your own risk. I recommend that you add some funds to your bot with a Steam Wallet Code and save the code and receipt as Proof of Ownership in case Steam Support ask for it. Read more about it on my post on our Discord server.
v5.10.0
v5.9.1
Patch
- 🔨 Removed an unintentional condition that was added by accident (due to copy-pasting from another source), which prevents the bot from getting the pricelist from autobot.tf. (5d11ec8)
- 🔨 Fixed bot unable to recover if internet connection was lost. (918d554, steam-user)
Updates
- 🔄️ Bumped dependencies
v5.9.0
Patches/Fixes
- 🔨 Fixed the "Not Logged In" error when accepting trade offers due to outdated
@tf2autobot/steamcommunity
package. - 🔨 Fixed sell commands not working for generic Unusuals (#1683) - @purplebarber
- 🔨 Updated getPricelist code for prices.tf (#1686)
New stuff
- ✨ Added an option to limit pricelist rewrite (#1681)