Releases: Jacute/unmatched-tracker
Releases · Jacute/unmatched-tracker
Release list
v0.2.0
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
- Merge develop to master by @Jacute in #8
- bugfixes for v0.2.0 by @Jacute in #9
- fix bugs, add cards to migrations by @Jacute in #10
Full Changelog: v0.1.1...v0.2.0
v0.1.1
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
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