Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 21, 2017
1 parent ff79b52 commit e7146cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.8 - 2017-12-21
* 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.
* Better library scan timing.
* Search header is now selectable and wont drag the window.
* feat(playlist): add "Reveal in Finder" context menu option to tracks
* fix(scanning): uncaught TypeError from missing "no" prop (#289)
* fix(sort): send tracks with no artist to bottom
* refactor(log): ignore timeupdate channel
* update add button, refactor button groups
* Fix missing artwork due to a build regression

## 0.5.7 - 2017-12-03
* Fix range sliders getting stuck in a disabled state (🙏nickpeihl🙏)
* Disable nanotiming in production
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperamp",
"description": "Indescribable music player",
"version": "0.5.7",
"version": "0.5.8",
"author": "Hypermodules (https://github.com/hypermodules)",
"browserify": {
"transform": [
Expand Down

0 comments on commit e7146cc

Please sign in to comment.