From 655ccabf1efa6803fa1ada7ba8dccb8f0bd75fbc Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Sat, 1 May 2021 06:54:11 +0200 Subject: [PATCH] Prepare version 58.2 (2105811) --- CHANGELOG.md | 6 ++++++ build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40922e861d..0c7e21822a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Version 58 * 🌟 Display most popular watch provider. Supports more regions. Powered by JustWatch via TMDb. * 🔧 Lists can now only contain shows. Existing season and episode list items can only be removed. +#### 58.2 +*2021-05-01* + +* 🔧 Display details for legacy season and episode list items. +* 🔨 Display any recently watched show from Trakt in history tab. + #### 58.1 *2021-04-21* diff --git a/build.gradle b/build.gradle index 427fecb0b2..f384b7f5e7 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ buildscript { 'truth': '1.1.2', // https://github.com/google/truth/releases // version 21xxxyy -> min SDK 21, release xxx, build yy - 'code': 2105810, - 'name': '58.1', + 'code': 2105811, + 'name': '58.2', ] // load some properties that should not be part of version control if (file('secret.properties').exists()) {