Releases: dogancana/futbot
Releases · dogancana/futbot
v1.9.2
Fixed low player investor fast loop
v1.9.1
Fixed showing market price on UI
Fixed auto buyer checking for only 1 target
v1.9.0
Changes:
-
Job scheduling rewritten by a job importance order logic. This will fix all the issues with efficiency and futbot will be able to make exactly 1 request per 2 seconds to fut in default configuration. There won't be any wasted time. This might result in faster 458 (Verification required errors).
Read '# Job importance order values' part of .env file for details
I'd love to have some feedback on this.
-
Automatic quick sell feature is added. You can read the details in README file.
-
Small logic for pricing based on Fut market. You can read the details in README file.
v1.8.1
Fixes a Error code 461 crash in auto buyer
v1.8.0
Auto buyer for one player has sell feature as well.
UI changes by extension is optimised a bit, web page should be faster now.
Endpoint for seeing auto buy targets added.
When you add a target for auto buying, it'll automatically start auto buy jobs.
v1.4.2
Pricing logic centralized and cached
Good auctions rewrote, still not working properly
v1.4.0
Trade jobs changed and documented properly.
Start selling trade pile job added.
An endpoint for feedback is added.
README updated to show all existing features
v1.3.2
This release fixes a critical bug for people who has/has more than 1 account in origin.
If you used more than 1 account or switched platforms before, you should set below value in .env file
Possible values: pc, ps, xbox
FUTBOT_FUT_PLATFORM_OVERWRITE=pc
v1.3.1
Fixed error on Webpack server build on startup