build: bump to 3.5.0

Bump the version to 3.5.0 (46).
This commit is contained in:
Alexander Capehart 2024-06-20 22:13:46 -06:00
parent 17d16d20c7
commit e831fbc773
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 5 additions and 4 deletions

View file

@ -23,14 +23,15 @@ rewind before skipping was turned off
- For the time being, the media notification will not follow Album Covers or 1:1 Covers settings
- Playback will close automatically after some time left idle
#### dev -> dev1 changes
#### dev -> release changes
- Re-added ability to open app from clicking on notification
- Removed tasker plugin
- Support multi-value MP4 tags with multiple `data` sub-atoms are parsed correctly
- M3U paths are now interpreted both as relative and absolute regardless of the format
- Added support for M3U paths starting with /storage/
- Fixed artist duplication when inconsistent MusicBrainz ID tag naming was used
- Made album cover keying more efficient at the cost of resillients
- Made album cover keying more efficient at the cost of resillience
- Fixed android auto queue not respecting shuffle
## 3.4.3

View file

@ -21,8 +21,8 @@ android {
defaultConfig {
applicationId namespace
versionName "3.5.0-dev"
versionCode 45
versionName "3.5.0"
versionCode 46
minSdk 24
targetSdk 34