Version 2.2.1
Ready for version 2.2.1 of Auxio.
This commit is contained in:
parent
d4513293a7
commit
ddc6428455
4 changed files with 11 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## dev [v2.2.1 or v2.3.0]
|
## dev [v2.2.2 or 2.3.0]
|
||||||
|
|
||||||
|
## v2.2.1
|
||||||
#### What's Improved
|
#### What's Improved
|
||||||
- Updated chinese translations [courtesy of cccClyde]
|
- Updated chinese translations [courtesy of cccClyde]
|
||||||
- Use proper material you top app bars
|
- Use proper material you top app bars
|
||||||
- Use body typography in correct places
|
- Use body typography in correct places
|
||||||
- Manifest should expose Auxio's file opening functionality better
|
- Expose file opening functionality better
|
||||||
|
|
||||||
#### What's Fixed
|
#### What's Fixed
|
||||||
- Fixed issue where playback would start unexpectedly when opening the app
|
- Fixed issue where playback would start unexpectedly when opening the app
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
<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.2.0&color=0D5AF5">
|
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v2.2.1&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">
|
||||||
</a>
|
</a>
|
||||||
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
||||||
</p>
|
</p>
|
||||||
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="/info/FAQ.md">FAQ</a> | <a href="/info/LICENSES.md">Licenses</a> | <a href="/.github/CONTRIBUTING.md">Contributing</a> | <a href="/info/ARCHITECTURE.md">Architecture</a>
|
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="/info/FAQ.md">FAQ</a> | <a href="/info/LICENSES.md">Licenses</a> | <a href="/.github/CONTRIBUTING.md">Contributing</a> | <a href="/info/ARCHITECTURE.md">Architecture</a></h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://f-droid.org/app/org.oxycblt.auxio"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="170"></a>
|
<a href="https://f-droid.org/app/org.oxycblt.auxio"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="170"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.oxycblt.auxio"
|
applicationId "org.oxycblt.auxio"
|
||||||
versionName "2.2.0"
|
versionName "2.2.1"
|
||||||
versionCode 12
|
versionCode 13
|
||||||
|
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/13.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/13.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
This release is a patch intended to fix some minor UX issues introduced by the previous version.
|
Loading…
Reference in a new issue