Skip to content

Commit 85ae0ad

Browse files
committed
ready for v4.14
1 parent 80306a7 commit 85ae0ad

File tree

16 files changed

+3298
-2319
lines changed

16 files changed

+3298
-2319
lines changed

release_notes.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ 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.14 ###
20+
### date: 2020/11/11 ###
21+
####################################################
22+
23+
- Adding PROXY_SOCKS5 support
24+
25+
- Close the NntpConnection when nothing more to post
26+
27+
- Issue #87: NZB_POST_CMD breaks with cURL "=" character
28+
- Issue #88: Error: disconnected connection at end of posts
29+
30+
- add quotes around the name of the file in the header of the Articles
31+
(following discussion with nzbindex, nyuu is doing it already)
32+
33+
- Fix the stat line with the good number of connections used for the post
34+
- Fix GUI crash on job completion...
35+
36+
37+
1838
####################################################
1939
### Release: ngPost v4.13 ###
2040
### date: 2020/10/18 ###

src/lang/ngPost_de.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

src/lang/ngPost_en.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

src/lang/ngPost_es.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

src/lang/ngPost_fr.ts

Lines changed: 481 additions & 344 deletions
Large diffs are not rendered by default.

src/lang/ngPost_nl.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

src/lang/ngPost_pt.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

src/lang/ngPost_zh.ts

Lines changed: 466 additions & 329 deletions
Large diffs are not rendered by default.

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.13\""
4+
DEFINES += "APP_VERSION=\"4.14\""
55

66
INCLUDEPATH += $$PWD
77
TARGET = ngPost

src/resources/lang/ngPost_de.qm

11.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)