diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ef2695e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ + +### RadioStream 0.1.1-alpha + - Added some missing Polish translations. + - [Fixed #41] Search limit setting now works properly. + - [Fixed #46] Now sorting stations by bitrate sorts properly. + - [Fixed #42] Program will not get shut down when some radio station does not work + which previously throw exception which was not caught. + - [Fixed #51] Now when searching for stations only those marked working will be + shown to the user. + - [Fixed #54] Saved stations are stored properly on *Linux*. + diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d75189..7ee6e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.12) -project(RadioStream VERSION "0.1.0") +project(RadioStream VERSION "0.1.1") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") set(MSVC_USE_STATIC_RUNTIME OFF CACHE BOOL "Nana runtime type") #This is nana variable