build: bump to 3.4.0

Bump to version 3.4.0 (41).
This commit is contained in:
Alexander Capehart 2024-02-17 12:59:43 -07:00
parent eb3c320523
commit 80e08fd74a
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
5 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## dev (3.4.0)
## 3.4.0
#### What's New
- Gapless playback is now used whenever possible
@ -11,6 +11,7 @@ or editing queue
#### What's Fixed
- Increased music timeout to 60 seconds to accomodate large cover arts
on slow storage drives
- Fixed app repeatedly crashing when automatic theme was on
#### What's Improved
- The playback state is now saved more often, improving persistence

View file

@ -2,8 +2,8 @@
<h1 align="center"><b>Auxio</b></h1>
<h4 align="center">A simple, rational music player for android.</h4>
<p align="center">
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.3.3">
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.3.3&color=64B5F6&style=flat">
<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.4.0&color=64B5F6&style=flat">
</a>
<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">
@ -51,6 +51,7 @@ precise/original dates, sort tags, and more
- SD Card-aware folder management
- Reliable playlisting functionality
- Playback state persistence
-Automatic gapless playback
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
- External equalizer support (ex. Wavelet)
- Edge-to-edge

View file

@ -21,7 +21,7 @@ android {
defaultConfig {
applicationId namespace
versionName "3.4.0-dev"
versionName "3.4.0"
versionCode 41
minSdk 24

View 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

View file

@ -12,6 +12,7 @@ precise/original dates, sort tags, and more
- SD Card-aware folder management
- Reliable playlisting functionality
- Playback state persistence
- Automatic gapless playback
- Full ReplayGain support (On MP3, FLAC, OGG, OPUS, and MP4 files)
- External equalizer support (ex. Wavelet)
- Edge-to-edge