1.8.7.2
This commit is contained in:
parent
583c614a6b
commit
27bdde9a42
5 changed files with 22 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
||||||
# YTDLnis Changelog
|
# 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)
|
> # 1.8.7.1 (2026-01)
|
||||||
|
|
||||||
# What's Changed
|
# What's Changed
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ def properties = new Properties()
|
||||||
def versionMajor = 1
|
def versionMajor = 1
|
||||||
def versionMinor = 8
|
def versionMinor = 8
|
||||||
def versionPatch = 7
|
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 isBeta = false
|
||||||
|
|
||||||
def versionExt = ""
|
def versionExt = ""
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@
|
||||||
app:title="@string/preferred_home_screen" />
|
app:title="@string/preferred_home_screen" />
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:defaultValue="Home,History,More"
|
android:defaultValue="Home,History,Queue,More"
|
||||||
android:icon="@drawable/baseline_home_filled_24"
|
android:icon="@drawable/baseline_home_filled_24"
|
||||||
android:key="navigation_bar"
|
android:key="navigation_bar"
|
||||||
android:title="@string/preferred_home_screen" />
|
android:title="@string/preferred_home_screen" />
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:widgetLayout="@layout/preferece_material_switch"
|
android:widgetLayout="@layout/preferece_material_switch"
|
||||||
app:defaultValue="true"
|
app:defaultValue="false"
|
||||||
android:icon="@drawable/ic_update_app"
|
android:icon="@drawable/ic_update_app"
|
||||||
android:key="update_app"
|
android:key="update_app"
|
||||||
app:summary="@string/update_app_summary"
|
app:summary="@string/update_app_summary"
|
||||||
|
|
|
||||||
8
fastlane/metadata/android/en-US/changelogs/108070200.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/108070200.txt
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue