chore: changelog and build updated for release

This commit is contained in:
eddyizm 2026-02-15 10:35:22 -08:00
parent 72d7aea6e3
commit 4cd15b4284
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 30 additions and 3 deletions

View file

@ -1,6 +1,23 @@
# Changelog
## Pending release
## What's Changed
## [4.11.0](https://github.com/eddyizm/tempo/releases/tag/v4.11.0) (2026-02-15)
* fix: added dynamic application id from gradle variant by @eddyizm in https://github.com/eddyizm/tempus/pull/425
* fix: Use Bluetooth tethering connection by @jaime-grj in https://github.com/eddyizm/tempus/pull/428
* chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/427
* fix: visual glitches on landscape navbar by @tvillega in https://github.com/eddyizm/tempus/pull/429
* fix: radio playback "source error" on android auto by @dmachard in https://github.com/eddyizm/tempus/pull/426
* fix: speed button overlaps with shuffle on landscape by @tvillega in https://github.com/eddyizm/tempus/pull/430
* fix: local url used in share link instead of server url by @tvillega in https://github.com/eddyizm/tempus/pull/431
* Feat :prefer downloaded files by @eddyizm in https://github.com/eddyizm/tempus/pull/433
* fix: radio metadata displayed by @TrackArcher in https://github.com/eddyizm/tempus/pull/352
* feat: improve playlist chooser dialog UI by @tvillega in https://github.com/eddyizm/tempus/pull/439
## New Contributors
* @dmachard made their first contribution in https://github.com/eddyizm/tempus/pull/426
* @TrackArcher made their first contribution in https://github.com/eddyizm/tempus/pull/352
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.10.1...v4.11.0
## What's Changed
## [4.10.1](https://github.com/eddyizm/tempo/releases/tag/v4.10.1) (2026-02-08)

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 24
targetSdk 35
versionCode 19
versionName '4.10.2'
versionCode 20
versionName '4.11.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions {

View file

@ -0,0 +1,10 @@
fix: added dynamic application id from gradle variant
fix: Use Bluetooth tethering connection
chore(i18n): Update Spanish translation
fix: visual glitches on landscape navbar
fix: radio playback "source error" on android auto
fix: speed button overlaps with shuffle on landscape
fix: local url used in share link instead of server url
Feat: prefer downloaded files
fix: radio metadata displayed
feat: improve playlist chooser dialog UI