File: ChangeLog

package info (click to toggle)
nzb 0.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 264 kB
  • ctags: 287
  • sloc: cpp: 1,995; makefile: 61
file content (77 lines) | stat: -rw-r--r-- 2,247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
0.2:

 - Added pause and resume support.

0.1.9:

 - Try to output data even if file is broken.
 - Fixed out of order segments causing file corruption bug (#2800317).

0.1.8:

 - Detect RAR file only based on content, not name, when streaming.
 - Gracefully handle network connectivity issues, and reconnect if idle for
   too long.
 - Handle NNTP errors (such as article not found) gracefully.
 - SSL support is now based on Qt's own classes, not the OpenSSL
   implementation as before.
 - Some UI changes due to Qt 4.5.
 - Fixed options dialog bug (could not close).
 - Fixed SSL port bug (#2015067).
 - Added download progress indicator in window title.
 - Minor fix for streaming output issue.

0.1.7:

 - SSL support.
 - Support for nzb.ini file instead of registry for settings on Windows.

0.1.6:

 - Fixed the annoying random crashes on Windows.

0.1.5:

 - UI updates.
 - Fixed download selection bug, unchecking files should actually work now.
 - Option to automatically uncheck parity files from download list.
 - When auto sort is on, put .rar files before .r00, .r01, etc.
 - Several minor bug fixes.

0.1.4:

 - Fixed uuencoding decoder.
 - Accept both 200 and 201 as server ready message. (Bug 1416713)
 - Files are selectable for download. This feature has known bugs.

0.1.3:

 - More information in nzb list and statusbar, including a download speed
   indicator.
 - Auto scrolling of nzb list.
 - Fixed broken yEnc crash.
 - Support for servers that don't require authentication.
 - nzb can try to guess the name of Albums/Artists/Titles from the filename and
   create download folders accordingly.

0.1.2:

 - Support for sub-folder creation based on nzb file name.
 - List (auto) sorting and clearing.
 - Stopping a HTTP stream shouldn't leave processes of the media player or nzb
   running in the background anymore, which could lead to the stream port being
   occupied.
 - Mainwindow splitter state is saved.

0.1.1:

 - uDecode did not return decoded data. Fixed.
 - Check for existing output process before killing one. (Debian Bug #324881)
 - Action menus match current state.
 - CRC32 padding fixes.
 - Decoder status output show more than just Idle.
 - Several user friendliness updates.

0.1:

 - Initial release.