Skip to content

Releases: eigenein/bestmobabot

2.4b5

13 Jan 01:32
Compare
Choose a tag to compare
2.4b5 Pre-release
Pre-release
  • Hot fix for grand arena enemies at places under 100

2.4b4

10 Jan 19:12
Compare
Choose a tag to compare
2.4b4 Pre-release
Pre-release
  • Print arena win rating

2.4b3

09 Jan 16:28
Compare
Choose a tag to compare
2.4b3 Pre-release
Pre-release
  • Unified arena solver for arenas

2.4b2

09 Jan 11:28
Compare
Choose a tag to compare
2.4b2 Pre-release
Pre-release
  • Fix critical bug in bestmobabot.dataclasses_.ShopSlot

2.4b1

09 Jan 09:52
Compare
Choose a tag to compare
2.4b1 Pre-release
Pre-release
  • Unified arena solver for arenas, work in progress
  • Fix critical bug in bestmobabot.dataclasses_.Tower

2.4b0

08 Jan 17:32
Compare
Choose a tag to compare
2.4b0 Pre-release
Pre-release
  • Send logging messages to Telegram (experimental)
  • Support tower full skip for the 130th level
  • Switch response classes to pydantic
  • Improve packaging, remove --log-file option and improve Docker integration
  • Use ujson instead of json
  • Update resources
  • Use loguru for logging and improve testing
  • Set default settings filename

v2.3

08 Jan 17:32
Compare
Choose a tag to compare
  • Fix possible bug with grand arena enemy selection and/or logging
  • Use last N battles for training
  • Update User-Agent
  • Upgrade click package

v2.2 «I wanna get more grand coins»

12 Oct 11:22
76ee12d
Compare
Choose a tag to compare
  • Buy things by their names
  • Raid missions by their names
  • grand_generations_cool_down setting instead of grand_generations
  • Embed IPython
  • Switch back to plain old requirements.txt
  • Fix --help
  • Use pydantic for response classes
  • Make tasks parameterless
  • Add shop #11
  • Revert model without power features
  • Refresh clan ID before running arena
  • Improve arena logging

v2.1 «Maintenance is also a good thing»

02 Sep 20:25
Compare
Choose a tag to compare
  • Option to randomize grand arena defenders
  • Add grand_generate_solutions and grand_keep_solutions options
  • Add required parameter to friendsSendDailyGift
  • Update User-Agent and resources
  • Add new features and improve prediction quality
  • Remove de-duplication of battles (not needed anymore), filter out battles without hero powers
  • Change logging format, remove emoji's
  • Change open_titan_artifact_chest time
  • Make secretary_max choose better or equal

v2.0 «Here comes the config file»

07 Aug 08:14
Compare
Choose a tag to compare

Breaking change. As I keep adding more and more configuration options, I decided to move them out from the command line and environment variables to a separate configuration file. If you upgraded to this version, make sure you properly move your settings.

  • Introducing configuration file
  • Configure maximum number of arena pages during enemy search
  • Configure the model hyper-parameters
  • Fix forever cached user info
  • Farm shops #8 and #10
  • Option to skip particular clans in arena
  • Open titan artifact chests
  • Distribute stamina evenly between heroic missions
  • Improve logging code
  • Upgrade to Python 3.7
  • Upgrade game resources
  • Improve parameters validation