Version 2.6.2
Ready for version 2.6.2 of Auxio.
This commit is contained in:
parent
fd2091b46f
commit
1db5e02332
5 changed files with 13 additions and 7 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## dev
|
||||
|
||||
## 2.6.2
|
||||
|
||||
#### What's New
|
||||
- Added Android 13 support [#129]
|
||||
- Switch to new storage permissions
|
||||
|
@ -10,7 +12,7 @@
|
|||
- Use new media notification panel style
|
||||
- Add predictive back navigation
|
||||
- Auxio has a new, more refined icon style
|
||||
- Added a way to access the system equalizer from the playback menu.
|
||||
- Added a way to access the system equalizer from the playback menu
|
||||
|
||||
#### What's Improved
|
||||
- Playback bar now has a marquee effect
|
||||
|
@ -27,7 +29,7 @@ detail views after a rotation
|
|||
|
||||
#### What's Changed
|
||||
- ReplayGain can now no longer be disabled. Remove ReplayGain tags from
|
||||
files if such functionality is not desired.
|
||||
files if such functionality is not desired
|
||||
|
||||
## 2.6.1
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<h1 align="center"><b>Auxio</b></h1>
|
||||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.1">
|
||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.1&color=0D5AF5">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v2.6.2">
|
||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v2.6.2&color=0D5AF5">
|
||||
</a>
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg">
|
||||
|
@ -51,7 +51,7 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
|||
- SD Card-aware folder management
|
||||
- Reliable playback state persistence
|
||||
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
|
||||
- Equalizer support (In external apps like Wavelet)
|
||||
- External equalizer support (ex. Wavelet)
|
||||
- Edge-to-edge
|
||||
- Embedded covers support
|
||||
- Search Functionality
|
||||
|
|
|
@ -11,8 +11,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId namespace
|
||||
versionName "2.6.1"
|
||||
versionCode 20
|
||||
versionName "2.6.2"
|
||||
versionCode 21
|
||||
|
||||
minSdk 21
|
||||
// API 33 is still busted, waiting until the XML element issue is fixed
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/21.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 is a patch that adds Android 13 support and further refines the user experience.
|
|
@ -11,6 +11,7 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele
|
|||
- SD Card-aware folder management
|
||||
- Reliable playback state persistence
|
||||
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
|
||||
- External equalizer functionality (In apps like Wavelet)
|
||||
- Edge-to-edge
|
||||
- Embedded covers support
|
||||
- Search Functionality
|
||||
|
|
Loading…
Reference in a new issue