From 092cb3fdc04f137398597f14bd32403700b5234d Mon Sep 17 00:00:00 2001 From: Gianlu Date: Tue, 22 Dec 2020 21:06:57 +0100 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 13 +++++++++++++ app/build.gradle | 4 ++-- .../main/play/release-notes/en-GB/production.txt | 5 +++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4c878b..7a7d2729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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). +## [5.0.0] - 22-12-2020 +### Added +- See who collaborated to your decks + +### Changed +- Improved connection reliability +- Updated icon + +### Fixed +- Fixed some layouts +- Many bug fixes too + + ## [5.0.0-beta01] - 13-12-2020 ### Added - Added dark theme diff --git a/app/build.gradle b/app/build.gradle index ad8d741d..0f8cffb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.pretendyourexyzzy" minSdkVersion 21 targetSdkVersion 29 - versionCode 120 - versionName "5.0.0-beta01" + versionCode 121 + versionName "5.0.0" } if (isTravis) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 66a5ee8c..1440969a 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,3 @@ -### Fixed -- Fixed CrCast decks not loading \ No newline at end of file +- The app has been completely redesigned +- Many bugs have been fixed +- Enjoy \ No newline at end of file