Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

78 lines (61 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.3.0] - 2022-01-28

Changed

  • Auto queue method changed from WMIC get to lockfile method, this makes it compatible with servers that dont return the app port & auth token from WMIC get.

2.2.1 - 2022-01-28

Fixed

  • Potential bugfix for autoqueue crash

2.2.0 - 2022-01-28

Added

  • Forfeit functionality, change the time to forfeit in settings.py

2.1.1 - 2022-01-28

Fixed

  • Items not placing properly after the first game

2.1.0 - 2022-01-28

Added

  • Click location offset randomization

Fixed

  • Tacticians Crown check causing crashses when string is None

2.0.0 - 2022-01-27

Added

  • Transparent overlay window
  • Change gold spending based on health
  • Queue to communicate between the game process and GUI
  • pywin32 to requirements.txt

Changed

  • Screen coordinates now have a naming convention, _pos for bbox & _loc for click locations

Fixed

  • Tacticians Crown check now checks against the proper string

Removed

  • Printing to the console from in game
  • PyAutoGUI from requirements.txt

1.2.0 - 2022-01-26

Added

  • Health check

1.1.0 - 2022-01-19

Changed

  • README
  • Screen coords now use (x, y, x+w, y+h) instead of (x, y, w, h)
  • Moved bench occupied check to arena functions
  • Reformatted imports
  • All screenshot functions now use ImageGrab.grab instead of pyautogui.screenshot
  • Added function annotation to various functions

Removed

  • PyAutoGUI

1.0.0 - 2022-01-06

Added

  • Files
  • README
  • LICENSE