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 - 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 - 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 - Re-added ability to open app from clicking on notification
- Removed tasker plugin - Removed tasker plugin
- Support multi-value MP4 tags with multiple `data` sub-atoms are parsed correctly - 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 - M3U paths are now interpreted both as relative and absolute regardless of the format
- Added support for M3U paths starting with /storage/ - Added support for M3U paths starting with /storage/
- Fixed artist duplication when inconsistent MusicBrainz ID tag naming was used - 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 ## 3.4.3

View file

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