diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2695e..86893d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### RadioStream 0.2.0 + - [Feature #44] Added functionality for copying text to clipboard (such as station name etc.) + - [Feature #25] Added program icon + - NSIS now uninstall previous versions of RadioStream if installed (Windows) + - [Fixed #70] Program will not crash for some cases of URLs + - [Fixed #68] Now station will not be added to the listbox if at least its url is not provided + - [Fixed #67] Program will not crash when clicking delete without selected station + - [Fixed #50] Added about page + - Fixed installation path on unix + - Fixed problem when volume would change when starting new station ### RadioStream 0.1.1-alpha - Added some missing Polish translations. diff --git a/CMakeLists.txt b/CMakeLists.txt index b166011..c4a1110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project(RadioStream VERSION "0.1.1") +project(RadioStream VERSION "0.2.0") 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