Version 2.6.0

Ready for version 2.6.0 of Auxio.
This commit is contained in:
OxygenCobalt 2022-08-05 18:43:54 -06:00
parent 5a829112da
commit daaa8d7f7e
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
4 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,8 @@
## dev ## dev
## 2.6.0
#### What's New #### What's New
- Added option to ignore `MediaStore` tags, allowing more correct metadata - Added option to ignore `MediaStore` tags, allowing more correct metadata
at the cost of longer loading times at the cost of longer loading times

View file

@ -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.5.0"> <a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.0">
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.5.0&color=0D5AF5"> <img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.0&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">

View file

@ -11,8 +11,8 @@ android {
defaultConfig { defaultConfig {
applicationId namespace applicationId namespace
versionName "2.5.0" versionName "2.6.0"
versionCode 18 versionCode 19
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

View file

@ -0,0 +1 @@
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.