Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Oct 17, 2019
1 parent a9a72d8 commit 6b473ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b473ec

Please sign in to comment.