This release includes improvements to the user interface, codebase modernization, and enhanced version information for easier debugging.
New Features
- App Version Display: The application's version number is now displayed directly in the user interface, making it easier to identify the current version.
Improvements
- Improved Versioning System: A new versioning system has been implemented, designed to streamline debugging and provide more readily accessible version information.
- Ambient Music Home Screen Polish:
- Improved visual consistency by matching the curvature radius of the picker box.
- Slightly adjusted the positioning of text on the home screen banner for improved aesthetics.
Codebase Modernization
- Target and Compile SDK Update: The application now targets and compiles against SDK version 36, leveraging the latest Android features and security updates.
- Kotlin Options Migration: The codebase has been updated to use
compileOptions
instead of the deprecatedkotlinOptions
.
Bug Fixes
- Removed Deprecated Package Attribute: Removed a deprecated package attribute from the
AndroidManifest.xml
file to prevent potential build issues or warnings.
Other
- README Update: Updated the preview URL in the README file.