build: bump to 3.4.0
Bump to version 3.4.0 (41).
This commit is contained in:
parent
eb3c320523
commit
80e08fd74a
5 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## dev (3.4.0)
|
## 3.4.0
|
||||||
|
|
||||||
#### What's New
|
#### What's New
|
||||||
- Gapless playback is now used whenever possible
|
- Gapless playback is now used whenever possible
|
||||||
|
@ -11,6 +11,7 @@ or editing queue
|
||||||
#### What's Fixed
|
#### What's Fixed
|
||||||
- Increased music timeout to 60 seconds to accomodate large cover arts
|
- Increased music timeout to 60 seconds to accomodate large cover arts
|
||||||
on slow storage drives
|
on slow storage drives
|
||||||
|
- Fixed app repeatedly crashing when automatic theme was on
|
||||||
|
|
||||||
#### What's Improved
|
#### What's Improved
|
||||||
- The playback state is now saved more often, improving persistence
|
- The playback state is now saved more often, improving persistence
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<h1 align="center"><b>Auxio</b></h1>
|
<h1 align="center"><b>Auxio</b></h1>
|
||||||
<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/tag/v3.3.3">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.4.0">
|
||||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.3.3&color=64B5F6&style=flat">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.4.0&color=64B5F6&style=flat">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
||||||
|
@ -51,6 +51,7 @@ precise/original dates, sort tags, and more
|
||||||
- SD Card-aware folder management
|
- SD Card-aware folder management
|
||||||
- Reliable playlisting functionality
|
- Reliable playlisting functionality
|
||||||
- Playback state persistence
|
- Playback state persistence
|
||||||
|
-Automatic gapless playback
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- External equalizer support (ex. Wavelet)
|
||||||
- Edge-to-edge
|
- Edge-to-edge
|
||||||
|
|
|
@ -21,7 +21,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionName "3.4.0-dev"
|
versionName "3.4.0"
|
||||||
versionCode 41
|
versionCode 41
|
||||||
|
|
||||||
minSdk 24
|
minSdk 24
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Auxio 3.4.0 adds gapless playback and new widget designs, alongside a variety of fixes.
|
||||||
|
For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.4.0
|
|
@ -12,6 +12,7 @@ precise/original dates, sort tags, and more
|
||||||
- SD Card-aware folder management
|
- SD Card-aware folder management
|
||||||
- Reliable playlisting functionality
|
- Reliable playlisting functionality
|
||||||
- Playback state persistence
|
- Playback state persistence
|
||||||
|
- Automatic gapless playback
|
||||||
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
|
||||||
- External equalizer support (ex. Wavelet)
|
- External equalizer support (ex. Wavelet)
|
||||||
- Edge-to-edge
|
- Edge-to-edge
|
||||||
|
|
Loading…
Reference in a new issue