1.8.7.2
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# YTDLnis Changelog
|
||||
|
||||
> # 1.8.7.2 (2026-01)
|
||||
|
||||
# What's Changed
|
||||
|
||||
## F-Droid integration
|
||||
|
||||
- disabled auto-update of the app. (I will try to make build flavors in the following release so i can re-enable it for just github releases)
|
||||
- Added Queue as default tab in the bottom navigation
|
||||
- Add Hook in sponsorblock categories
|
||||
- More translations
|
||||
|
||||
> # 1.8.7.1 (2026-01)
|
||||
|
||||
# What's Changed
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ def properties = new Properties()
|
||||
def versionMajor = 1
|
||||
def versionMinor = 8
|
||||
def versionPatch = 7
|
||||
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 = ""
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
app:title="@string/preferred_home_screen" />
|
||||
|
||||
<Preference
|
||||
android:defaultValue="Home,History,More"
|
||||
android:defaultValue="Home,History,Queue,More"
|
||||
android:icon="@drawable/baseline_home_filled_24"
|
||||
android:key="navigation_bar"
|
||||
android:title="@string/preferred_home_screen" />
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:widgetLayout="@layout/preferece_material_switch"
|
||||
app:defaultValue="true"
|
||||
app:defaultValue="false"
|
||||
android:icon="@drawable/ic_update_app"
|
||||
android:key="update_app"
|
||||
app:summary="@string/update_app_summary"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# What's Changed
|
||||
|
||||
## F-Droid integration
|
||||
|
||||
- disabled auto-update of the app. (I will try to make build flavors in the following release so i can re-enable it for just github releases)
|
||||
- Added Queue as default tab in the bottom navigation
|
||||
- Add Hook in sponsorblock categories
|
||||
- More translations
|
||||
Reference in New Issue
Block a user