Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 1.96 KB

Changelog

2.0.3 - Search window fixed

2.0.2 - Minimal cleanup

  • Settings description fixed
  • [DEV] Some code unified
  • [DEV] eslint configuration fixed

2.0.1 - Security vulnerability fixed

  • [DEV] dot-prop updated from 3.0.0 to 4.2.1.

2.0.0 - Session restoring fixed

  • Serialization fixed (not backward compatible)
  • README file fixed and updated

1.0.2 - Security vulnerability fixed

  • Development dependency lodash updated.

1.0.1 - Security vulnerability fixed

  • npm updated from 6.14.5 to 6.14.6.

1.0.0 - Huge breaking changes

  • Introduced configurable rewind and forward buttons.
  • Renamed some commands (please check the 'API' section at the README file for further information).
  • Introduced project status badge.
  • Spec tests extended.
  • [DEV] Moved from CoffeeScript to JavaScript.
  • [DEV] Moved from atom-space-pen-views to etch.
  • [DEV] Moved from coffeelint to eslint.
  • [DEV] Renamed PlayListView to AtomMusicSearchView.
  • [DEV] Renamed some events.

Special thanks to Tony Brix for making this huge update possible!

0.11.0 - Features and menu changes introduced

  • Multi window support added.
  • Submenu entry moved from 'Packages' to 'View'.
  • Context menu entry removed.
  • Logging introduced.
  • Some patches applied.

0.10.4 - Some minimal updates

  • Automatic releases implemented.
  • Screenshot added.
  • README and LICENSE files updated.

0.10.3 - CI implemented

  • GitHub CI workflow implemented
  • Dependency badge added

0.10.2 - Tests fixed

  • Spec tests fixed.

0.10.1 - Bugfixes

  • Uncaught TypeError fixed.
  • Jump and seek buttons fixed.

0.1.0 - First Release

  • Every feature added
  • Every bug fixed