1 This file was modified by Kalle Olavi Niemitalo on 2007-10-18.
3 0.1 Initial hack version - talks to Toppy and gets HDD size info
5 0.2 Added ability to browse around Toppy filesystem.
6 Download works for small files.
7 Lots of internal parts changed to simplify things.
9 0.21 Fixed bug in downloading.
11 0.3 Save Panel added to choose where to save files to.
12 Fixed memory problem where it was not cleared during long downloads.
14 0.35 Cancelling the "Save As..." panel should now work.
17 0.4 Upload files works (for files <64kB is size).
18 Multiple file download.
19 Bugfix in endian logic.
21 0.5 More error checking in download to prevent crashes if strange Toppy response
23 Debug preference added
24 Determinate progress bar added
25 Removed extra NSLog() statements to cut down on console.log bloat
27 Workaround for navigation errors, so it seems much smoother now
28 Delete function added (Cmd-Delete)...
30 0.6 Fix for freeze on second download
31 Connected message now indicates connection speed
32 Time display is now 24h time (oops)
33 Folders no longer show a date
34 Strange (non-ASCII) characters now work
35 Added menu for all the functions (and keyboard commands)
36 Files are now saved with dates from Toppy
39 0.61 Menus now disabled when not applicable
40 Rename fixed to work on any folder!
41 Timezones are now taken into account in dates
43 0.62 Small change to upload that should hopefully make it more reliable (not publically released)
45 0.63 Fix bug introduced in 0.62 (not publically released)
47 0.7 Added update checking
48 Added feedback menu item
49 Possible fix for various USB 1.1 connection problems
52 0.71 Fixed a problem with really really big filesizes (not publically released)
54 0.72 Fixed problem with multiple deletes in turbo mode (not publically released)
56 0.8 Multiple uploads possible (from same folder)
57 Sorting of table columns added
59 0.9 Turbo checkbox disabled until valid
60 Fix for occasional non-turbo first download when turbo should be on
62 Beep at end of upload/download (might be a pref later)
64 1.0 Added pref to workaround upload bug on specific sized files
65 Slightly less timer updates (hopefully improve turbo speed)
66 Transferring file name is shown
69 Basic AppleScript support (Connect/Upload/Download/Disconnect)
71 1.0.1 Slight bug in New Folder in German Localization fixed
73 1.1 Icon changed slightly to look better
74 USB transfers now use timeouts
75 Upload bug finally fixed
77 1.1.1 10.2 compatability fixed (broke in shift to Xcode 2.1)
78 Filenames containing control characters now work (German)
80 1.2 Drag and drop upload
81 Close widget now quits
82 Double-clicking a file downloads it
84 Preview of txt/ini/tgd files (<100kb) in drawer
86 1.3 UI redesigned around toolbar
87 Menu options moved around
88 Can now drag to Dock icon to upload
89 Sort by file extension
90 Multi-threaded upload and download (except drag-n-drop)
91 Sorting no longer selects column
92 Sorting maintained after navigation
95 Names trimmed of extra 0x05 character which sorted wrong
97 1.4 Rec header preview
99 2.0b1 Added queuing system
101 Removed mainmenu.nib localizations for moment
103 2.0b2 Turbo now only enabled during transfers
104 Interrupted transfers now place themselves at front of queue
105 Transfer times are no longer reset if interrupted
106 Filtering using search bar added
108 2.0b3 (work in progress)
110 Can display more than 574 files per directory
111 CRC checking of downloads and directory listings
112 Some crashes have been fixed, but others remain
113 Plugged several memory leaks
114 Finnish translation is back
115 Removed iLifeControls