Update CHANGELOG

This commit is contained in:
Andrzej Rybczak
2020-12-13 14:03:32 +01:00
parent 47b3baf93c
commit b2ffa001a1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* Remove Lyricsmania fetcher as it no longer works.
* Fix Genius and Tekstowo fetchers.
* Add dedicated 'Load' action for loading playlists.
* Add 'media_library_hide_album_dates' option to a configuration file.
# ncmpcpp-0.8.2 (2018-04-11)
* Help screen: fixed display of EoF keycode

View File

@@ -173,7 +173,7 @@ struct Configuration
bool visualizer_in_stereo;
bool data_fetching_delay;
bool media_library_sort_by_mtime;
bool media_lib_hide_album_dates;
bool media_lib_hide_album_dates;
bool tag_editor_extended_numeration;
bool discard_colors_if_item_is_selected;
bool store_lyrics_in_song_dir;