Skip to content

Commit

Permalink
Prepare version 54 (2105406).
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Apr 30, 2020
1 parent decde8f commit 87c107a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ Release notes

Version 54
----------
*in development*
*2020-04-30*

* 🌟 Switch to bottom navigation bar.
* 🔧 Auto backups are created in an app specific directory, no longer requiring any setup. For most
users it will be backed up by Android (Android 6+, up to 25 MB total) and can be restored from
after re-installing the app.
* 🔧 When connecting Trakt, do not clear movies that are only watched on the device. Instead upload
them. Trakt will set them as watched on their release date.
* 🔨 Support adding and updating shows without episodes (e.g. upcoming shows).
* 🔧 Add JustWatch Turkey to streaming search links.

#### 54
*2020-04-30*

* 📝 Latest translations from crowdin.

#### 54-beta4
*2020-04-24*
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ buildscript {
'truth': '1.0.1', // github.com/google/truth/releases

// version 21xxxyy -> min SDK 21, release xxx, build yy
'code': 2105405,
'name': '54-beta4',
'code': 2105406,
'name': '54',
]
// load some properties that should not be part of version control
if (file('secret.properties').exists()) {
Expand Down

0 comments on commit 87c107a

Please sign in to comment.