Skip to content

Commit

Permalink
Release 4.0.0-beta02 (102)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 13, 2020
1 parent 4aeca20 commit 5045bce
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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-beta02] - 13-07-2020
### Added
- Sort custom decks by most recently used
- Better performance monitoring
- Show custom decks in game list

### Changed
- Changed server authentication method (much lighter requests)

### Fixed
- Fixed game locking up when spectator is alone inside a game
- Fixed polling thread not stopping when closing instance


## [4.0.0-beta01] - 06-07-2020
### Added
- Added end-to-end encrypted chat (Overloaded only)
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 101
versionName "4.0.0-beta01"
versionCode 102
versionName "4.0.0-beta02"
}

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

### Added
- Added end-to-end encrypted chat (Overloaded only)
- Synchronize starred cards and custom decks (Overloaded only)
- See other users profiles and stats (Overloaded only)
- Make friends on servers (Overloaded only)
- Sort custom decks by most recently used
- Better performance monitoring
- Show custom decks in game list

### Changed
- Improved chats layout
- More improvements and bug fixes
- Improved requests performance

### Fixed
- Fixed game locking up when spectator is alone inside a game

0 comments on commit 5045bce

Please sign in to comment.