All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2022-05-23
- Added basic menu and app flow
- Add navbar
- Retrieve user data and track list from Spotify
- Add logo
- Request location for location-aware search
- Add bar detail screen
- Move Spotify to its own activity which closes after login
0.0.1 - 2022-05-06
- Adds scripts to aggregate bars, download Spotify genres, tracks and audio features
- Adds an app skeleton
- Adds Spotify login to the app skeleton
- Adds a minimal UI display of bars using Jetpack compose
- Adds CI / CD to test, build and upload APK files
- Introduced this CHANGELOG