Skip to content

Commit

Permalink
Release 4.0.0-beta03 (103)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 21, 2020
1 parent 9407d69 commit 2fdd44e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0-beta03] - 21-07-2020
### Added
- Added confirmation for game logout
- Added confirmation for account deletion

### Changed
- Change last sync time format

### Fixed
- Fixed chat not working (Overloaded)


## [4.0.0-beta02] - 13-07-2020
### Added
- Sort custom decks by most recently used
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.gianlu.pretendyourexyzzy"
minSdkVersion 21
targetSdkVersion 29
versionCode 102
versionName "4.0.0-beta02"
versionCode 103
versionName "4.0.0-beta03"
}

if (isTravis) {
Expand Down
9 changes: 4 additions & 5 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
** OVERLOADED (BETA) UPDATE **

### Added
- Sort custom decks by most recently used
- Better performance monitoring
- Show custom decks in game list
- Added confirmation for game logout
- Added confirmation for account deletion

### Changed
- Improved requests performance
- Change last sync time format

### Fixed
- Fixed game locking up when spectator is alone inside a game
- Fixed chat not working (Overloaded)

0 comments on commit 2fdd44e

Please sign in to comment.