mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 00:19:20 +00:00
Updated changelog and bumped version. Will release after more testing (and any
required bug fixes).
This commit is contained in:
parent
18faa2056d
commit
bf18797b26
@ -1,13 +1,30 @@
|
|||||||
0.8.0
|
0.8.0
|
||||||
|
|
||||||
* added official support for Raspberry Pi running Raspbian!
|
user-facing:
|
||||||
* added better color fallback for non-mutable 256 termianl color palettes
|
|
||||||
* added the ability to enqueue selected tracks, albums, artists, or other
|
* added support for Raspberry Pi running Raspbian!
|
||||||
resources to the play queue by pressing ALT+ENTER.
|
* added preliminary support for playlist editing. all editing is currently
|
||||||
|
in the play queue view.
|
||||||
|
- `ALT+s`: save the current play queue to a named playlist
|
||||||
|
- `ALT+l`: load a previously saved playlist
|
||||||
|
- `ALT+x`: delete a playlist
|
||||||
|
- `ALT+r`: rename a playlist
|
||||||
* added the ability to delete (BACKSPACE on mac, DEL on win32/linux) and reorder
|
* added the ability to delete (BACKSPACE on mac, DEL on win32/linux) and reorder
|
||||||
(ALT+UP/ALT+DOWN win32/mac, CTRL+UP/CTRL+DOWN linux ) selected items in the
|
(ALT+UP/ALT+DOWN win32/mac, CTRL+UP/CTRL+DOWN linux ) selected items in the
|
||||||
play queue.
|
play queue.
|
||||||
|
* added better color fallback for non-mutable 256 termianl color palettes
|
||||||
|
* added the ability to enqueue selected tracks, albums, artists, or other
|
||||||
|
resources to the play queue by pressing ALT+ENTER.
|
||||||
|
* fixed a crash when trying to play a track that has been removed from the
|
||||||
|
database
|
||||||
|
* removed "esc focuses shortcut bar" setting. no longer useful.
|
||||||
|
|
||||||
|
low-level:
|
||||||
|
|
||||||
* fixed cursespp child view coordinates to be relative to their parents
|
* fixed cursespp child view coordinates to be relative to their parents
|
||||||
|
* cleaned up global focus model in cursespp
|
||||||
|
* added IPlaybackService::GetPlayingTrack() to get an IRetainedTrack pointer
|
||||||
|
to the currently playing track; bumped SdkVersion to 2.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define VERSION "0.7.3"
|
#define VERSION "0.8.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user