Version 2.2.0
Ready for version 2.2.0 of Auxio.
This commit is contained in:
parent
a51f1aa5b9
commit
4d384f4cbd
5 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
## dev [2.1.1 or 2.2.0]
|
||||
|
||||
## dev [v2.2.1 or v2.3.0]
|
||||
|
||||
## v2.2.0
|
||||
#### What's New:
|
||||
- Added arabic translations [courtesy of hasanpasha]
|
||||
- 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
|
||||
- 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 the preference view would apply the M3 switches inconsistently
|
||||
|
||||
#### Dev/Meta:
|
||||
- Removed 1.4.X compat
|
||||
- Added new changelog document
|
||||
- Reworked contribution info and templates
|
||||
|
||||
## v2.1.0
|
||||
#### What's New:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<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 href="https://www.gnu.org/licenses/gpl-3.0">
|
||||
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.oxycblt.auxio"
|
||||
versionName "2.1.0"
|
||||
versionCode 11
|
||||
versionName "2.2.0"
|
||||
versionCode 12
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/12.txt
Normal 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.
|
|
@ -4,9 +4,9 @@ Auxio is a local music player with a fast, reliable UI/UX without the many usele
|
|||
|
||||
- ExoPlayer based playback
|
||||
- Customizable UI & Behavior
|
||||
- Genres/Artists/Albums/Songs indexing
|
||||
- Advanced media indexer that prioritizes correct metadata
|
||||
- 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)
|
||||
- Edge-to-edge
|
||||
- Embedded covers support
|
||||
|
|
Loading…
Reference in a new issue