Skip to content

Releases: Jacute/unmatched-tracker

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:28

What's Changed

Features

Timer

  • Add timer for modes 1v1, 1v1v1, 1v1v1v1, 2v2
  • The screen does not turn off during the timer
  • When the application is minimized, the timer goes off
  • Flexibly setup time and the increment to it
    • Different increments for end turn and defense
    • Threshold for adding time
  • Counting the number of moves it takes for the game to end
  • Add sounds for end turn, defense, attack, timer finished

Other

  • Improving the UI in the menu
  • Add cards for all heroes
  • Downgrade minimal android version to 9 (api 28)

Fixes

  • Migration 009 corrected mistakes of previous migrations in cards characteristics, paths to images, etc.

PR's

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:40
63d9fc3

What's Changed

Features

  • v0.1.1: add version and build hash to settings page by @Jacute in #4
  • add cards of Bruce Lee, Bigfoot, Robin Hood

Fixes

  • Fixed a bug with an error when loading .webp images, which caused most images in the app to not be displayed

Other

  • CI setup action decomposed to .github/actions/setup-android/action.yml

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:17

Features

  • Add 'Overview page' with profile statistic
  • Add hero description in hero page
  • Add delete confirm popup in profiles page
  • Add sort in fields in adding form in History page
  • Add close button in History page to close adding form

Fixes

  • Fix bug with incorrect typing 'played at' field #1

Other

  • Update documentation
  • Add workflow with build app for arm64-v8a and migration check
  • Migrate profile id from integer to uuid

Full Changelog: v0.0.1...v0.1.0