| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-03-03 | 3.0 kB | |
| v3.5.0.tar.gz | 2021-03-03 | 331.5 kB | |
| v3.5.0.zip | 2021-03-03 | 409.4 kB | |
| Totals: 3 Items | 743.9 kB | 0 | |
Manual update without using
!updaterepois recommended, but it's totally up to you. I recommend deleting thenode_modulesanddistfolders, then rungit reset HEAD --hard && git pull && npm install && npm run buildand then restart your bot.
https://github.com/TF2Autobot/tf2autobot/pull/373
Added
- Options.json related:
- ✨option to disable sending the pre-accepted message - @idinium96
- new option added:
offerReceived.sendPreAcceptMessage.enable(default istrue)
- new option added:
- ✨option to only show price update that is in stock (#385) - @idinium96
- new option added:
discordWebhook.priceUpdate.showOnlyInStock(default isfalse) - ✨an option to partially update item prices if in stock and the difference between the new selling price and current buying price is negative (#284 - read: https://github.com/TF2Autobot/tf2autobot/pull/337) - @idinium96
- ✨ option to select highValue spells (#390) - @idinium96
- new option added:
highValue.spells(default is[]- all spells)
- new option added:
- ✨option to disable sending the pre-accepted message - @idinium96
- Others:
- ✨Docker build for node images (refer: Wiki) - @rennokki
- ✨support buy order for skins/war paints (Festivized skins not supported - see #377, #394) - @idinium96
- ✨option to disable socket entirely (read: https://github.com/TF2Autobot/tf2autobot/pull/383) - @idinium96
Changed/updated
- 🔄 replaced bracket with a dash to not combine with generated URL on retrying to accept offer message sent to admins via Steam Chat - @idinium96
- 🤝 custom-pricer friendly (#363) - @idinium96
- 📝 log bot uptime on auto-restart - @idinium96
- 🔑 ensure selling price for Mann Co. Supply Crate Key never be zero - @idinium96
- 🔄 updated dependencies - @idinium96
- 🔄 improve
!depositcommand (#325, [#326]: [#381]) - @idinium96 - 🔄 more flexibility when adding items with parameters (#384) - @idinium96
- 🔄 refactor
!findcommand (see what changed: https://github.com/TF2Autobot/tf2autobot/pull/387) - @idinium96 - ✅ do not hold items in an offer for review (#388) - @idinium96
- ⏮ revert only pick 1 craft weapon when constructing an offer - @idinium96
Fixed
- 🔨 wrong position for pure stock and total items in the Offer review send as Discord Webhook.
!autoaddcommand:- 🐛 fix the glitch where the pure got deleted from items dictionary - @idinium96
- ⌚ add a delay before sending
autoaddsummary - @idinium96
- 🔨 fix generic unusual buy order (ensure the generic match is used against 'their' inventory) (#340: [#379]) - @joekiller
- 🔨 fix sending duplicated trade summary (#381) - @idinium96
- 🔨 fix failed to disable Autokeys error (#389) - @idinium96
- 🐛 fix bot crashed (rare) on startup (#395) - @idinium96
- ⛔ do not execute sending price update to Discord Webhook if globalKeyPrices still undefined