Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jul 5, 2018
1 parent 73fd87f commit 3a228c4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
14 changes: 12 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ Strawberry Music Player
=======================
ChangeLog

Version 0.2.1:

* Fixed crash with newer Qt
* Fixed setting output/device for Xine and VLC backend
* Improved backend settings to better support multiple backends
* Fixed track slider for Xine, VLC and Phonon
* Fixed compilation on MacOs
* Fixed device selection on MacOs
* Added xine on to windows build

Version 0.1.6:
* Fix crash on exit caused by NVIDIA driver
* Fix PulseAudio device selection
* Fixed crash on exit caused by NVIDIA driver
* Fixed PulseAudio device selection
* Improvements to device selection

Version 0.1.5:
Expand Down
6 changes: 3 additions & 3 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 1)
set(STRAWBERRY_VERSION_PATCH 6)
set(STRAWBERRY_VERSION_MINOR 2)
set(STRAWBERRY_VERSION_PATCH 1)
#set(STRAWBERRY_VERSION_PRERELEASE rc1)

set(INCLUDE_GIT_REVISION ON)
set(INCLUDE_GIT_REVISION OFF)

if (WIN32)
set(INCLUDE_GIT_REVISION OFF)
Expand Down
10 changes: 5 additions & 5 deletions dist/windows/strawberry.nsi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!define PRODUCT_NAME "Strawberry"
!define PRODUCT_PUBLISHER "Strawberry"
!define PRODUCT_VERSION_MAJOR 0
!define PRODUCT_VERSION_MINOR 1
!define PRODUCT_VERSION_PATCH 7
!define PRODUCT_DISPLAY_VERSION "0.1.7"
!define PRODUCT_DISPLAY_VERSION_SHORT "0.1.7"
!define PRODUCT_VERSION_MINOR 2
!define PRODUCT_VERSION_PATCH 1
!define PRODUCT_DISPLAY_VERSION "0.2.1"
!define PRODUCT_DISPLAY_VERSION_SHORT "0.2.1"
!define PRODUCT_WEB_SITE "http://www.strawbs.org/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down Expand Up @@ -48,7 +48,7 @@ SetCompressor /SOLID lzma
!insertmacro MUI_LANGUAGE "English" ;first language is the default language

Name "${PRODUCT_NAME}"
OutFile "${PRODUCT_NAME}Setup-0.1.7.exe"
OutFile "${PRODUCT_NAME}Setup-0.2.1.exe"
InstallDir "${PRODUCT_INSTALL_DIR}"

; Get the path where Strawberry was installed previously and set it as default path
Expand Down

0 comments on commit 3a228c4

Please sign in to comment.