Skip to content

Commit 65d5f59

Browse files
committed
release v4.9 with fix for Issue #56 (PREPARE_PACKING) and upgrade to Qt v5.15.0
1 parent da016e7 commit 65d5f59

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

release_notes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ TODO: include ParPar instead of par2cmdline?
1515
TODO: auto RAR size and par2 parameters depending on the inputs size?
1616

1717

18+
####################################################
19+
### Release: ngPost v4.9 ###
20+
### date: 2020/07/02 ###
21+
####################################################
22+
23+
- Issue #56, fix PREPARE_PACKING to only start one packing at a time!
24+
25+
- update code to remove deprecated methods of Qt v5.15.0 to be ready for the v6
26+
27+
- upgrade Linux, MacOS and Windows releases to Qt v5.15.0
28+
29+
30+
1831
####################################################
1932
### Release: ngPost v4.8 ###
2033
### date: 2020/06/21 vive la Musique! ###

src/ngPost.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
QT += network gui
22
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
33

4-
DEFINES += "APP_VERSION=\"4.8\""
4+
DEFINES += "APP_VERSION=\"4.9\""
55

66
INCLUDEPATH += $$PWD
77
TARGET = ngPost

0 commit comments

Comments
 (0)