Update CHANGELOG

master
Andrzej Rybczak 5 years ago
parent 47b3baf93c
commit b2ffa001a1
  1. 1
      CHANGELOG.md
  2. 2
      src/settings.h

@ -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

@ -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;

Loading…
Cancel
Save