Skip to content

ngPost v4.12

Compare
Choose a tag to compare
@mbruel mbruel released this 12 Oct 08:12
· 86 commits to master since this release

####################################################

Release: ngPost v4.12

date: 2020/10/12

####################################################

  • include parpar build in Linux and Windows releases

  • Add proper placeholders to NZB_POST_CMD: nzbPath, nzbName, rarName,...

  • allow to define several NZB_POST_CMD (QStringList rather than QString)

  • Request #79: introduce TMP_RAM with TMP_RAM_RATIO that we'd first use as temporary folder
    for posts that would fit on the disk. Typically for a tmpfs partition.
    The goal is to use RAM I/O instead of SSD and thus preserve the disks ;)

  • Request #78: post under different groups by introducing GROUP_POLICY in config

  • Request #77: MONITOR_NZB_FOLDERS = true - also for --auto flag

  • Issue #76, use a QTabWidget style for macOS issue

  • Adding log to warn about AUTO_COMPRESS

  • Issue #73: close the app instead of hanging if nothing to do (cmd)

  • recursive rar of a folder when -i AND --compress (cmd)

  • Issue #72, support old Qt versions. (tested with v5.5.1)

  • Add attribution to David for his yEnc code from NewsUP

  • Issue #69 RAR_EXTRA forgotten when PostingJob was introduced...