Skip to content

Commit

Permalink
Js rework2 (#285)
Browse files Browse the repository at this point in the history
Major js rework
Initial Sidebar implementation
#282
  • Loading branch information
Rello authored Mar 4, 2018
1 parent a814611 commit 4b464ce
Show file tree
Hide file tree
Showing 12 changed files with 2,099 additions and 1,956 deletions.
19 changes: 6 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
# Changelog
All notable changes to the Audio Player project will be documented in this file.

## Unreleased
## 2.2.6 - Unreleased
### Added
-
- Sidebar integration

### Changed
-

### Deprecated
-

### Removed
-
- rework of js backend
- albums cover display performance

### Fixed
-

### Security
-
- caching for cover arts enabled
- Highlight current song in album view [#282](https://github.com/rello/audioplayer/issues/282)

## 2.2.5 - 2018-02-02
### Fixed
Expand Down
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
['name' => 'setting#setStatistics', 'url' => '/setstatistics', 'verb' => 'GET'],
['name' => 'category#getCategory', 'url' => '/getcategory', 'verb' => 'GET'],
['name' => 'category#getCategoryItems', 'url' => '/getcategoryitems', 'verb' => 'GET'],
['name' => 'sidebar#getAudioInfo', 'url' => '/getaudioinfo', 'verb' => 'GET'],
]]);
Loading

0 comments on commit 4b464ce

Please sign in to comment.