mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
Merge branch 'main' into development
This commit is contained in:
commit
a49f2b97a2
3 changed files with 30 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
10
fastlane/metadata/android/en-US/changelogs/20.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/20.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue