Skip to content

Commit

Permalink
release v4.9 with fix for Issue #56 (PREPARE_PACKING) and upgrade to …
Browse files Browse the repository at this point in the history
…Qt v5.15.0
  • Loading branch information
mbruel committed Jul 2, 2020
1 parent da016e7 commit 65d5f59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ TODO: include ParPar instead of par2cmdline?
TODO: auto RAR size and par2 parameters depending on the inputs size?


####################################################
### Release: ngPost v4.9 ###
### date: 2020/07/02 ###
####################################################

- Issue #56, fix PREPARE_PACKING to only start one packing at a time!

- update code to remove deprecated methods of Qt v5.15.0 to be ready for the v6

- upgrade Linux, MacOS and Windows releases to Qt v5.15.0



####################################################
### Release: ngPost v4.8 ###
### date: 2020/06/21 vive la Musique! ###
Expand Down
2 changes: 1 addition & 1 deletion src/ngPost.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += network gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

DEFINES += "APP_VERSION=\"4.8\""
DEFINES += "APP_VERSION=\"4.9\""

INCLUDEPATH += $$PWD
TARGET = ngPost
Expand Down

0 comments on commit 65d5f59

Please sign in to comment.