diff --git a/CMakeLists.txt b/CMakeLists.txt index 15028f8..490e788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ project ( dmidiplayer HOMEPAGE_URL "https://sourceforge.net/p/dmidiplayer/" ) -#set(PROJECT_RELEASE_DATE "Aug 7, 2022") +set(PROJECT_RELEASE_DATE "Dec 6, 2022") set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/ChangeLog b/ChangeLog index 867ab4d..23845a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-12-06 + * Release 1.7.1 + +2022-11-06 + * Fixed splash + * Don't show splash in wayland + +2022-08-31 + * Exclude scaling for wayland + * Use the same font for the splash screen on all platforms + 2022-08-30 * Italian translation updated. Thanks to Giovanni Mariani. * Splash screen scaled (by logicalDPI / physicalDPI). diff --git a/README.md b/README.md index 5fdb7ad..e163d57 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Some key features: * Lyrics, Piano Player and MIDI Channels views * Supports MID/KAR/RMI (Standard MIDI Files) and WRK (Cakewalk) file formats +New in v1.7.1: +* Splash screen excluded in Wayland and fixed in other systems +* Italian translation updated. Thanks to Giovanni Mariani + New in v1.7.0: * Persistent song configuration. Stored song settings like volume, pitch, tempo, text encoding and channel settings into song configuration files, either diff --git a/creadmg.sh b/creadmg.sh index fa9fa45..73b4ba0 100755 --- a/creadmg.sh +++ b/creadmg.sh @@ -2,7 +2,7 @@ # create-dmg is available from Homebrew and https://github.com/create-dmg/create-dmg NAME="dmidiplayer" -FULLNAME="${NAME}-1.6.0-mac-x64" +FULLNAME="${NAME}-1.7.1-mac-x64" CURDIR=$(pushd `dirname $0`>/dev/null; pwd; popd>/dev/null) BINDIR=`pwd` diff --git a/dmidiplayer.pro b/dmidiplayer.pro index 906ddee..1c02adc 100644 --- a/dmidiplayer.pro +++ b/dmidiplayer.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = dmidiplayer -VERSION = 1.6.0 +VERSION = 1.7.1 QT += gui widgets printsupport CONFIG += qt thread exceptions c++11 link_pkgconfig INCLUDEPATH += $$(DRUMSTICKINCLUDES) diff --git a/docs/dmidiplayer.1 b/docs/dmidiplayer.1 index b7dc7e0..cbeb423 100644 --- a/docs/dmidiplayer.1 +++ b/docs/dmidiplayer.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 1.19.2.1 .\" -.TH "DMIDIPLAYER" "1" "Aug 7, 2022" "dmidiplayer 1.7.0" "Drumstick MIDI File Player" +.TH "DMIDIPLAYER" "1" "Dec 6, 2022" "dmidiplayer 1.7.1" "Drumstick MIDI File Player" .hy .SH NAME .PP diff --git a/net.sourceforge.dmidiplayer.metainfo.xml b/net.sourceforge.dmidiplayer.metainfo.xml index a42c520..63ba69f 100644 --- a/net.sourceforge.dmidiplayer.metainfo.xml +++ b/net.sourceforge.dmidiplayer.metainfo.xml @@ -30,6 +30,16 @@ + + +

This release includes the following changes

+
    +
  • Splash screen excluded in Wayland and fixed in other systems.
  • +
  • Italian translation updated. Thanks to Giovanni Mariani.
  • +
+
+ https://sourceforge.net/p/dmidiplayer/blog/2022/12/drumstick-multiplatform-midi-file-player-171-released/ +

This release includes the following changes