File: ChangeLog

package info (click to toggle)
nzb 0.1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 256 kB
  • ctags: 328
  • sloc: cpp: 2,185; makefile: 51
file content (54 lines) | stat: -rw-r--r-- 1,547 bytes parent folder | download
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
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.