Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-03-06 | 2.1 kB | |
v3.6.0.tar.gz | 2021-03-06 | 338.2 kB | |
v3.6.0.zip | 2021-03-06 | 416.6 kB | |
Totals: 3 Items | 756.9 kB | 0 |
https://github.com/TF2Autobot/tf2autobot/pull/411
Added
- Mainly if you're using generic Unusual buy order feature:
- ✨option to not automatically add bought Unusual item to the pricelist (#412, Wiki) - @joekiller
- new options added:
pricelist.autoAddInvalidUnusual.enable
(default isfalse
)sendAlert.receivedUnusualNotInPricelist
(default iftrue
)
- new options added:
- ✨option to not automatically add bought Unusual item to the pricelist (#412, Wiki) - @joekiller
- ✨HTTP API health check (and others in the future - [#413], Wiki) - @rennokki
- new env variables:
ENABLE_HTTP_API
(default isfalse
)HTTP_API_PORT
(default is3001
)
- ✨option to show proper item name in trade/offer summary (with "The", no short - [#415], Wiki) - @idinium96
- new options added:
tradeSummary.showProperName
(default isfalse
)
- new options added:
Updates
- Partial price update feature (updated [#337]):
- ⛔ do not partial price Mann Co. Supply Crate Key (#407) - @idinium96
- ✅ add an option to exclude items for partial price update (#408, Wiki) - @idinium96
- new options.json property:
pricelist.partialPriceUpdate.excludeSKU
(default is[]
)
- new options.json property:
- 💅 include name in partial price update summary (#409) - @idinium96
- ⛔ do not perform usual update if grouped (#410) - @idinium96
- 🔨 refactor Bot.ts (#399 - some patch in v3.6.1 - [#422]) - @arik123
- 🔎🔑 keyPrices verification (2) and 🔨 small refactor on Pricelist.ts (#416) - @idinium96
- 🔕 ignore some error on fail action or to accept mobile confirmation (#419) - @idinium96
- 🔨 refactor: use Map and Set (#420) - @idinium96
- 🎨 show amount offering/offered/taking/taken in overstocked/understocked review/trade summary (#421) - @idinium96