diff --git a/NEWS b/NEWS index f9633709..a1eca260 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ ncmpcpp-0.8 (????-??-??) +ncmpcpp 0.7.4 (2016-04-17) +* Fetching lyrics from lyricwiki.org was fixed. +* Configure script now continues without errors if ICU library was not found. + +ncmpcpp 0.7.3 (2016-01-20) +* Home and End keys are now recognized in a few specific terminal emulators. + ncmpcpp-0.7.2 (2016-01-16) * Attempt to add non-song item to playlist from search engine doesn't trigger assertion failure anymore. * Fetching lyrics from metrolyrics.com was fixed. diff --git a/configure.ac b/configure.ac index db9aeb8c..f24bba81 100644 --- a/configure.ac +++ b/configure.ac @@ -186,7 +186,7 @@ PKG_CHECK_MODULES([ICU], [icu-uc], [ CPPFLAGS="$old_CPPFLAGS" LIBS="$old_LIBS", ) -], []) +], [[]]) dnl ============================= dnl = checking for boost.thread = diff --git a/src/lyrics_fetcher.cpp b/src/lyrics_fetcher.cpp index 2a8ece54..7e1859fe 100644 --- a/src/lyrics_fetcher.cpp +++ b/src/lyrics_fetcher.cpp @@ -126,7 +126,7 @@ LyricsFetcher::Result LyricwikiFetcher::fetch(const std::string &artist, const s return result; } - auto lyrics = getContent("
(.*?)