Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-04-06 | 1.0 kB | |
v3.8.0.tar.gz | 2021-04-06 | 341.3 kB | |
v3.8.0.zip | 2021-04-06 | 421.3 kB | |
Totals: 3 Items | 763.6 kB | 0 |
https://github.com/TF2Autobot/tf2autobot/pull/548
Improvements/Major Changes
- 🩹 improvement on PPU - closes issue [#506] (read [#520])
- once updated to v3.8.0, your pricelist.json is no longer usable on the lower versions (recommended to backup your current pricelist.json file)
- only effective on newly bought items.
- new options:
sendAlert.partialPrice.onResetAfterThreshold
(default istrue
).sendAlert.partialPrice.onBulkUpdatePartialPriced
(default istrue
).
Added
- ✨ an option to show detailed time taken (#549)
- new options:
tradeSummary.showDetailedTimeTaken
(default istrue
).
- new options:
Changed
- 🔨 include the old group name in high-value disabled item notification (#544)
Fixes
- 🔨 fixed bot crash if enableSocket set to false (#543)
- 🐛 possible fix negative profit when accepting invalid items (#545, a344d0d)
- 🔨 fixed catch the wrong error while updating
oldPrices
(mostly if use custom pricer) (#547)