Skip to content

Commit

Permalink
Prepare version 72.0.5 (2107205)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Mar 8, 2024
1 parent ca43cf1 commit e00b88c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ Version 72
----------
*in development*

#### 72.0.5 🧪
*2024-03-08*

* 🔧 Seasons: show total number of episodes (excluding specials), show indicator if episodes are in
collection, show count of skipped and in collection.
* 🔧 Add history entry when marking multiple episodes as watched.
* 🔨 Android 5: use correct color for show status and stream search configure button.
* 📝 Latest user interface translations from Crowdin.

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

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107204)
val sgVersionName by extra("72.0.4")
val sgVersionCode by extra(2107205)
val sgVersionName by extra("72.0.5")

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

Expand Down

0 comments on commit e00b88c

Please sign in to comment.