Skip to content

Commit

Permalink
ready for v4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruel committed Nov 11, 2020
1 parent 80306a7 commit 85ae0ad
Show file tree
Hide file tree
Showing 16 changed files with 3,298 additions and 2,319 deletions.
20 changes: 20 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ TODO: include ParPar instead of par2cmdline?
TODO: auto RAR size and par2 parameters depending on the inputs size?


####################################################
### Release: ngPost v4.14 ###
### date: 2020/11/11 ###
####################################################

- Adding PROXY_SOCKS5 support

- Close the NntpConnection when nothing more to post

- Issue #87: NZB_POST_CMD breaks with cURL "=" character
- Issue #88: Error: disconnected connection at end of posts

- add quotes around the name of the file in the header of the Articles
(following discussion with nzbindex, nyuu is doing it already)

- Fix the stat line with the good number of connections used for the post
- Fix GUI crash on job completion...



####################################################
### Release: ngPost v4.13 ###
### date: 2020/10/18 ###
Expand Down
795 changes: 466 additions & 329 deletions src/lang/ngPost_de.ts

Large diffs are not rendered by default.

795 changes: 466 additions & 329 deletions src/lang/ngPost_en.ts

Large diffs are not rendered by default.

795 changes: 466 additions & 329 deletions src/lang/ngPost_es.ts

Large diffs are not rendered by default.

825 changes: 481 additions & 344 deletions src/lang/ngPost_fr.ts

Large diffs are not rendered by default.

795 changes: 466 additions & 329 deletions src/lang/ngPost_nl.ts

Large diffs are not rendered by default.

795 changes: 466 additions & 329 deletions src/lang/ngPost_pt.ts

Large diffs are not rendered by default.

795 changes: 466 additions & 329 deletions src/lang/ngPost_zh.ts

Large diffs are not rendered by default.

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

INCLUDEPATH += $$PWD
TARGET = ngPost
Expand Down
Binary file modified src/resources/lang/ngPost_de.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_en.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_es.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_fr.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_nl.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_pt.qm
Binary file not shown.
Binary file modified src/resources/lang/ngPost_zh.qm
Binary file not shown.

0 comments on commit 85ae0ad

Please sign in to comment.