Version 1.4.1
Ready for version 1.4.1 of Auxio.
This commit is contained in:
parent
9d04799345
commit
cd0167405e
3 changed files with 12 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
9
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/7.txt
Normal 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
|
Loading…
Reference in a new issue