You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
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
+
5
16
## 0.5.7 - 2017-12-03
6
17
* Fix range sliders getting stuck in a disabled state (🙏nickpeihl🙏)
0 commit comments