nzb 0.1.7 Released

October 29th, 2006

This release focuses on portability. Settings can now be stored in an nzb.ini file in the program directory, meaning nzb can be used without installing it on the system and configuring it, and it doesn’t have any external dependencies.

SSL support has also been added which is very useful in mobile situations where the network may not be trusted and your credentials should be protected by encrypting the traffic. To utilize the SSL support you need to have a Usenet provider that supports SSL, like Giganews.

ChangeLog

Downloads [Win32, Source]

nzb 0.1.6 Released

October 15th, 2006

This is a pure bugfix release that fixes one bug affecting Windows users. The annoying random crashes on Windows shouldn’t occur anymore.

ChangeLog

Downloads [Win32, Source]

nzb 0.1.5 Released

October 9th, 2006

This release adds a few new features to make downloading smoother, fixes some outstanding bugs and includes some UI updates.

ChangeLog

Downloads [Win32, Source]

nzb 0.1.4 Released

May 14th, 2006

As the next release seems to be talking longer than expected, I’m releasing 0.1.4 to address the uudecoder problem which should have been done months ago. This release also includes a few other fixes.

ChangeLog

Downloads [Win32, Source]

uuencoding decoder broken in 0.1.3

October 8th, 2005

The uuencoding decoder in 0.1.3 has a faulty check that renders it useless. The lack of a check in the output module in combination with the bad decoded data results in a segmentation fault everytime a uuencoded file is decoded.

A fixed version has been committed to CVS.

nzb 0.1.3 Released

October 3rd, 2005

This version contains a few new features and bug fixes. The next release will have a focus on changing the file list so that it can support several new features like queue editing and download/decode status.

ChangeLog

Downloads [Win32, Source]

nzb 0.1.2 Released

September 8th, 2005

This version of nzb adds a few nzb list features, including sorting and clearing. Automatic sub-folder creation when downloading has been added and fixes for the HTTP streamer have been made.

ChangeLog

Downloads [Win32, Source]

nzb 0.1.1 Released

August 26th, 2005

Release 0.1.1 of nzb fixes several bugs and adds functionality for a more user friendly interface.

ChangeLog

Downloads  [Win32, Source]

nzb 0.1 Released

August 21st, 2005

I released nzb 0.1 today. This version works under Linux and Windows and comes with a Windows installer. Debian packages are available as usual. Known bugs: plenty ;)

Download nzb.

Restructuring the nzb project

July 3rd, 2005

I’m thinking of dropping the different modules in favour of one single nzb binary. This binary would provide both console and graphical UIs and libnzb would be dropped all together. nzb would be Qt (4) based and completely platform independent. I will probably begin this process when Qt4 enters Debian/Unstable. If anyone feels this is a bad direction please state your concerns before I break it.