Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
raphgodart committed Jan 1, 2017
1 parent 368cf6d commit 5991ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dopamine/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- [Added] Added MetroLyrics as extra automatic lyrics provider (because Chartlyrics went dead)
- [Added] Added an option to enable/disable automatic lyrics providers individually and an option to set a lyrics download timeout
- [Added] Mouse XButton1 plays the previous song, XButton2 plays the next song.
- [Fixed] Artists sorting (song, album, all) was restored after an unmanagable amount of complaints about its removal.
- [Fixed] Lyrics search stops if querying 1 lyrics provider fails, even if there are still other providers to left to use.
- [Fixed] Mute doesn't stick when the next song starts playing
Expand Down
1 change: 0 additions & 1 deletion Dopamine/Views/Shell.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ private void Shell_KeyDown(object sender, KeyEventArgs e)
}
}


private async void Shell_MouseDown(object sender, MouseButtonEventArgs e)
{
if (e.ChangedButton == MouseButton.XButton1)
Expand Down

0 comments on commit 5991ed2

Please sign in to comment.