Skip to content

Commit e7146cc

Browse files
committed
0.5.8
1 parent ff79b52 commit e7146cc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.5.8 - 2017-12-21
6+
* Disable slow duration extraction. Some songs may lack a duration but this will avoid slow metadata extraction. We have a solution that is almost done to alleviate this issue, hold tight.
7+
* Better library scan timing.
8+
* Search header is now selectable and wont drag the window.
9+
* feat(playlist): add "Reveal in Finder" context menu option to tracks
10+
* fix(scanning): uncaught TypeError from missing "no" prop (#289)
11+
* fix(sort): send tracks with no artist to bottom
12+
* refactor(log): ignore timeupdate channel
13+
* update add button, refactor button groups
14+
* Fix missing artwork due to a build regression
15+
516
## 0.5.7 - 2017-12-03
617
* Fix range sliders getting stuck in a disabled state (🙏nickpeihl🙏)
718
* Disable nanotiming in production

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperamp",
33
"description": "Indescribable music player",
4-
"version": "0.5.7",
4+
"version": "0.5.8",
55
"author": "Hypermodules (https://github.com/hypermodules)",
66
"browserify": {
77
"transform": [

0 commit comments

Comments
 (0)