Releases: MateusRodCosta/vidya_music
1.4.0
Changelog
Version 2.0 has been delayed, so I'm releasing version 1.4 with a focus on Android 14 support.
Version 1.4.0 includes:
- Support Android 14
- Upgrade to Flutter 3.19.6
- Upgrade dependencies
- Proper splash screen support (including support for pre-12)
- Tweaks to some features specific to newer Android versions
What's Changed
- Update README.md by @Poussinou in #22
New Contributors
- @Poussinou made their first contribution in #22
Full Changelog: v1.3.0...v1.4.0
Checksums
File | Arch | SHA-256 | SHA-512 |
---|---|---|---|
VidyaMusic-v1.4.0.apk | universal | 5ffaa73d5f4252dc77850735888d9b9529bef4f6fce353e1d6419779e7c28c21 | 31cf6b376e29bda77b6eaef03e54bd43941373152bc13250299a0dd12d04c69a9a5beea6bb155e95e1e76fbafc6a1dcfa42823022c46b463b81be1ff0f222dd7 |
VidyaMusic-armeabi-v7a-v1.4.0.apk | armeabi-v7a | 1b17b46cb8de3a1329d02955274e2f12aec4847547c33bcee9994623c0fb8dfc | bc5639a6b09218c936d905b312c2abafd53d36114e60a6a454242108cc27390853edb50ad54168bfa1fc4055ba22f1a16eada73b4e632c4f27279a74fa47ec8b |
VidyaMusic-arm64-v8a-v1.4.0.apk | arm64-v8a | 472341478e54bde1b7ed623499ccb5040d161553ba8f285a9cf3acedb48e8d6b | fc38cabda8281b235796598321a372a94cc19d6398c76f2aefd1a994048d1b5a93e2fc6d2439a07b4aa66f736fe32c659baebce7d9fb7d17ca15b2ec7c8de6e0 |
VidyaMusic-x86_64-v1.4.0.apk | x86_64 | b5c1aedf5fe76f9d1ff5900d065355c345a9b171b18ae570fc5261d3175a5455 | f94531eec3a5cd93670ac032361397cd6d63c3c494ef8d6f3c86564a7c7f99fa0dc9a0ed9ae6a37a3410171d019428577f8abcae8e435d8ff29505aa0deedecc |
1.3.0
• Upgraded Flutter to 3.13.9
• Updated dependencies
• Added localizations support (currently only English and Brazilian Portuguese)
• Added per-app language support
• Small appearance tweaks, including theming (e.g. colors and used widgets) and spacing (padding and margins)
• Arranger is now shown on Track list
• Improved error handling
IMPORTANT: The downloads below have both a universal APK and split APKs for each ABI.
Those APKs use the format required by F-Droid which has the versionCode at the start and the ABI code at the end (with the exception of 0 for universal). This might be incompatible with the previous version which is built with the default split apk version code (abi code at the start and version code at the end).
The Play Store version is still distributed with the base version Code (for example, 13 for this release)
1.2.2
• Updated dependencies
• Tweaked app icon
• Improved code quality