This commit is contained in:
deniscerri 2025-02-23 21:02:44 +01:00
parent 918a7ca223
commit 2cd41421c2
No known key found for this signature in database
GPG key ID: 95C43D517D830350
4 changed files with 14 additions and 3 deletions

View file

@ -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

View file

@ -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 = ""

View file

@ -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"

View file

@ -0,0 +1,4 @@
# What's Changed
- Hot fixes with format sorting in GUI
- Got those leftover translations