Skip to content

Commit

Permalink
Update changelog for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Aug 1, 2020
1 parent 828fa6f commit 96bbc7c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
13 changes: 11 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Most recent version

## v3.1.2
## v3.2.0
```
- Fixed a crash some users experienced when trying to open a game
A lot of users have been having issues with the current transfer functionality, so I've created a new process which will let you export and save the data wherever you'd like, and then import it on a new device. Hopefully this helps those with longstanding issues of being unable to move to new devices.
This update also comes with some quality of life fixes:
- No more ads
- No more analytics
```

# Legacy versions

## v3.1.2
```
- Fixed a crash some users experienced when trying to open a game
```

## v3.1.1
```
This version contains a bunch of bug fixes! Here's just a few:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

def versionMajor = 3
def versionMinor = 1
def versionPatch = 2
def versionMinor = 2
def versionPatch = 0

android {
compileSdkVersion 28
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<b>v3.2.0</b>
A lot of users have been having issues with the current transfer functionality, so I've created a new process which will let you export and save the data wherever you'd like, and then import it on a new device. Hopefully this helps those with longstanding issues of being unable to move to new devices.

This update also comes with some quality of life fixes:
- No more ads
- No more analytics

<b>v3.1.2</b>
- Fixed a crash some users experienced when trying to open a game

Expand Down

0 comments on commit 96bbc7c

Please sign in to comment.