Skip to content

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 22, 2021
1 parent bfec496 commit 86a8a89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project ( dmidiplayer
HOMEPAGE_URL "https://sourceforge.net/p/dmidiplayer/"
)

#set(PROJECT_RELEASE_DATE "December 30, 2021")
set(PROJECT_RELEASE_DATE "December 22, 2021")
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021-12-22
* Release 1.5.3

2021-12-18
* replaced deprecated signalSMFText() by signalSMFText2()
* added support for Cakewalk (WRK) format markers
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.5.3:
* After drumstick ticket #37: WRK format markers are supported.
* Replaced deprecated signals from drumstick-file when building with Qt6.

New in v1.5.2:
* New build option USE_QT to choose among Qt major versions (5 or 6). By default (if not set) it uses whatever is found.
* Fix for crash in Linux when using the MIDI connections dialog, and there are not suitable MIDI ports available.
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" "September 19, 2021" "dmidiplayer 1.5.1" "Drumstick MIDI File Player"
.TH "DMIDIPLAYER" "1" "December 22, 2021" "dmidiplayer 1.5.3" "Drumstick MIDI File Player"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.dmidiplayer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</screenshot>
</screenshots>
<releases>
<release version="1.5.3" date="2021-12-24">
<release version="1.5.3" date="2021-12-22">
<description>
<p>This release includes the following changes</p>
<ul>
Expand Down

0 comments on commit 86a8a89

Please sign in to comment.