Skip to content

Commit

Permalink
Update to 0.1.1-alpha version.
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Jun 14, 2019
1 parent 3c64bcf commit d881882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*.

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.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
Expand Down

0 comments on commit d881882

Please sign in to comment.