Skip to content

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 6, 2022
1 parent a41da91 commit 1d9c250
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion creadmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion dmidiplayer.pro
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/dmidiplayer.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions net.sourceforge.dmidiplayer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
</screenshot>
</screenshots>
<releases>
<release version="1.7.1" date="2022-12-06">
<description>
<p>This release includes the following changes</p>
<ul>
<li>Splash screen excluded in Wayland and fixed in other systems.</li>
<li>Italian translation updated. Thanks to Giovanni Mariani.</li>
</ul>
</description>
<url>https://sourceforge.net/p/dmidiplayer/blog/2022/12/drumstick-multiplatform-midi-file-player-171-released/</url>
</release>
<release version="1.7.0" date="2022-08-07">
<description>
<p>This release includes the following changes</p>
Expand Down

0 comments on commit 1d9c250

Please sign in to comment.