Version 1.4.1

Ready for version 1.4.1 of Auxio.
This commit is contained in:
OxygenCobalt 2021-07-29 10:02:16 -06:00
parent 9d04799345
commit cd0167405e
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 12 additions and 3 deletions

View file

@ -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=v1.4.0&color=0D5AF5">
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.4.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">

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.oxycblt.auxio"
versionName "1.4.0"
versionCode 6
versionName "1.4.1"
versionCode 7
minSdkVersion 21
targetSdkVersion 30

View file

@ -0,0 +1,9 @@
- Added black dark theme
- Added a fast-scroller to the library view
- Redesigned the about screen
- Added full spanish translations [Courtesy of tesphil]
- Improved german translations [Courtesy of qwerty287]
- Added an option to pause when a song repeats
- Article sort is now used everywhere
- Fixed issues regarding playback from the lock screen
- Removed the `ACCESS_NETWORK_STATE` permission