Skip to content

Commit

Permalink
Prepare version 64.0.1 (2106401)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Mar 3, 2022
1 parent 134d0bd commit 99bbcb4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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*
Expand Down
6 changes: 3 additions & 3 deletions RELEASING.md
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -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
Expand Down

0 comments on commit 99bbcb4

Please sign in to comment.