Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

63 lines (46 loc) · 2.15 KB

Standard Version License Code Climate Test Coverage

Web MP3 Player 🎧 and Media Library Manager

Web MP3 Player Logo

mp3 web player audio library manager


Release Notes

[Unreleased]

Added

  • Config files for local, dev and production stages

Changed

Fixed

Removed

Changelog

v1.0.3

  • Bump Laravel version to 5.5.43
  • Fixed bug with page stuck when there are no media files in storage

v1.0.2

  • Makefile scenario now used to build and deploy project
  • Frontend components collected by bower task from gulpfile.js

v1.0.1

  • Genre tags added as labels for track
  • gulpfile.js scenario tasks improved
  • setup.sh and setup.rc scripts used to simplify setup and build processes
  • Documentation update
  • Repository page look on github improved with logo image

v1.0.0

  • Laravel 5.2 is now used as a backend framework
  • Items that was uploaded in less than a week ago marked with "NEW" label
  • Ability for visitors to register and become Users with access to private cabinet.
  • Current playing item is moved on top of the list.
  • Possibility to edit item properties from Admin Panel.

v0.0.2

  • Added Plays counter which indicates how many times track was listened

v0.0.1:

  • Add bower.json file
  • Add package.json data
  • Create directories tree structure

Initial release

  • Project repository created