Skip to content

Commit

Permalink
Prepare version 71.0.3 (2107104)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jan 12, 2024
1 parent db05385 commit 88f827c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ Version 71
----------
*in development*

#### 71.0.3 🧪
*2024-01-12*

* 🔧 Shows: adjust edit time dialog to avoid buttons moving around when changing values.
* 🔧 Shows: faster scrolling between episode pages, again.
* 🔧 Shows: make switching between episode pages fast again.
* 🔨 Update Metacritic search links.
* 🔧 Add acknowledgement messages for actions that may take longer (that do network requests), drop
them for actions that complete immediately (e.g. set watched).
* 🔨 Update Metacritic search links.
* 📝 Latest user interface translations from Crowdin.

#### 71.0.2 🧪
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(2107103)
val sgVersionName by extra("71.0.2")
val sgVersionCode by extra(2107104)
val sgVersionName by extra("71.0.3")

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

Expand Down

0 comments on commit 88f827c

Please sign in to comment.