diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e00de9ed1..552c509fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,23 @@ Release notes 🔨 = Resolved or fixed. 📝 = Notable change. +\* Releases marked with an asterisk (*) are/were available on [the beta program](https://github.com/UweTrottmann/SeriesGuide/wiki/Beta) only. + +Version 64 +---------- +*in development* + +#### 64.0.1* +*2022-03-03* + +* 🔧 Move no aired episodes option to shows filter view. +* 🔧 Display state of show filters also as text. +* 🔧 Rephrase TMDB migration info and suggest action (search for a replacement). +* 🔧 Create first list when installing app instead of when visiting lists screen. +* 🔧 Various small design tweaks. +* 🔨 Display error if managing lists of a show is not possible. +* 📝 Latest user interface translations from Crowdin. + Version 63 ---------- *2022-02-18* diff --git a/RELEASING.md b/RELEASING.md index d8fa5ad11d..b83a2a5b01 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,13 +8,13 @@ - Push to GitHub and check build succeeds, tests are green and Lint file is OK. -## Play Store (betas + stable) +## Play Store (testing + production) - `bundlePureRelease` - Publish to alpha channel, test. -Published to beta: -- Tag like `v12` or `v12-beta1`. +Published to beta channel: +- Tag like `v12.0.3`. Published to production: - Download universal APK from Play Store and attach to GitHub tag. diff --git a/build.gradle.kts b/build.gradle.kts index c7319f08b0..6d193b0347 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,8 +12,8 @@ buildscript { val sgTargetSdk by extra(31) // Android 12 (S) // version 21xxxyy -> min SDK 21, release xxx, build yy - val sgVersionCode by extra(2106305) - val sgVersionName by extra("63") + val sgVersionCode by extra(2106401) + val sgVersionName by extra("64.0.1") val kotlinVersion by extra("1.6.10") // https://kotlinlang.org/docs/releases.html#release-details val coroutinesVersion by extra("1.6.0") // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md