Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.05 KB

Changelog

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

  • 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

Changed

  • Move Spotify to its own activity which closes after login

0.0.1 - 2022-05-06

Added

  • 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