1.8.2.2
This commit is contained in:
parent
918a7ca223
commit
2cd41421c2
4 changed files with 14 additions and 3 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# YTDLnis Changelog
|
||||
|
||||
> # 1.8.2.2 (2025-02)
|
||||
|
||||
# What's Changed
|
||||
|
||||
- Hot fixes with format sorting in GUI
|
||||
- Got those leftover translations
|
||||
|
||||
> # 1.8.2.1 (2025-02)
|
||||
|
||||
# What's Changed
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ def properties = new Properties()
|
|||
def versionMajor = 1
|
||||
def versionMinor = 8
|
||||
def versionPatch = 2
|
||||
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
|
||||
def versionBuild = 2 // bump for dogfood builds, public betas, etc.
|
||||
def isBeta = false
|
||||
|
||||
def versionExt = ""
|
||||
|
|
|
|||
|
|
@ -135,9 +135,9 @@
|
|||
android:background="@drawable/rounded_corner"
|
||||
android:backgroundTint="?attr/colorSecondary"
|
||||
android:clickable="false"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLength="7"
|
||||
android:maxWidth="80dp"
|
||||
android:maxLines="1"
|
||||
android:minWidth="30dp"
|
||||
android:paddingHorizontal="5dp"
|
||||
android:textStyle="bold"
|
||||
|
|
|
|||
4
fastlane/metadata/android/en-US/changelogs/108020200.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/108020200.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# What's Changed
|
||||
|
||||
- Hot fixes with format sorting in GUI
|
||||
- Got those leftover translations
|
||||
Loading…
Reference in a new issue