Version 2.6.3
Ready for version 2.6.3 of Auxio.
This commit is contained in:
parent
cf23a14494
commit
c9422b7f9d
4 changed files with 12 additions and 5 deletions
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
## dev
|
## dev
|
||||||
|
|
||||||
|
## 2.6.3
|
||||||
|
|
||||||
#### What's New
|
#### What's New
|
||||||
- Improved playing indicators [#218]
|
- Improved playing indicators [#218]
|
||||||
- Search and library now show playing indicators
|
- Search and library now show playing indicators
|
||||||
- Playing indicators are now animated when playback is ongoing
|
- Playing indicators are now animated when playback is ongoing
|
||||||
- Added smooth seeking
|
- Added smooth seeking [#130]
|
||||||
|
|
||||||
|
#### What's Improved
|
||||||
- Moved the "more" button in the playback view back to the top
|
- Moved the "more" button in the playback view back to the top
|
||||||
|
|
||||||
#### What's Fixed
|
#### What's Fixed
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<h1 align="center"><b>Auxio</b></h1>
|
<h1 align="center"><b>Auxio</b></h1>
|
||||||
<h4 align="center">A simple, rational music player for android.</h4>
|
<h4 align="center">A simple, rational music player for android.</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.2">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.3">
|
||||||
<img alt="Latest Version" style="border-radius: 16px;" src="https://img.shields.io/static/v1?label=tag&message=v2.6.2&color=0D5AF5">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.3&color=0D5AF5">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg">
|
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg">
|
||||||
|
|
|
@ -11,8 +11,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionName "2.6.2"
|
versionName "2.6.3"
|
||||||
versionCode 21
|
versionCode 22
|
||||||
|
|
||||||
minSdk 21
|
minSdk 21
|
||||||
// API 33 is still busted, waiting until the XML element issue is fixed
|
// API 33 is still busted, waiting until the XML element issue is fixed
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/22.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/22.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Auxio 2.6.0 enables a new, higher-quality form of music scanning, while also heavily improving the playback UI. For more information, For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.6.0.
|
||||||
|
|
||||||
|
This release adds Android 13 support and further user experience improvements.
|
Loading…
Reference in a new issue