Version 2.2.0

Ready for version 2.2.0 of Auxio.
This commit is contained in:
OxygenCobalt 2022-02-06 19:23:54 -07:00
parent a51f1aa5b9
commit 4d384f4cbd
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
5 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
## dev [2.1.1 or 2.2.0]
## dev [v2.2.1 or v2.3.0]
## v2.2.0
#### What's New: #### What's New:
- Added arabic translations [courtesy of hasanpasha] - Added arabic translations [courtesy of hasanpasha]
- Better russian translations [courtesy of lisiczka43] - Better russian translations [courtesy of lisiczka43]
@ -17,10 +20,12 @@ artist they are grouped up in
- Fixed crash on some devices configured to use French or Czech translations - Fixed crash on some devices configured to use French or Czech translations
- Malformed indicies should now be corrected when the playback state is restored - Malformed indicies should now be corrected when the playback state is restored
- Fixed issue where track numbers would not be shown in the native language's numeric format - Fixed issue where track numbers would not be shown in the native language's numeric format
- Fixed issue where the preference view would apply the M3 switches inconsistently
#### Dev/Meta: #### Dev/Meta:
- Removed 1.4.X compat - Removed 1.4.X compat
- Added new changelog document - Added new changelog document
- Reworked contribution info and templates
## v2.1.0 ## v2.1.0
#### What's New: #### What's New:
@ -323,4 +328,4 @@ to when using gesture navigation
- The currently playing song on the Album UI will now only show if the song is actually playing from the album - The currently playing song on the Album UI will now only show if the song is actually playing from the album
## v1.0.0 ## v1.0.0
- Initial release - Initial release

View file

@ -3,7 +3,7 @@
<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/"> <a href="https://github.com/oxygencobalt/Auxio/releases/">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.1.0&color=0D5AF5"> <img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.2.0&color=0D5AF5">
</a> </a>
<a href="https://www.gnu.org/licenses/gpl-3.0"> <a href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg"> <img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">

View file

@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
applicationId "org.oxycblt.auxio" applicationId "org.oxycblt.auxio"
versionName "2.1.0" versionName "2.2.0"
versionCode 11 versionCode 12
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32

View file

@ -0,0 +1 @@
Auxio 2.2.0 improves music loading even further, respecting individual artist tags while eliminating needlessly fragmented artists and albums. For more information, please see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.0.

View file

@ -4,13 +4,13 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele
- ExoPlayer based playback - ExoPlayer based playback
- Customizable UI & Behavior - Customizable UI & Behavior
- Genres/Artists/Albums/Songs indexing - Advanced media indexer that prioritizes correct metadata
- Reliable playback state persistence - Reliable playback state persistence
- ReplayGain support (On MP3, FLAC, OGG, and OPUS) - ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
- Material You (Android 12+ only) - Material You (Android 12+ only)
- Edge-to-edge - Edge-to-edge
- Embedded covers support - Embedded covers support
- Search Functionality - Search Functionality
- Audio/Headset focus - Audio/Headset focus
- Completely private and offline - Completely private and offline
- No rounded album covers (Unless you want them. Then you can.) - No rounded album covers (Unless you want them. Then you can.)