Version 2.2.1

Ready for version 2.2.1 of Auxio.
This commit is contained in:
OxygenCobalt 2022-02-18 19:06:00 -07:00
parent d4513293a7
commit ddc6428455
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
4 changed files with 11 additions and 6 deletions

View file

@ -1,11 +1,13 @@
# Changelog
## dev [v2.2.1 or v2.3.0]
## dev [v2.2.2 or 2.3.0]
## v2.2.1
#### What's Improved
- Updated chinese translations [courtesy of cccClyde]
- Use proper material you top app bars
- Use body typography in correct places
- Manifest should expose Auxio's file opening functionality better
- Expose file opening functionality better
#### What's Fixed
- Fixed issue where playback would start unexpectedly when opening the app

View file

@ -3,14 +3,14 @@
<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.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 href="https://www.gnu.org/licenses/gpl-3.0">
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
</a>
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-21%2B-32B5ED">
</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">
<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>

View file

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

View 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.