Skip to content

Commit

Permalink
Release v1.3.0 (10300)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Sep 13, 2022
1 parent 34bf99d commit 2479b6f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ apply(plugin = "dagger.hilt.android.plugin")
val versionMajor = 1
val versionMinor = 3
val versionPatch = 0
val versionBuild = 2
val isStable = false
val versionBuild = 0
val isStable = true

val composeVersion = "1.2.1"
val lifecycleVersion = "2.6.0-alpha01"
Expand Down Expand Up @@ -52,7 +52,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 23
targetSdk = 33
versionCode = 10210
versionCode = 10300
versionName = StringBuilder("${versionMajor}.${versionMinor}.${versionPatch}").apply {
if (!isStable) append("-beta.${versionBuild}")
if (!splitApks) append("-(F-Droid)")
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Bump up FFmpeg version to v5.1

Feature Update:
Crop album cover to square when saving as audio
Paste multiple URLs in custom command mode

Bug Fix:
SponsorBlock "Conversion failed" error
Aria2c is not usable with "Save as audio"

Behavior Changes:
Updates preferences on clicks with "Configure before download" dialog
Move the directory of temporary files to internal storage of the app

Add Vietnamese translations by Nguyễn Hoàng Minh

0 comments on commit 2479b6f

Please sign in to comment.