Skip to content

Commit

Permalink
Prepare version 2024.2.5 (21240205)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed May 10, 2024
1 parent 284b949 commit 1d523c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ Releases marked with 🧪 were released on [the beta program](https://github.com

Version 2024.2
--------------
*in development*
*2024-05-10*

* 🌟 Discover: add year and original language filters where possible.
* 🌟 Ratings: display TMDB rating for shows. Tap rating to open TMDB or Trakt page.
* 🔧 Display run time in hours and minutes.

#### 2024.2.5
*2024-05-10*

* 🔧 Mark some supporter-only features with stars. Drop X Pass link, not longer available for new users.

#### 2024.2.4 🧪
*2024-05-03*
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
// YYYY.<release-of-year>.<build> - like 2024.1.0
// - allows to more easily judge how old a release is
// - allows multiple releases per month (though currently unlikely)
val sgVersionName by extra("2024.2.4")
val sgVersionName by extra("2024.2.5")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240204)
val sgVersionCode by extra(21240205)

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

Expand Down

0 comments on commit 1d523c1

Please sign in to comment.