Skip to content

Commit

Permalink
Prepare version 71.0.1 (2107102)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 7, 2023
1 parent 7d28e45 commit 0a0b8ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ Version 71
----------
*in development*

#### 71.0.1 🧪
*2023-12-07*

* 🔧 Shows/Movies: move more secondary actions to the top, organize them in a chain.
* 🔧 People: use rounded images and placeholders.
* 🔨 Cloud: do not fail when uploading more than 500 new shows.
* 🔨 Show details: color source info with a readable color again.
* 📝 Latest user interface translations from Crowdin.

#### 71.0.0 🧪
*2023-11-17*
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107101)
val sgVersionName by extra("71.0.0")
val sgVersionCode by extra(2107102)
val sgVersionName by extra("71.0.1")

val isCiBuild by extra { System.getenv("CI") == "true" }

Expand Down

0 comments on commit 0a0b8ee

Please sign in to comment.