Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.04 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.5]

Changed

  • Refactor the player behind an interface

Fixed

  • User could not play a different playlist if one is loaded already

0.0.4 - add Provider and move hardcoded data

Added

  • Provider

Changed

  • moved hardcoded data to its own file

0.0.3 - migrate to sound null safety

Added

  • license

Changed

  • code is now sound null safe

0.0.2 - add playlist

Added

  • this changelog
  • a playlist to the player

0.0.1 - add basic buttons

Added

  • a row of buttons to play, skip, shuffle, and loop.