Skip to content

Releases: steve1316/granblue-automation-pyautogui

v1.0.2 - LF to CRLF bugfix

25 Nov 01:40
Compare
Choose a tag to compare

What's Changed

  • #93 - Fixed file reading bug for Unix format in combat script text files

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Bugfixes

25 Nov 00:55
Compare
Choose a tag to compare

What's Changed

  • Fixed reference bug to local variable for EasyOCR.
  • Added missing logic for no timeout setting to Raid component.
  • Moved initialization of discord process from main to game.py.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 Release

23 Nov 23:32
Compare
Choose a tag to compare

What's Changed

  • New frontend rework moving away from QML to Tauri + Typescript by @steve1316 in #87
  • Migrated console application to executable desktop application, along with new requirements and instructions as outlined in the README.