1## [Transmission 3.00](https://github.com/transmission/transmission/releases/tag/3.00) (2020-05-03)
2
3### All Platforms
4- Allow the RPC server to listen on an IPv6 address ([#161](https://github.com/transmission/transmission/pull/161))
5- Change `TR_CURL_SSL_VERIFY` to `TR_CURL_SSL_NO_VERIFY` and enable verification by default ([#334](https://github.com/transmission/transmission/pull/334))
6- Go back to using hash as base name for resume and torrent files (those stored in configuration directory) ([#122](https://github.com/transmission/transmission/pull/122))
7- Handle "fields" argument in "session-get" RPC request; if "fields" array is present in arguments, only return session fields specified; otherwise return all the fields as before
8- Limit the number of incorrect authentication attempts in embedded web server to 100 to prevent brute-force attacks ([#371](https://github.com/transmission/transmission/pull/371))
9- Set idle seed limit range to 1..40320 (4 weeks tops) in all clients ([#212](https://github.com/transmission/transmission/pull/212))
10- Add Peer ID for Xfplay, PicoTorrent, Free Download Manager, Folx, Baidu Netdisk torrent clients ([#256](https://github.com/transmission/transmission/pull/256), [#285](https://github.com/transmission/transmission/pull/285), [#355](https://github.com/transmission/transmission/pull/355), [#363](https://github.com/transmission/transmission/pull/363), [#386](https://github.com/transmission/transmission/pull/386))
11- Announce `INT64_MAX` as size left if the value is unknown (helps with e.g. Amazon S3 trackers) ([#250](https://github.com/transmission/transmission/pull/250))
12- Add `TCP_FASTOPEN` support (should result in slight speedup) ([#184](https://github.com/transmission/transmission/pull/184))
13- Improve ToS handling on IPv6 connections ([#128](https://github.com/transmission/transmission/pull/128), [#341](https://github.com/transmission/transmission/pull/341), [#360](https://github.com/transmission/transmission/pull/360), [#692](https://github.com/transmission/transmission/pull/692), [#737](https://github.com/transmission/transmission/pull/737))
14- Abort handshake if establishing DH shared secret fails (leads to crash) ([#27](https://github.com/transmission/transmission/pull/27))
15- Don't switch trackers while announcing (leads to crash) ([#297](https://github.com/transmission/transmission/pull/297))
16- Improve completion scripts execution and error handling; add support for .cmd and .bat files on Windows ([#405](https://github.com/transmission/transmission/pull/405))
17- Maintain a "session ID" file (in temporary directory) to better detect whether session is local or remote; return the ID as part of "session-get" response (TRAC-5348, [#861](https://github.com/transmission/transmission/pull/861))
18- Change torrent location even if no data move is needed ([#35](https://github.com/transmission/transmission/pull/35))
19- Support CIDR-notated blocklists ([#230](https://github.com/transmission/transmission/pull/230), [#741](https://github.com/transmission/transmission/pull/741))
20- Update the resume file before running scripts ([#825](https://github.com/transmission/transmission/pull/825))
21- Make multiscrape limits adaptive ([#837](https://github.com/transmission/transmission/pull/837))
22- Add labels support to libtransmission and transmission-remote ([#822](https://github.com/transmission/transmission/pull/822))
23- Parse `session-id` header case-insensitively ([#765](https://github.com/transmission/transmission/pull/765))
24- Sanitize suspicious path components instead of rejecting them ([#62](https://github.com/transmission/transmission/pull/62), [#294](https://github.com/transmission/transmission/pull/294))
25- Load CA certs from system store on Windows / OpenSSL ([#446](https://github.com/transmission/transmission/pull/446))
26- Add support for mbedtls (formely polarssl) and wolfssl (formely cyassl), LibreSSL ([#115](https://github.com/transmission/transmission/pull/115), [#116](https://github.com/transmission/transmission/pull/116), [#284](https://github.com/transmission/transmission/pull/284), [#486](https://github.com/transmission/transmission/pull/486), [#524](https://github.com/transmission/transmission/pull/524), [#570](https://github.com/transmission/transmission/pull/570))
27- Fix building against OpenSSL 1.1.0+ ([#24](https://github.com/transmission/transmission/pull/24))
28- Fix quota support for uClibc-ng 1.0.18+ and DragonFly BSD ([#42](https://github.com/transmission/transmission/pull/42), [#58](https://github.com/transmission/transmission/pull/58), [#312](https://github.com/transmission/transmission/pull/312))
29- Fix a number of memory leaks (magnet loading, session shutdown, bencoded data parsing) ([#56](https://github.com/transmission/transmission/pull/56))
30- Bump miniupnpc version to 2.0.20170509 ([#347](https://github.com/transmission/transmission/pull/347))
31- CMake-related improvements (Ninja generator, libappindicator, systemd, Solaris and macOS) ([#72](https://github.com/transmission/transmission/pull/72), [#96](https://github.com/transmission/transmission/pull/96), [#117](https://github.com/transmission/transmission/pull/117), [#118](https://github.com/transmission/transmission/pull/118), [#133](https://github.com/transmission/transmission/pull/133), [#191](https://github.com/transmission/transmission/pull/191))
32- Switch to submodules to manage (most of) third-party dependencies
33- Fail installation on Windows if UCRT is not installed
34
35### Mac Client
36- Bump minimum macOS version to 10.10
37- Dark Mode support ([#644](https://github.com/transmission/transmission/pull/644), [#722](https://github.com/transmission/transmission/pull/722), [#757](https://github.com/transmission/transmission/pull/757), [#779](https://github.com/transmission/transmission/pull/779), [#788](https://github.com/transmission/transmission/pull/788))
38- Remove Growl support, notification center is always used ([#387](https://github.com/transmission/transmission/pull/387))
39- Fix autoupdate on High Sierra and up by bumping the Sparkle version ([#121](https://github.com/transmission/transmission/pull/121), [#600](https://github.com/transmission/transmission/pull/600))
40- Transition to ARC ([#336](https://github.com/transmission/transmission/pull/336))
41- Use proper UTF-8 encoding (with macOS-specific normalization) when setting download/incomplete directory and completion script paths ([#11](https://github.com/transmission/transmission/pull/11))
42- Fix uncaught exception when dragging multiple items between groups ([#51](https://github.com/transmission/transmission/pull/51))
43- Add flat variants of status icons for message log ([#134](https://github.com/transmission/transmission/pull/134))
44- Optimize image resources size ([#304](https://github.com/transmission/transmission/pull/304), [#429](https://github.com/transmission/transmission/pull/429))
45- Update file icon when file name changes ([#37](https://github.com/transmission/transmission/pull/37))
46- Update translations
47
48### GTK+ Client
49- Add queue up/down hotkeys ([#158](https://github.com/transmission/transmission/pull/158))
50- Modernize the .desktop file ([#162](https://github.com/transmission/transmission/pull/162))
51- Add AppData file ([#224](https://github.com/transmission/transmission/pull/224))
52- Add symbolic icon variant for the Gnome top bar and when the high contrast theme is in use ([#414](https://github.com/transmission/transmission/pull/414), [#449](https://github.com/transmission/transmission/pull/449))
53- Update file icon when its name changes ([#37](https://github.com/transmission/transmission/pull/37))
54- Switch from intltool to gettext for translations ([#584](https://github.com/transmission/transmission/pull/584), [#647](https://github.com/transmission/transmission/pull/647))
55- Update translations, add new translations for Portuguese (Portugal)
56
57### Qt Client
58- Bump minimum Qt version to 5.2
59- Fix dropping .torrent files into main window on Windows ([#269](https://github.com/transmission/transmission/pull/269))
60- Fix prepending of drive letter to various user-selected paths on Windows ([#236](https://github.com/transmission/transmission/pull/236), [#307](https://github.com/transmission/transmission/pull/307), [#404](https://github.com/transmission/transmission/pull/404), [#437](https://github.com/transmission/transmission/pull/437), [#699](https://github.com/transmission/transmission/pull/699), [#723](https://github.com/transmission/transmission/pull/723), [#877](https://github.com/transmission/transmission/pull/877))
61- Fix sorting by progress in presence of magnet transfers ([#234](https://github.com/transmission/transmission/pull/234))
62- Fix .torrent file trashing upon addition ([#262](https://github.com/transmission/transmission/pull/262))
63- Add queue up/down hotkeys ([#158](https://github.com/transmission/transmission/pull/158))
64- Reduce torrent properties (file tree) memory usage
65- Display tooltips in torrent properties (file tree) in case the names don't fit ([#411](https://github.com/transmission/transmission/pull/411))
66- Improve UI look on hi-dpi displays (YMMV)
67- Use session ID (if available) to check if session is local or not ([#861](https://github.com/transmission/transmission/pull/861))
68- Use default (instead of system) locale to be more flexible ([#130](https://github.com/transmission/transmission/pull/130))
69- Modernize the .desktop file ([#162](https://github.com/transmission/transmission/pull/162))
70- Update translations, add new translations for Afrikaans, Catalan, Danish, Greek, Norwegian Bokmål, Slovenian
71
72### Daemon
73- Use libsystemd instead of libsystemd-daemon (TRAC-5921)
74- Harden transmission-daemon.service by disallowing privileges elevation ([#795](https://github.com/transmission/transmission/pull/795))
75- Fix exit code to be zero when dumping settings ([#487](https://github.com/transmission/transmission/pull/487))
76
77### Web Client
78- Fix tracker error XSS in inspector (CVE-?)
79- Fix performance issues due to improper use of `setInterval()` for UI refresh (TRAC-6031)
80- Fix recognition of `https://` links in comments field ([#41](https://github.com/transmission/transmission/pull/41), [#180](https://github.com/transmission/transmission/pull/180))
81- Fix torrent list style in Google Chrome 59+ ([#384](https://github.com/transmission/transmission/pull/384))
82- Show ETA in compact view on non-mobile devices ([#146](https://github.com/transmission/transmission/pull/146))
83- Show upload file button on mobile devices ([#320](https://github.com/transmission/transmission/pull/320), [#431](https://github.com/transmission/transmission/pull/431), [#956](https://github.com/transmission/transmission/pull/956))
84- Add keyboard hotkeys for web interface ([#351](https://github.com/transmission/transmission/pull/351))
85- Disable autocompletion in torrent URL field ([#367](https://github.com/transmission/transmission/pull/367))
86
87### Utils
88- Prevent crash in transmission-show displaying torrents with invalid creation date ([#609](https://github.com/transmission/transmission/pull/609))
89- Handle IPv6 RPC addresses in transmission-remote ([#247](https://github.com/transmission/transmission/pull/247))
90- Add `--unsorted` option to transmission-show ([#767](https://github.com/transmission/transmission/pull/767))
91- Widen the torrent-id column in transmission-remote for cleaner formatting ([#840](https://github.com/transmission/transmission/pull/840))
92
93
94## [Transmission 2.94](https://github.com/transmission/transmission/releases/tag/2.94) (2018-05-01)
95### All Platforms
96 * Fix building against LibreSSL ([#284](https://github.com/transmission/transmission/pull/284), [#486](https://github.com/transmission/transmission/pull/486), [#570](https://github.com/transmission/transmission/pull/570))
97 * Fix building against mbedTLS ([#115](https://github.com/transmission/transmission/pull/115), [#528](https://github.com/transmission/transmission/pull/528))
98 * Fix torrents ETA calculation ([#522](https://github.com/transmission/transmission/pull/522))
99 * Fix cross-compilation issues caused by miniupnpc configuration test ([#475](https://github.com/transmission/transmission/pull/475))
100### Qt Client
101 * Fix bad downloaded percentage in DetailsDialog  ([#547](https://github.com/transmission/transmission/pull/547))
102### Web Client
103 * Fix tracker error XSS in inspector (CVE pending)
104 * Fix torrent name HTML-escaping in trackers inspector tab
105
106## [Transmission 2.93](https://github.com/transmission/transmission/releases/tag/2.93) (2018-01-23)
107### All Platforms
108 * Fix CVE-2018-5702 ([#468](https://github.com/transmission/transmission/pull/468))
109 * Fix crash on handshake if establishing DH shared secret fails ([#27](https://github.com/transmission/transmission/pull/27))
110 * Fix crash when switching to next tracker during announcement ([#297](https://github.com/transmission/transmission/pull/297))
111 * Fix potential issue during password salt extraction in OOM situation ([#141](https://github.com/transmission/transmission/pull/141))
112 * Workaround `glib_DEFUN`- and `glib_REQUIRE`-related configuration issue ([#215](https://github.com/transmission/transmission/pull/215))
113 * Fix building against OpenSSL 1.1.0+ ([#24](https://github.com/transmission/transmission/pull/24))
114### Mac Client
115 * Fix uncaught exception when dragging multiple items between groups ([#51](https://github.com/transmission/transmission/pull/51))
116 * Don't hard-code libcrypto version to 0.9.8 in Xcode project ([#71](https://github.com/transmission/transmission/pull/71))
117
118## [Transmission 2.92](https://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity) (2016-03-06)
119### Mac Client
120 * Build OSX.KeRanger.A ransomware removal into the app
121
122## [Transmission 2.91](https://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity) (2016-03-06)
123### All Platforms
124 * Fix Makefile.am to include Windows patches into source archive
125 * Fix miniupnpc script to handle spaces and other special chars in paths
126### Mac Client
127 * Prevent crash during group rules removal in some cases
128 * Fix failure to remove seeding completion notifications from notification center
129 * Show main window and scroll to torrent on notification click
130 * Fix issue on Yosemite where peers view didn't occupy all the available space when web seed view was hidden
131### Qt Client
132 * Fix existing running instance detection and torrents delegation when using DBus
133### Daemon
134 * Fix building on Windows x86
135 * Add `--blocklist-update` argument description to transmission-remote man page
136 * Use `-rad` as short form of `--remove-and-delete` option in transmission-remote
137
138## [Transmission 2.90](https://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity) (2016-02-28)
139### All Platforms
140 * Fix renaming torrent files with common prefix
141 * Fix some more thread safety bugs in the tr_list datatype
142 * Fix infinite loop when removing torrent data
143 * Add support for CyaSSL/WolfSSL and PolarSSL cryptographic backends; bump OpenSSL minimum to v0.9.7
144 * Initial CMake build system support
145 * Many improvements to support Windows builds with MSVS and MinGW; drop XP/2003 support, only Vista and up now
146 * Allow building against system UTP and DHT libraries
147 * Fix several memory leaks and buffer overflows
148 * Support miniupnpc API v14
149 * Fix "prefetch-enabled" value type in settings.json (boolean instead of integer)
150 * Fix some issues discovered by static analysis (cppcheck, coverity)
151 * Fix invalid JSON encoding for non-printable characters
152 * Fix multi-threaded locale use when encoding/decoding JSON data
153 * Fix encrypted communication with libevent 2.1+
154 * Prevent completed pieces modification by webseeds
155 * Require absolute paths in RPC requests
156 * Fix and unify torrent origin display in GTK+, Qt and web clients
157 * Fix crash on session shutdown (evdns_getaddrinfo_cancel)
158 * Retry if RPC server fails to bind to specified address
159 * Improve error checking on metadata retrieval
160 * Improve UTF-8 validity checking (merge changes from LLVM)
161 * Don't build transmission-cli by default (it's long deprecated)
162### Mac Client
163 * UI fixes for OS X 10.9+
164 * Trim potential URIs from clipboard
165 * Allow downloading files from http servers (not https) on OS X 10.11+
166 * Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
167 * Fix global options popover layout
168 * Fix building with Xcode 7+
169 * Drop OS X 10.6 support
170### GTK+ Client
171 * Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window
172 * Don't require DISPLAY if started with `--version` argument
173### Qt Client
174 * Improve performance in Torrent Properties dialog for torrents with lots of files
175 * Prevent entering file renaming mode with mouse double-click
176 * Add context menu on files tab of Torrent Properties dialog resembling that of Mac client
177 * Remove torrent file from watch directory even if "show options dialog" is not set
178 * Use theme-provided icons in system tray and About dialog
179 * Fix initial watch directory scan
180 * Improve filter bar look and feel; lots of other small visual fixes; RTL layout fixes
181 * Show message to the user when duplicate torrent is being added
182 * Improve magnets handling in main window
183 * Display notifications via tray icon if D-Bus is not available
184 * Show notice on top of filtered torrents list; clear whole filter on notice double-click
185 * Add proper compiler flags to indicate C++11 use
186 * Fix translation files loading
187 * Add Chinese (China), German, Indonesian, Italian (Italy), Korean, Polish (Poland), Ukrainian translations; update existing translations
188### Daemon
189 * Run as service on Windows when in background mode
190 * Rework directory watching, add support for native mechanisms on BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges)
191 * Don't make assumptions of remote path validity in transmission-remote
192### Web Client
193 * Content Security Policy enhancements
194 * Enable "resume now" for queued torrents
195 * Mark appropriate fields in preferences dialog as HTML5 number fields
196 * Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones
197
198## [Transmission 2.84](https://trac.transmissionbt.com/query?milestone=2.84&group=component&order=severity) (2014-07-01)
199### All Platforms
200 * Fix peer communication vulnerability (no known exploits) reported by Ben Hawkes
201
202## [Transmission 2.83](https://trac.transmissionbt.com/query?milestone=2.83&group=component&order=severity) (2014-05-18)
203### All Platforms
204 * Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3
205 * Fix network hanging issues that could occur when both UTP and DHT were enabled
206 * Fix 2.82 file descriptor leak when importing a blocklist
207 * Disallow torrents that contain "/../" in the path
208 * Fix 2.82 bug that didn't retain peers between sessions
209 * Fix potential dangling memory error in UDP tracker DNS lookups
210 * Remember a torrent's "queued" state between Transmission sessions
211 * Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9
212 * Autoconf script fixes: better detection of ccache, minupnpc
213 * Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol
214 * Fix thread safety bugs in the tr_list datatype
215 * When determining free disk space on NetBSD>=6, support its Quota feature
216 * Windows portability improvements
217### Mac Client
218 * Share option in File menu and context menu
219 * Show all torrents when the filter bar is hidden
220 * Show zero-byte files correctly
221 * Coalesce multiple Speed Limit Auto Enabled/Disabled notifications
222 * Turkish localization
223 * Removed Brazilian Portuguese localization because of lack of localizer (European Portuguese localization remains)
224### GTK+ Client
225 * Fix threading issue on shutdown
226### Qt Client
227 * Fix toggle-downloading-by-pressing-spacebar in the file list
228 * Fix "Open URL" crash from dangling pointer
229 * Support launching downloaded files from inside Transmission
230 * On Windows, use native Windows icons
231 * Improved network status info and tooltip in the status bar
232 * Fix "Open Torrent" dialog crash in Qt 5.2
233### Daemon
234 * On systemd systems, fix config reloading via 'systemctl reload'
235 * Use libevent's event loop
236 * Fix discrepancy in curl SSL setup between tr-daemon and tr-remote
237 * Fix broken OS X build
238### Web Client
239 * Support file renaming in the web client
240 * Fix incorrect torrent state being displayed for magnet links
241 * Make URLs in the torrent's comment field clickable (and sanitize them to prevent cross-scripting)
242
243## [Transmission 2.82](https://trac.transmissionbt.com/query?milestone=2.82&group=component&order=severity) (2013-08-08)
244### All Platforms
245 * Fix webseed crash
246 * Fix crash when adding UDP trackers whose host's canonical name couldn't be found
247 * Fix crash when sending handshakes to some peers immediately after adding a magnet link
248 * Fix crash when parsing incoming encrypted handshakes when the user is removing the related torrent
249 * Add safeguard to prevent zombie processes after running a script when a torrent finishes downloading
250 * Fix "bad file descriptor" error
251 * Queued torrents no longer show up as paused after exiting & restarting
252 * Fix 2.81 compilation error on OpenBSD
253 * Don't misidentify Tixati as BitTornado
254### Mac Client
255 * Fix bug that had slow download speeds until editing preferences
256### GTK+ Client
257 * Fix crash that occurred in some cases after using Torrent > Set Location
258 * Fix crash where on_app_exit() got called twice in a row
259 * Fix 2.81 compilation error on older versions of glib
260 * Can now open folders that have a '#' in their names
261 * Silence gobject warning when updating a blocklist from URL
262### Qt Client
263 * Qt 5 support
264### Web Client
265 * Fix syntax error in index.html's meta name="viewport"
266 * Fix file uploading issue in Internet Explorer 11
267
268## [Transmission 2.81](https://trac.transmissionbt.com/query?milestone=2.81&group=component&order=severity) (2013-07-17)
269### All Platforms
270 * Fix 2.80 bug that showed the incorrect status for some peers
271 * Better handling of announce errors returned by some trackers
272 * Fix compilation error on Solaris
273### Mac Client
274 * Fix 2.80 crash when removing a torrent when its seed ratio or idle limit is reached
275 * Fix crash when pausing some torrents
276 * Fix 2.80 icon display on Mavericks
277### GTK+ Client
278 * Fix minor memory leaks
279 * Remove OnlyShowIn= from the .desktop file
280### Qt Client
281 * Remove OnlyShowIn= from the .desktop file
282### Daemon
283 * Change the systemd script to start Transmission after the network's initialized
284### Web Client
285 * Slightly better compression of png files
286
287## [Transmission 2.80](https://trac.transmissionbt.com/query?milestone=2.80&group=component&order=severity) (2013-06-25)
288### All Platforms
289 * Support renaming a transfer's files and folders
290 * Remove the most frequent thread locks in libtransmission (ie, fewer beachballs)
291 * Show the free disk space available when adding torrent
292 * Faster reading and parsing of local data files
293 * Better use of the OS's filesystem cache
294 * Lengthen the prefetch cache for data sent to peers
295 * Other small speedups
296 * Replace the previous JSON parser with jsonsl to resolve DFSG licensing issue
297 * Fix fails-to-build when compiling with -Werror=format-security
298 * Improved unit tests in libtransmission
299 * Tarballs are now released only in .xz format
300### Mac Client
301 * Use VDKQueue for watching for torrent files
302### GTK+ Client
303 * Simplify the tracker filter pulldown's interface (now matches the Qt client)
304 * Synced preferences text & shortcuts
305 * Remove deprecated calls to gdk_threads_enter()
306 * Silence a handful of console warnings
307### Qt Client
308 * More efficient updates when receiving information from the server
309 * Add an option to play a sound when a torrent finishes downloading
310 * Add an option to start up iconified into the notification area
311 * Fix an issue with the tray icon preventing hibernation/logout
312 * Other CPU speedups
313 * Open the correct folder when clicking on single-file torrents
314 * Synced preferences text & shortcuts
315 * Fix non Latin-1 unit strings
316### Daemon
317 * Add support for specifying recently-active torrents in transmission-remote
318### Web Client
319 * Extend the cookie lifespan so that settings like sort order don't get lost
320### Utils
321 * Support user-defined piece sizes in transmission-create
322
323## [Transmission 2.77](https://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity) (2013-02-18)
324### All Platforms
325 * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator
326 * Don't invalidate the OS's file cache when closing files
327 * Fix overflow error when setting speed limits above ~8589 kB/s
328 * Generated magnet links didn't include webseeds
329 * Fix minor memory leaks when using webseeds
330### GTK+ Client
331 * Minor pluralization fixes in the UI
332 * Fix folder mis-selection issue in the Preferences dialog
333 * Fix GTK+ console warnings on shutdown
334### Qt Client
335 * Fix non Latin-1 symbol issue when showing file transfer speeds
336 * Fix issue when creating new torrents with multiple trackers
337 * Fix lost text selection in the properties dialog's 'comment' field
338### Daemon
339 * Fix documentation errors in the spec and manpages
340### Web Client
341 * Fix minor DOM leak
342### CLI
343 * Fix transmission-cli failure when the download directory doesn't exist
344
345## [Transmission 2.76](https://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity) (2013-01-08)
346### All Platforms
347 * Better error logging when user-provided scripts can't be executed
348 * The "Time Remaining" property wasn't set for torrents with webseeds but no peers
349 * Fix rare error that created a directory name "$HOME"
350### GTK+ Client
351 * Fix sort-by-age regression introduced in 2.74
352 * The "Edit Trackers" window didn't resize properly due to a 2.70 regression
353 * Raise the main window when presenting it from an App Indicator
354### Qt Client
355 * Add magnet link support to transmission-qt.desktop
356 * Fix notification area bug that inhibited logouts & desktop hibernation
357 * Use the "video" icon when the torrent is an mkv or mp4 file
358 * Toggling the "Append '.part' to incomplete files' names" had no effect
359 * Fix display of the torrent name in the Torrent Options dialog
360 * Fix cursor point bug in the filterbar's entry field
361 * Fix crash when adding a magnet link when Transmission was only visible in the system tray
362 * Fix free-memory-read error on shutdown
363### Daemon
364 * Better watchdir support
365 * Documentation fixes in transmission-remote's manpage
366### Web Client
367 * Fix indentation of the torrent list and toolbar buttons on mobile devices
368### CLI
369 * If the Download directory doesn't exist, try to create it instead of exiting
370
371## [Transmission 2.75](https://trac.transmissionbt.com/query?milestone=2.75&group=component&order=severity) (2012-12-13)
372### Mac
373 * Fix crash on non-English localizations
374
375## [Transmission 2.74](https://trac.transmissionbt.com/query?milestone=2.74&group=component&order=severity) (2012-12-10)
376### All Platforms
377 * Fix a bug that prevented IPv6 addresses from being saved in dht.dat
378 * Better handling of magnet links that contain 'tr.x=' parameters
379 * Add filtering of addresses used for uTP peer connections
380 * Fix detection of whether or not a peer supports uTP connections
381### Mac
382 * Auto-grouping won't apply until torrents are demagnetized
383 * Tweak the inspector's and add window's file lists to avoid auto-hiding scrollbars overlapping the priority controls
384 * Fix potential crash when downloading and seeding complete at the same time
385 * Fix bug where stopped torrents might start when waking the computer from sleep
386### Web Client
387 * Fix a multi-file selection bug
388 * Fix bug where the upload and download arrows and rates would not appear for downloading torrents
389 * Fix bug when displaying the tracker list
390
391## [Transmission 2.73](https://trac.transmissionbt.com/query?milestone=2.73&group=component&order=severity) (2012-10-08)
392### Mac
393 * Fix crash on non-English localizations
394
395## [Transmission 2.72](https://trac.transmissionbt.com/query?milestone=2.72&group=component&order=severity) (2012-10-16)
396### All Platforms
397 * Fix crash when adding magnet links with malformed webseeds
398 * Fix handling of magnet links' webseed URLs that contain whitespace
399 * Fix remaining time estimates of magnet links that have webseeds
400 * Show the webseed count in the torrent list when downloading from webseeds
401### Mac
402 * When possible allow automatic switching to the integrated GPU on dual-GPU machines
403 * Include seeding-complete transfers in the badged count on the Dock icon
404### GTK+
405 * When adding torrents by URL from the clipboard, handle whitespace in the link
406### Qt
407 * Fix dialog memory leaks
408### Web Client
409 * Minor interface fixes
410
411## [Transmission 2.71](https://trac.transmissionbt.com/query?milestone=2.71&group=component&order=severity) (2012-09-26)
412### Mac
413 * Fix 2.70 crasher on 10.6 Snow Leopard
414
415## [Transmission 2.70](https://trac.transmissionbt.com/query?milestone=2.70&group=component&order=severity) (2012-09-25)
416### All Platforms
417 * Improved speed with the µTP protocol
418 * Fix bug that caused some incoming encrypted peer connections to fail
419 * Fix bugs with the speed limit scheduler
420 * Fix crasher with magnet links
421### Mac
422 * Notification Center support on Mountain Lion
423 * Torrent files can be previewed with Quick Look in the Finder
424 * Add an option to remove transfers when seeding completes
425 * Fix displaying the Web Client with Bonjour
426 * Fix bugs with Time Machine exclusions
427 * Other minor interface tweaks and bug fixes
428 * Removed Simplified Chinese localization because of lack of localizer
429### GTK+
430 * Require GTK+ 3.4
431### Qt
432 * Control speed limit from the icon tray
433 * Improved behavior when clicking on torrents in the torrent list
434 * Fix bug where torrent files were not deleted
435 * Fix bug with unicode characters in the default location
436### Web Client
437 * The file inspector tab displays files nested under directories
438 * Improved scrolling on iPad
439 * Fix incorrectly rendered characters
440 * Fix bug involving attempts to post notifications without permission
441
442## [Transmission 2.61](https://trac.transmissionbt.com/query?milestone=2.61&group=component&order=severity) (2012-07-23)
443### Mac
444 * Fix crash when creating a torrent file on Lion or newer
445### GTK+
446 * Support startup notification
447 * Require GTK+ 3
448### Qt
449 * Fix bug when opening the web client via the Preferences dialog
450 * Better opening of magnet links
451 * The Torrent File list now handles very long lists faster
452 * Fix i18n problem introduced in 2.60
453### Web Client
454 * Close potential cross-scripting vulnerability from malicious torrent files
455### Utils
456 * Add magnet link generation to the transmission-show command line tool
457
458## [Transmission 2.60](https://trac.transmissionbt.com/query?milestone=2.60&group=component&order=severity) (2012-07-05)
459### All Platforms
460 * Fix issues when adding magnet links
461 * Improved scraping behavior for certain trackers
462 * Fix bug where cleared statistics might not save
463 * Updated versions of miniupnpc and libuTP
464 * Fixed compilation issues with Solaris and FreeBSD
465 * Other minor fixes
466### Mac
467 * Ready for Gatekeeper on Mountain Lion
468 * Retina graphics
469 * Add a filter and select all/deselect all buttons to the add window
470 * Support Lion's window restoration for several windows
471### Qt
472 * Add Basque translation
473### Web Client
474 * Notification of downloading and seeding completion (requires browser support of notifications)
475 * Re-add select all and deselect all buttons to the file inspector tab
476
477## [Transmission 2.52](https://trac.transmissionbt.com/query?milestone=2.52&group=component&order=severity) (2012-05-19)
478### All Platforms
479 * Fix bug with zero termination of multiscrape strings
480 * Update the bundled libnatpmp and miniupnp port forwarding libraries
481### Mac
482 * Add select all and deselect all buttons to the file inspector tab
483 * Minor interface tweaks and bug fixes
484 * Danish localization
485### GTK+
486 * Fix minor bug in Ubuntu app indicator support
487
488## [Transmission 2.51](https://trac.transmissionbt.com/query?milestone=2.51&group=component&order=severity) (2012-04-08)
489### All Platforms
490 * Update the bundled libnatpmp and miniupnp port forwarding libraries
491 * Add environment variable options to have libcurl verify SSL certs
492 * Support user-specified CXX environment variables during compile time
493### Mac
494 * Raise the allowed limits for many configuration options
495 * Fix regression that ignored user-specified TRANSMISSION_HOME environment
496### GTK+
497 * Fix crash when adding torrents on systems without G_USER_DIRECTORY_DOWNLOAD
498 * Honor the notification sound setting
499 * Add a tooltip to files in the torrents' file list
500 * Fix broken handling of the Cancel button in the "Open URL" dialog
501 * Improve support for Gnome Shell and Unity
502 * Catch SIGTERM instead of SIGKILL
503### Qt
504 * Progress bar colors are now similar to the Mac and Web clients'
505 * Improve the "Open Folder" behavior
506### Web Client
507 * Fix global seed ratio progress bars
508 * Fix sometimes-incorrect ratio being displayed in the inspector
509 * If multiple torrents are selected, show the aggregate info in the inspector
510 * Upgrade to jQuery 1.7.2
511### Daemon
512 * Show magnet link information in transmission-remote -i
513
514## [Transmission 2.50](https://trac.transmissionbt.com/query?milestone=2.50&group=component&order=severity) (2012-02-14)
515### All Platforms
516 * Fix crash when adding some magnet links
517 * Improved support for downloading webseeds with large files
518 * Gracefully handle incorrectly-compressed data from webseed downloads
519 * Fairer bandwidth distribution across connected peers
520 * Use less CPU when calculating undownloaded portions of large torrents
521 * Use the Selection Algorithm, rather than sorting, to select peer candidates
522 * Use base-10 units when displaying bandwidth speed and disk space
523 * If the OS has its own copy of natpmp, prefer it over our bundled version
524 * Fix Fails-To-Build error on Solaris 10 from use of mkdtemp()
525 * Fix Fails-To-Build error on FreeBSD from use of alloca()
526 * Fix Fails-To-Build error when building without a C++ compiler for libuTP
527### Mac
528 * Requires Mac OS X 10.6 Snow Leopard or newer
529 * Animated rows in the main window (Lion only)
530 * Quarantine downloaded files (to protect against malware)
531 * The inspector no longer floats above other windows (by popular demand)
532 * Mist notifications: basic notification support for users without Growl
533 * Support pasting a torrent file URL into the main window (Lion only)
534 * Minor interface tweaks and bug fixes
535### GTK+
536 * Fix regression that broke the "--minimized" command-line argument
537 * Instead of notify-send, use the org.freedesktop.Notifications DBus API
538 * Fix a handful of small memory leaks
539### Qt
540 * Fix FTB when building without libuTP support on Debian
541### Web Client
542 * Filtering by state and tracker
543 * Sorting by size
544 * Larger, easier-to-press toolbar buttons
545 * Fix the torrent size and time remaining in the inspector's details tab
546 * Bundle jQuery and the stylesheets to avoid third-party CDNs
547 * Upgrade to jQuery 1.7.1
548 * Fix runtime errors in IE 8, IE 9, and Opera
549 * Revise CSS stylesheets to use SASS
550 * Minor interface tweaks
551### Daemon
552 * Fix corrupted status string in transmission-remote
553
554## [Transmission 2.42](https://trac.transmissionbt.com/query?milestone=2.42&group=component&order=severity) (2011-10-19)
555### All Platforms
556 * Fix error connecting to UDP trackers from big-endian computers
557 * Fix RPC error when editing UDP trackers
558 * Fix build failure when a C++ compiler is not installed
559### Mac
560 * Fix a potential crash on 10.5 Leopard
561 * Fix bugs with the tracker and file inspector tables
562### GTK+
563 * Support GTK+ 3.2
564 * Fix crasher on systems not running DBus
565### Qt
566 * Updated Lithuanian translation
567### Web Client
568 * Fix bug which broke Opera support
569
570## [Transmission 2.41](https://trac.transmissionbt.com/query?milestone=2.41&group=component&order=severity) (2011-10-08)
571### Mac
572 * Fix crasher on 10.5 Leopard
573
574## [Transmission 2.40](https://trac.transmissionbt.com/query?milestone=2.40&group=component&order=severity) (2011-10-08)
575### All Platforms
576 * Torrent queuing
577 * Improved webseed support
578 * Fix crash when removing a magnetized transfer
579 * Fix adding transfers over RPC when a subfolder does not exist
580 * Other minor fixes
581### Mac
582 * Lion: Use popovers for the global and per-torrent action menus
583 * Lion: Animations in the inspector's file list and the message window
584 * Support sorting transfers by size
585 * No longer keep track of recently opened torrent files
586 * Apply group locations when adding transfers through the web client/RPC
587 * Minor interface tweaks and behavior adjustments
588### GTK+
589 * Add GTK+ 3 support
590 * Make popup notification and system sounds system-configurable
591 * Add a settings option to hard-delete files instead of using the recycle bin
592 * Raise the minimum library requirements for GTK+ to 2.22 and glib to 2.28
593### Qt
594 * Add popup notification for finished torrents
595 * Fix non-UTF-8 display issue in the "New Torrent" dialog
596### Daemon
597 * SSL support in transmission-remote
598### Web Client
599 * Speed improvements
600 * Add filtering by tracker
601 * Allow preference changes on mobile devices
602 * Allow compact view on mobile devices
603 * Stop ratio functionality
604 * Compact view interface improvements
605### Utils
606 * Fix transmission-edit bug when adding a tracker to a single-tracker torrent
607 * Fix transmission-create bug when specifying a directory with a leading "./"
608
609## [Transmission 2.33](https://trac.transmissionbt.com/query?milestone=2.33&group=component&order=severity) (2011-07-20)
610### All Platforms
611 * Improved webseed support
612 * Better support for moving and deleting files
613 * Fix "Too many open files" bug
614 * Apply blocklists towards DHT communication
615 * Fix displayed availability
616### Mac
617 * Minor Lion interface tweaks
618### GTK+
619 * Remove deprecated GConf2 dependency
620### Qt
621 * Fix high CPU issues
622 * Fix wrong torrent count on tracker filterbar
623 * Update Spanish translation
624
625## [Transmission 2.32](https://trac.transmissionbt.com/query?milestone=2.32&group=component&order=severity) (2011-06-28)
626### All Platforms
627 * Fix error caused by some "open-file-limit" configuration settings
628 * Fix 2.30 problem seeding to some peers
629 * Fix bug converting torrent file text contents to UTF-8
630 * Better µTP support on systems running uClibc
631 * Other small bug fixes
632### Mac
633 * Improved tabbing behavior
634 * Lion compatibility
635 * Minor interface tweaks and stability fixes
636### GTK+
637 * Fix 2.30 error opening torrents from a web browser
638 * Remove GNOME desktop proxy support
639### Web Client
640 * Fix bug when adding torrents
641 * Add torrents by info hash in the add dialog
642 * Sorting by ratio
643 * Allow drag-and-drop to add links
644
645## [Transmission 2.31](https://trac.transmissionbt.com/query?milestone=2.31&group=component&order=severity) (2011-05-17)
646### All Platforms
647 * This release fixes a 2.30 packaging error
648
649## [Transmission 2.30](https://trac.transmissionbt.com/query?milestone=2.30&group=component&order=severity) (2011-05-16)
650### All Platforms
651 * µTP support
652 * UDP tracker support
653 * Multiscrape support
654 * Download scarcest pieces first
655 * The "lazy bitfield" feature has been superseded by the "Fast Extension" BEP6
656 * Scripts are passed the environment
657### Mac
658 * An Intel Mac is now required
659 * Ability to remove all completed (finished seeding) transfers
660 * The Web Interface is published over Wide-Area Bonjour
661 * Enhanced grouping rules
662 * Interface tweaks
663### GTK+
664 * Added 256 x 256 icon by Andreas Nilsson
665 * Register as a magnet link handler in the .desktop file
666### Web Client
667 * Peer and Network preferences
668
669## [Transmission 2.22](https://trac.transmissionbt.com/query?milestone=2.22&group=component&order=severity) (2011-03-04)
670### All Platforms
671 * Faster endgame
672 * Fix bug where leechers might be disconnected while seeding in some situations
673 * Fix 2.20 bug that sometimes showed inaccurate upload/download speeds
674 * Support for unsorted blocklists
675 * Fix IPv6 DHT
676 * Re-add support to automatically close idle peers
677 * Fix bug where the resume file did not save the time checked for the last piece
678### Mac
679 * Fixes for Dutch, German, and Russian localizations
680### GTK+
681 * Fix setting individual idle seeding time
682### Qt
683 * Fix loading localizations on Linux
684### CLI
685 * Fix bandwidth display issue
686
687## [Transmission 2.21](https://trac.transmissionbt.com/query?milestone=2.21&group=component&order=severity) (2011-02-08)
688### All Platforms
689 * Fix compile error in the 2.20 tarball
690### GTK+
691 * Several updated translations
692### Qt
693 * Updated Spanish translation
694
695## [Transmission 2.20](https://trac.transmissionbt.com/query?milestone=2.20&group=component&order=severity) (2011-02-06)
696### All Platforms
697 * Remember downloaded files when a drive is unplugged
698 * File re-verification is no longer needed in some situations
699 * Fix "Too many open files" error
700 * Show the total downloading and seeding time per torrent
701 * Fix webseeds
702 * Better support for IPv6-only trackers
703 * Add the ability to shutdown Transmission sessions via RPC
704 * NAT-PMP and UPnP now also map the UDP port
705 * Update the DHT code to dht-0.18
706 * Faster parsing of bencoded data
707 * Improve support for running scripts when a torrent finishes downloading
708 * Fix reannounce interval when trackers return a 404 error
709 * Fix checksum error on platforms running uClibc 0.9.27 or older
710 * Fix memmem() errors on Solaris
711### Mac
712 * Fix issues in the German and Spanish localizations
713 * Interface tweaks
714 * Support ZIP and other compression formats in the blocklist downloader
715### GTK+
716 * Add "Add" and "Remove" buttons to the tracker list
717 * Add filesize column to the files list
718 * Several minor bug fixes and interface improvements
719### Qt
720 * Accept info_hash values in the "Add url..." dialog
721### Daemon
722 * Add "reannounce to tracker" option to transmission-remote
723 * transmission-remote can now read auth info from environment variables
724 * Fix configuration file bug with transmission-daemon running on Macs
725### Web Client
726 * Right-clicking a torrent now works with Firefox / Firegestures / Ubuntu
727### Utils
728 * Fix error when replacing substrings in tracker announce URLs
729 * Webseeds are now displayed in transmission-show
730
731## [Transmission 2.13](https://trac.transmissionbt.com/query?milestone=2.13&group=component&order=severity) (2010-12-09)
732### All Platforms
733 * Fix "No Announce Scheduled" tracker error
734 * Fix build error on Solaris 10
735 * Fix RPC documentation errors
736 * Fix minor packaging errors
737### Mac
738 * Add option to run a script when torrents finish downloading
739 * Simplify editing the blocklist URL in the preferences window
740### GTK+
741 * Unblur the statusbar icons
742 * Fix truncation error in the Torrent Properties dialog
743### Qt
744 * Fix crash when opening the Torrent Properties dialog on magnet links
745 * Fix "undo" error when making changes in the Torrent Properties dialog
746 * Add Brazilian Portuguese Translation
747 * Add Spanish (LAC) Translation
748
749## [Transmission 2.12](https://trac.transmissionbt.com/query?milestone=2.12&group=component&order=severity) (2010-11-14)
750### All Platforms
751 * Make the blocklist URL user-configurable
752 * Several minor bug fixes and CPU speed improvements
753 * Use slightly less bandwidth in DHT messages
754 * Fix 2.10 build issue on uClibc systems
755### Mac
756 * Sort the file list alphabetically
757 * Ensure the proper extension is used when saving the torrent file
758 * Allow the Quick Look command when the inspector window has focus
759### GTK+
760 * Fix 2.11 crash when opening the Properties dialog on a magnet link torrent
761 * Fix 2.00 regression which failed to inhibit hibernation on laptops
762### Qt
763 * Fix 2.10 build issue on Ubuntu
764### CLI
765 * Fix 2.10 crash
766### Web Client
767 * Upgrade to jQuery 1.4.3
768 * Fix 2.11 regression when using the web client on IE7 or IE8
769
770## [Transmission 2.11](https://trac.transmissionbt.com/query?milestone=2.11&group=component&order=severity) (2010-10-16)
771### All Platforms
772 * Fix a 2.10 crash
773 * Fix minor build issues on various platforms, particularly embedded systems
774 * Fix issue when saving bencoded files on small hardware running uClibc
775 * Fix minor rounding issue when displaying percentages
776 * Fix the optimistic unchoke interval
777### Mac
778 * Swipe to change inspector tab
779### GTK+
780 * Fix drag-and-dropping a magnet link
781 * Fix hiding dialogs when hiding Transmission in the notification area
782### Qt
783 * Fix crash in the file tree
784### Daemon
785 * Fix missing status message when using "transmission-remote --add"
786### Web Client
787 * Add Transmission website links to the action menu
788
789## [Transmission 2.10](https://trac.transmissionbt.com/query?milestone=2.10&group=component&order=severity) (2010-10-07)
790### All Platforms
791 * Support for automatically stopping idle seeding torrents
792 * Small memory cache to reduce disk IO
793 * gzip compression support added to the RPC server
794 * Add support for a cookies.txt file
795 * Minor CPU optimizations
796### Mac
797 * Display file sizes and speeds in base 10 on Snow Leopard
798### GTK+
799 * Files and folders can be opened by clicking on them in the files list
800 * Update the interface when session changes are made via RPC
801 * Fix the Details dialog to fit on a netbook screen
802### Qt
803 * Tracker announce list editing
804 * New filterbar
805 * Improved display for showing a torrent's tracker announces
806 * Better DBUS integration
807 * Support adding torrents via drag-and-drop
808 * Add Desktop Notification for added/complete torrents
809 * Other minor improvements
810### Web Client
811 * Peer list added to the inspector
812 * Compact view mode
813 * Support filtering by active and finished
814 * Support sorting by size
815### Daemon
816 * Allow the .pidfile location to be set in settings.json
817### Utils
818 * New command-line utility "transmission-edit" for editing torrent files
819 * New command-line utility "transmission-show" for viewing torrent files
820 * New command-line utility "transmission-create" for creating torrent files
821
822## [Transmission 2.04](https://trac.transmissionbt.com/query?milestone=2.04&group=component&order=severity) (2010-08-06)
823### All Platforms
824 * Improved shutdown time in some situations
825 * Fix display bug in tr_truncd()
826### Mac
827 * Fix bug that caused Local Peer Discovery to always be disabled on startup
828### GTK+
829 * Fix inaccurate "active torrent" counts in the filterbar
830 * Fix display bug with magnet link names
831### Qt
832 * Fix crash when accessing a password-protected remote session
833### Web Client
834 * Fix bad redirect
835
836## [Transmission 2.03](https://trac.transmissionbt.com/query?milestone=2.03&group=component&order=severity) (2010-07-21)
837### Mac
838 * Fix 2.02 bug where new transfers could not be added and the inspector would not appear
839
840## [Transmission 2.02](https://trac.transmissionbt.com/query?milestone=2.02&group=component&order=severity) (2010-07-19)
841### All Platforms
842 * Fix NAT-PMP port forwarding issue on some systems
843 * Fix filename errors for torrents whose files are encoded in ISO-8859-1
844 * Fix rare crash on shutdown
845 * Fix the RPC server's redirect URL to allow HTTPS proxies like stunnel
846 * Replace less-portable calls with posix nanosleep()
847### Mac
848 * Use F_NOCACHE to keep "inactive memory" in check
849### GTK+
850 * Fix crash when opening the Properties dialog on a magnet link without metainfo
851 * Fix crash when removing multiple torrents at once
852 * Allow individual torrents' download speed limits to be set to zero
853 * Fix translation error with some error messages
854### Qt
855 * Fix CPU spike when opening the Properties dialog
856 * Fix compilation issue with Qt < 4.5
857
858## [Transmission 2.01](https://trac.transmissionbt.com/query?milestone=2.01&group=component&order=severity) (2010-06-26)
859### All Platforms
860 * Better tracker announce management when completed torrents are moved from the incomplete directory
861 * Speed up moving local data from one disk to another
862 * Better parsing of nonstandard magnet links
863### Mac
864 * If the seed ratio is already met when download completes, still perform the Growl notification and download-complete sound
865 * Fix the Help buttons in the preferences window
866### GTK+
867 * Faster torrent file parsing
868 * Fix the magnet link options dialog does not respect setting
869 * Add an error popup if "Add URL" fails
870### Qt
871 * Fix crash after getting magnet torrent metadata
872 * Fix torrent ratio goals
873 * Fix "add torrent" dialog bug on KDE desktops that popped up previous torrents
874 * Fix 2.00 bug that prevented multiple instances from being run
875 * Fix remote mode bug that kept the torrent list from being shown
876 * Support encryption settings in the preferences dialog
877 * Use flagStr in the status field of the peer list
878 * Request a full refresh when changing the session source
879 * Fix the torrent list jumping to the top when a torrent is removed
880### Web Client
881 * Fix display bug caused by removal of a torrent hidden by the current filter
882
883## [Transmission 2.00](https://trac.transmissionbt.com/query?milestone=2.00&group=component&order=severity) (2010-06-15)
884### All Platforms
885 * "Local Peer Discovery" for finding peers on the local network
886 * Optimize download requests for the bandwidth available
887 * Smarter heuristics when deciding the order to connect to peers
888 * Faster verification of local data
889 * Faster startup
890 * Support more blocklist file formats
891 * Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)
892 * Better handling of 404 tracker errors
893### Mac
894 * Compact View replaces Minimal View, taking up considerably less space
895 * Show an Add Transfer window when adding magnet links
896 * "Resume All" now ignores finished transfers
897 * Allow trackers to be pasted into the Create Window
898 * European Portuguese localization
899 * Removed Traditional Chinese localization because of lack of localizer
900### GTK+
901 * New filterbar to filter by tracker, private/public, etc.
902 * Compact View replaces Minimal View, taking up considerably less space
903 * Show the Torrent Options dialog when adding magnet links
904 * "Set Location" now supports moving multiple torrents at once
905 * The Properties window now fits on low resolution screens
906 * Add favicon support to the Properties dialog's Tracker tab
907### Qt
908 * Show the Torrent Options dialog when adding magnet links
909 * Show all active trackers in the tracker display list
910 * Show file sizes in the file tree
911 * Added a confirm dialog when removing torrents
912 * Properties and torrent options no longer jump around while editing
913 * Allow setting locations for remote sessions
914 * Miscellaneous UI fixes
915### Daemon
916 * Let users specify a script to be invoked when a torrent finishes downloading
917 * Better support for adding per-torrent settings when adding a new torrent
918 * Optional pidfile support
919 * Option to start torrents paused
920 * Option to delete torrent files from watch directory
921### Web Client
922 * The context menu now works when multiple rows are selected
923 * Show ETA for seeding torrents that have a seed ratio set
924
925## [Transmission 1.93](https://trac.transmissionbt.com/query?milestone=1.93&group=component&order=severity) (2010-05-01)
926### All Platforms
927 * Fix rare crash when some peers disconnected unexpectedly
928 * Fix bug which didn't parse scheduled speed limit dates correctly
929 * Fix bug that broke magnet links whose names contained slashes
930 * Fix crash when updating the blocklist when the disk is full
931 * Fix slow file preallocation on Unix systems not using ext3/ext4
932 * Fix regression which broke the "bind-address-ipv4" configuration setting
933 * For better security, Web client connections are disabled by default
934 * Update to miniupnpc-1.4
935 * Transmission builds out-of-the-box with Curl 7.15.5. (Hello CentOS!)
936### GTK+
937 * Use the size for the system tray icon
938### Qt
939 * Fix bug that crashed when removing more than one torrent at once
940 * Fix bug when parsing the remote password from the command line
941 * Add support for the "incomplete directory" in the preferences dialog
942 * Don't show "time remaining" for paused torrents
943### Daemon
944 * Fix bug parsing RPC requests when setting which files to not download
945 * Fix possible crash when using inotify for the daemon's watchdir
946 * Fix bugs in the configure script
947 * Fix bug updating the blocklist over RPC
948### Web Client
949 * Fix bug that broke the "reverse sort order" menu checkbox
950
951## [Transmission 1.92](https://trac.transmissionbt.com/query?milestone=1.92&group=component&order=severity) (2010-03-14)
952### All Platforms
953 * Fix possible data corruption issue caused by data sent by bad peers during endgame
954 * Fix potential buffer overflow when adding maliciously-crafted magnet links
955 * Fix announces to IPv6 trackers
956 * Fix DNS problems on some platforms, including Debian
957 * Fix issues with the incomplete directory functionality
958 * Fix port forwarding error on some routers by updating libnatpmp and miniupnp
959### Mac
960 * Fix bug where setting low priority in the add window resulted in high priority
961### GTK+
962 * Fix directory selection error in GTK+ 2.19
963 * Small GUI improvements: HIG correctness, remove deprecated GTK+ calls, etc.
964### Daemon
965 * Fix 1.91 build error on Mac and FreeBSD
966 * Standardize the daemon's watchdir feature to behave like the other clients'
967### Web Client
968 * Statistics dialog
969 * Fix error in "trash data & remove from list" that didn't trash all data
970 * Fix display of ratios and time
971 * Update to jQuery 1.4.2
972
973## [Transmission 1.91](https://trac.transmissionbt.com/query?milestone=1.91&group=component&order=severity) (2010-02-21)
974### All Platforms
975 * Fix 1.90 crash-on-startup bug that affected some users
976 * Fix 1.90 bug that caused the "turtle mode" state to be forgotten between sessions
977 * Fix 1.83 crash when adding a torrent by URL from an ftp source via the web client
978 * For the BitTorrent spec's "downloaded=X" passage, use the de facto standard
979### Mac
980 * Fix 1.90 bug when removing trackers
981
982## [Transmission 1.90](https://trac.transmissionbt.com/query?milestone=1.90&group=component&order=severity) (2010-02-16)
983### All Platforms
984 * Add an option to disable the .part suffix for incomplete files
985 * Add priority selector to GUI clients' add torrent windows
986 * Fix 1.81 bug that broke HTTP requests to sites that gave HTTP 301 redirects
987 * Fix 1.8x bug in announcing "finished downloading" and "stopping" at the same time
988 * Fix 1.8x bug in announcing partial seeds
989 * Try harder to make announces finish, even if the tracker responds slowly
990 * Fix bug that didn't honor download speed limits of 0
991 * Use fallocate64() for fast file preallocation on systems that support it
992 * Magnet link improvements
993 * Don't let "Disk is full" errors cause loss of configuration files
994 * Faster parsing of bencoded data, such as torrent files
995### Mac
996 * Display information for all selected transfers in the inspector's tracker and peer tabs
997 * Add a filter to the message log
998 * Fix potential crash when updating the blocklist
999 * Fix bug that caused the speed limit scheduler to not be applied after sleep
1000 * Remove excessive file selection for the per-torrent action menu
1001 * Smaller interface tweaks
1002### GTK+
1003 * Give more helpful error messages if "Set Location" or "Add Magnet Link" fail
1004 * Add optional support for libappindicator
1005 * Minor build fixes
1006### Daemon
1007 * Add transmission-remote support for port testing and blocklist updating
1008 * Add transmission-daemon support for incomplete-dir, dht, and seedratio
1009 * If settings.json is corrupt, give an error telling where the problem is
1010 * Add option to specify where log messages should be written
1011### Web Client
1012 * Add a tracker tab to the inspector
1013 * Fix 1.8x display error when showing magnet link information
1014### Qt
1015 * Fix bug that prevented torrents from being added via web browsers
1016
1017## [Transmission 1.83](https://trac.transmissionbt.com/query?milestone=1.83&group=component&order=severity) (2010-01-28)
1018### All Platforms
1019 * Fix 1.80 announce error that caused uploads and downloads to periodically freeze
1020 * Fix 1.80 announce timeout error that caused "no response from tracker" message
1021 * Fix 1.80 "file not found" error message that stopped some torrents
1022 * Fix 1.82 crash when adding new torrents via their ftp URL
1023 * Fix 1.80 crash when receiving invalid request messages from peers
1024 * Fix 1.82 error when updating the blocklist
1025
1026## [Transmission 1.82](https://trac.transmissionbt.com/query?milestone=1.82&group=component&order=severity) (2010-01-23)
1027### All Platforms
1028 * The 1.81 announce's "Host" HTTP header didn't contain the host's port number
1029
1030## [Transmission 1.81](https://trac.transmissionbt.com/query?milestone=1.81&group=component&order=severity) (2010-01-22)
1031### All Platforms
1032 * Fix 1.80 bug that misparsed some magnet links
1033 * Fix 1.80 bug that caused startup to be very sluggish for some people
1034### Mac
1035 * Fix dragging URLs onto the dock icon
1036 * Fix auto-grouping by file name
1037
1038## [Transmission 1.80](https://trac.transmissionbt.com/query?milestone=1.80&group=component&order=severity) (2010-01-20)
1039### All Platforms
1040 * Add support for magnet links
1041 * Add support for trackerless torrents
1042 * Add optional "incomplete directory" where partial downloads are stored
1043 * Add .part to incomplete files' filenames
1044 * Find more peers by announcing to each tier in a torrent's tracker list, rather than only one
1045 * Fix vulnerability from maliciously-crafted torrent files that could overwrite other files
1046 * Improved IPv6 support
1047 * Improved PEX sharing with other peers
1048 * Faster management of large peer lists
1049 * DHT improvements to bootstrapping and IPv6
1050 * Newly-added torrents without local data don't wait in the "Verify Local Data" queue anymore
1051 * Add an OS hint to not cache local data during torrent verification
1052 * Use less CPU when making encrypted handshakes to peers
1053 * Better filtering of bad IP addresses
1054 * Fix bug that gave "too many open files" error messages
1055 * Fix bug that could crash Transmission on shutdown
1056 * Fix bug that could unpause or repause a torrent on startup
1057 * When uploading, improve disk IO performance by prefetching the data in batches
1058 * Portability fixes for embedded systems
1059 * Other small bug fixes and improvements
1060### Mac
1061 * Redesigned trackers inspector tab with favicons and copy-paste functionality (paste lists of multiple trackers)
1062 * Message log stores all messages and does real filtering
1063 * Quick Look restored on Snow Leopard
1064 * Moving data and incomplete folder are now handled by libtransmission
1065 * Improved reveal in Finder functionality on Snow Leopard
1066 * Various smaller behavior and interface tweaks
1067 * German and Simplified Chinese localizations
1068 * Removed Turkish localization because of lack of localizer
1069### GTK+
1070 * Support org.gnome.SessionManager interface for inhibiting hibernation
1071 * Added support for adding torrents by URL or magnet link
1072 * Add optional "download complete" sound using the XDG sound naming spec
1073 * When creating a torrent, make it easier to auto-add that new torrent
1074 * New statusbar "Ratio" icon submitted by jimmac
1075 * Fix minor memory leaks
1076 * GNOME HIG improvements
1077### Daemon
1078 * When running as a daemon, send log messages to syslog
1079 * Reload settings.json when receiving SIGHUP
1080 * transmission-remote now allows per-torrent speed limits to be set
1081### Web Client
1082 * Add speed limit "turtle mode" support
1083 * Double-clicking a torrent opens/closes the torrent inspector
1084 * Add "Start When Added" checkbox when adding torrents
1085 * Add Select All / Deselect All buttons to the file inspector
1086 * Add version information to the preferences dialog
1087 * Ensure the context menu goes away when clicking on torrents
1088 * Fix bug that obscured part of the context menu
1089
1090## [Transmission 1.77](https://trac.transmissionbt.com/query?milestone=1.77&group=component&order=severity) (2010-01-04)
1091### All Platforms
1092 * Protect against potential data loss by maliciously-crafted torrent files
1093 * Fix minor build issues and packaging issues on various platforms
1094 * Fix 1.7x error that could unpause or repause a torrent on startup
1095 * Minor CPU speedups
1096### GTK+
1097 * Fix crash on shutdown
1098 * Fix GIcon memory leak
1099
1100## [Transmission 1.76](https://trac.transmissionbt.com/query?milestone=1.76&group=component&order=severity) (2009-10-24)
1101### All Platforms
1102 * Fix potential data loss when moving torrents to where they already are
1103 * Fix minor protocol error that didn't send a port message to some peers
1104 * Fix minor manpage errors
1105### Mac
1106 * Fix a potential crasher on Snow Leopard
1107 * When creating a multi-tracker torrent, give each tracker its own tier
1108 * Fix display glitch when changing sort to "Queue Order"
1109### Daemon
1110 * Fix potential data loss when using "transmission-remote --find"
1111 * Fix ratio-limit bug on some uClibc systems
1112 * Fix invalid JSON "nan" error on optware
1113### GTK+
1114 * Fix crash in the Preferences dialog when testing to see if the port is open
1115 * Fix crash on exit when a torrent's Properties dialog is open
1116 * Fix tracker address display error in the torrent Properties dialog
1117 * Fix tray menu's main window status when Transmission is started minimized
1118 * Fix broken SIGINT (ctrl-c) handling
1119 * Fix 1.61 build failure on systems with new versions of glib but older versions of gtk
1120### Qt
1121 * Fix crash when removing expired torrents from the display
1122 * Fix client from closing, rather than closing to the system tray, when clicking X
1123 * Cannot open a torrent in KDE4 with right-clicking
1124
1125## [Transmission 1.75](https://trac.transmissionbt.com/query?milestone=1.75&group=component&order=severity) (2009-09-13)
1126### All Platforms
1127 * Don't wait so long on unresponsive trackers if there are other trackers to try
1128 * Adding corrupt/invalid torrents could crash Transmission
1129 * Fix 1.74 bug that caused a high CPU load on startup
1130 * Fix 1.74 bug that stopped multitracker if a single tracker sent an error message
1131 * Fix bug in converting other charsets to UTF-8
1132 * Handle HTTP redirects more gracefully
1133 * Faster verification of local data for torrents with small piece size
1134 * Fix 1.74 build error when compiling without DHT
1135### Mac
1136 * Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard
1137 * Fix error when creating a torrent file while still changing the announce address
1138### GTK+
1139 * Fix "sort by time remaining"
1140 * Fix the turtle toggle button on old versions of GTK+
1141 * Fix startup error if another copy of the Transmission GTK client is running
1142 * Fix clang build issue
1143
1144## [Transmission 1.74](https://trac.transmissionbt.com/query?milestone=1.74&group=component&order=severity) (2009-08-24)
1145### All Platforms
1146 * Better data recovery in the case of an OS or Transmission crash
1147 * If a data file is moved, stop the torrent instead of redownloading it
1148 * Fix bug that didn't list some peers in the resume file and in PEX
1149 * More helpful torrent error messages
1150 * DHT now honors the bind-address-ipv4 configuration option
1151 * Fix Debian build error with miniupnpc
1152 * Fix Cygwin build error with strtold
1153 * Update to a newer snapshot of miniupnpc
1154### Mac
1155 * 64-bit compatibility
1156 * Queuing system will not exclude transfers with tracker warnings
1157 * Links to original torrent files are no longer maintained
1158 * Fix bug where changing the global per-torrent peer connection limit did not affect the current session
1159 * Fix bug where changing settings through RPC would result in wrong values being saved for three fields
1160### GTK+
1161 * Fix crash that occurred when adding torrents on some desktops
1162 * Synchronize the statusbar's and torrent list's speeds
1163 * Fix the Properties dialog's "Origin" field for multiple torrents
1164### Qt
1165 * New Russian Translation
1166 * If Transmission was minimized, clicking on it the icon tray didn't raise it
1167### Daemon
1168 * Speed Limit mode support added to transmission-remote
1169 * Add a "session stats" readout to transmission-remote
1170### Web Client
1171 * Progress bar shows seeding progress
1172 * Fix bug that displayed "%nan" when verifying a torrent
1173 * "Pause All" only appeared to pause torrents with peers until refresh
1174
1175## [Transmission 1.73](https://trac.transmissionbt.com/query?milestone=1.73&group=component&order=severity) (2009-07-18)
1176### All Platforms
1177 * Fix bug where user-configured peer limits could be exceeded
1178 * Use less memory in some high-peer situations
1179 * Better estimation of time left to download
1180 * Support supportcrypto and requirecrypto flags in http tracker announces
1181 * Update to newer snapshots of libnatpmp and miniupnpc
1182 * Make DHT a compile-time option
1183### GTK+
1184 * Use GDK-safe versions of g_idle_add() and g_timeout_add*()
1185 * Save some space in GTK+ >= 2.16.0 by not building SexyIconEntry
1186### Qt
1187 * Fix bug that crashed Qt client when setting alternative up/down speeds
1188### Daemon
1189 * Add umask support
1190### Web Client
1191 * Inspector and Add Torrent buttons for iPhone/iPod Touch
1192 * Add location field to inspector
1193### CLI
1194 * Some torrent files created with transmission-cli were invalid
1195
1196## [Transmission 1.72](https://trac.transmissionbt.com/query?milestone=1.72&group=component&order=severity) (2009-06-16)
1197### All Platforms
1198 * Fix 1.70 crash with assertion "tv->tv_usec >= 0"
1199 * Fix 1.70 crash with assertion "tr_peerIoSupportsFEXT( msgs->peer->io )"
1200 * Better DHT announce management
1201 * Fix error in reporting webseed counts via RPC
1202 * Better file preallocation on embedded systems
1203### Mac
1204 * Fix problem where a small set of users could not add torrents
1205### GTK+
1206 * Fix 1.70 crash when setting options in the Properties dialog
1207 * Fix a rare crash in desktop notifications
1208 * Can now sort the file list by priority, download, and completeness
1209 * Adding a torrent from a browser sometimes didn't work
1210 * Various usability improvements
1211### Daemon
1212 * Remote didn't always send the right Encoding header in requests
1213
1214## [Transmission 1.71](https://trac.transmissionbt.com/query?milestone=1.71&group=component&order=severity) (2009-06-07)
1215### All Platforms
1216 * Fix 1.70 bug that caused high CPU use in high-peer swarms
1217 * Fix 1.70 build problems with DHT and libevent
1218### Daemon
1219 * Fix watchdir issue on OSes that don't have inotify
1220### GTK+
1221 * Fix 1.70 intltool build problem
1222 * Fix crash when the OS's stock mime-type icons are misconfigured
1223 * Handle very long torrent file lists faster
1224### Web Client
1225 * Fix 1.70 bug where some torrents appeared to be duplicates
1226
1227## [Transmission 1.70](https://trac.transmissionbt.com/query?milestone=1.70&group=component&order=severity) (2009-06-04)
1228### All Platforms
1229 * Distributed hash table (DHT) support for public torrents
1230 * Add option for moving and finding a torrent's data on the disk
1231 * JSON RPC messages can be ~85% shorter, saving bandwidth and CPU
1232 * When available, use the system's copy of libevent instead of building one
1233 * Automatically pause torrents when verifying
1234 * Fix small bugs and memory leaks
1235### Mac
1236 * Holding down the option key on launch will pause all transfers
1237### Web Client
1238 * Big speed improvements, especially with large torrents
1239 * Fix 1.61 bug that broke adding torrents via the web client
1240 * Add the ability to upload multiple torrents at once
1241 * Torrents added by URL were always paused, regardless of preferences
1242 * Comments and announce addresses were cut off in the inspector
1243 * The "data remaining" field wasn't updated when the number reached 0
1244 * Smaller design adjustments
1245### GTK+
1246 * Make it clearer that the status bar's ratio mode button is a button
1247 * Torrent comment box did not scroll, so long comments were partially hidden
1248### Qt
1249 * Initial torrent list was sometimes incorrect
1250 * Add-torrent-and-delete-source deleted the source even if there was an error
1251 * Prefs dialog didn't show or modify "Stop seeding torrents at ratio"
1252
1253## [Transmission 1.54](https://trac.transmissionbt.com/query?milestone=1.54&group=component&order=severity) (2009-06-04)
1254### All Platforms
1255 * Fix small bugs and memory leaks
1256### Web Client
1257 * Fix 1.53 bug that broke adding torrents via the web client
1258 * Torrents added by URL were always paused, regardless of preferences
1259 * Comments and announce addresses were cut off in the inspector
1260 * The "data remaining" field wasn't updated when the number reached 0
1261 * Smaller design adjustments
1262### GTK+
1263 * Fix intltool build error
1264 * Make it clearer that the status bar's ratio mode button is a button
1265 * Torrent comment box did not scroll, so long comments were partially hidden
1266
1267## [Transmission 1.61](https://trac.transmissionbt.com/query?milestone=1.61&group=component&order=severity) (2009-05-11)
1268### All Platforms
1269 * Close potential CSRF security hole for Web Client users
1270 * Fix locale error in the JSON parser
1271### Qt
1272 * Various small bug fixes to the beta Qt client
1273### Web Client
1274 * Fix 1.60 error when serving Web Client files on some embedded platforms
1275 * Add response header to allow clients to cache static files
1276### Daemon
1277 * transmission-remote was unable to select torrents by their SHA1 hash
1278
1279## [Transmission 1.53](https://trac.transmissionbt.com/query?milestone=1.53&group=component&order=severity) (2009-05-11)
1280### All Platforms
1281 * Close potential CSRF security hole for Web Client users
1282 * Fix locale error in the JSON parser
1283
1284## [Transmission 1.60](https://trac.transmissionbt.com/query?milestone=1.60&group=component&order=severity) (2009-05-04)
1285### All Platforms
1286 * Seed ratio limiting
1287 * Transfer prioritization
1288 * Option to specify if transfers are included in the global bandwidth limits
1289 * Random port, with optional randomization on startup
1290 * Improvements to UPnP port forwarding
1291 * Support for file preallocation on XFS filesystems
1292### Mac
1293 * Requires Mac OS X 10.5 Leopard or newer
1294 * Groups (moved to preferences) can be auto-assigned to transfers when adding based on multiple criteria
1295 * Groups can have a default location when adding transfers
1296 * The speed limit scheduler can now be applied to only specific days
1297 * Bonjour support for the web interface
1298 * File filter field in the inspector
1299 * Option to include beta releases when auto-updating (using modified Sparkle 1.5)
1300 * Portuguese localization
1301### Qt
1302 * New beta Qt client!
1303### GTK+
1304 * Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
1305 * Properties dialog now lets you edit/view multiple torrents at once
1306 * Allow sorting of the torrent list by size and by ETA
1307 * Show the file icon in the list
1308### Daemon
1309 * Watch folder for auto-adding torrents
1310 * Many new features in the RPC/JSON interface
1311 * Allow users to specify a specific address when listening for peers
1312### Web Client
1313 * File selection and prioritization
1314 * Add option to verify local data
1315 * Fix "Remove Data" bug
1316
1317## [Transmission 1.52](https://trac.transmissionbt.com/query?milestone=1.52&group=component&order=severity) (2009-04-12)
1318### Mac
1319 * Improve interface responsiveness when downloading
1320### GTK+ and Daemon
1321 * Always honor the XDG setting for the download directory
1322### GTK+
1323 * Fix formatting error when showing speeds measured in MB/s
1324 * Fix bug that caused some scheduled speed limit time settings to be lost
1325 * Use the new blocklist URL when updating the blocklist
1326### Web Client
1327 * On the server, better filtering of bad URLs
1328 * On the server, faster json serialization
1329 * Fix minor web client 301 redirect error
1330 * Better Internet Explorer support
1331
1332## [Transmission 1.51](https://trac.transmissionbt.com/query?milestone=1.51&group=component&order=severity) (2009-02-26)
1333### All Platforms
1334 * Fix configure script issues with non-gcc compilers and user-defined CFLAGS environment variables
1335 * Decrease CPU usage in some situations
1336 * Close a rare race condition on startup
1337 * More efficient use of libcurl when curl 7.18.0 or newer is present
1338### GTK+
1339 * Play nicely with Ubuntu's new notification server
1340 * Add Pause All and Resume All buttons
1341### Web Client
1342 * Support for Internet Explorer
1343 * Layout fixes when viewed on an iPhone/iPod touch
1344
1345## [Transmission 1.50](https://trac.transmissionbt.com/query?milestone=1.50&group=component&order=severity) (2009-02-13)
1346### All Platforms
1347 * IPv6 support for peers, and for trackers with explicit IPv6 addresses
1348 * Improved connectivity for encrypted peers
1349 * Fix 1.42 error that made tracker announces slower over time
1350 * Fix a Mac-centric peer connection bug from 1.41
1351 * Use less CPU cycles when managing very fast peers
1352 * Better handling of non-UTF-8 torrent files
1353 * When removing local data, only remove data from the torrent
1354 * Close potential DoS vulnerability in 1.41
1355 * Many other bug fixes
1356### GTK+
1357 * Various usability improvements
1358 * Better Gnome HIG compliance in the statusbar, properties dialog, and more
1359### Daemon
1360 * Lots of new options added to transmission-remote
1361 * Fix 1.42 whitelist bug
1362 * Make i18n support optional for cli and daemon clients
1363### CLI
1364 * Support session.json settings, just as the Daemon and GTK+ clients do
1365### Web Client
1366 * Torrents can now be added by URL
1367 * Add the ability to "remove local data" from the web client
1368
1369## [Transmission 1.42](https://trac.transmissionbt.com/query?milestone=1.42&group=component&order=severity) (2008-12-24)
1370### All Platforms
1371 * Fix 1.41 lockup issue
1372
1373## [Transmission 1.41](https://trac.transmissionbt.com/query?milestone=1.41&group=component&order=severity) (2008-12-23)
1374### All Platforms
1375 * Better peer management in large swarms
1376 * Support BitTorrent Enhancement Proposal (BEP) [#21](https://github.com/transmission/transmission/pull/21) "Extension for Partial Seeds"
1377 * Partial support for BEP [#6](https://github.com/transmission/transmission/pull/6) "Fast Extension" (reject, have all/none)
1378 * Honor the peer's BEP [#10](https://github.com/transmission/transmission/pull/10) reqq key, when available
1379 * Fix 1.40 "Got HTTP Status Code: 0" error message
1380 * Fix 1.40 "lazy bitfield" error
1381 * Fix 1.40 "jumpy upload speed" bug
1382 * Fix handshake peer_id error
1383 * Corrrectly handle Windows-style newlines in Bluetack blocklists
1384 * More accurate bandwidth measurement
1385 * File selection & priority was reset when editing a torrent's tracker list
1386 * Fix autoconf/automake build warnings
1387### GTK+
1388 * In the Details dialog's peer tabs, rows were sometimes duplicated
1389 * Minor bug fixes, usability changes, and locale improvements
1390 * Three new translations: Afrikaans, Asturian, Bosnian
1391 * Sixteen updated translations
1392### Daemon
1393 * Fix 1.40 bug in handling IP whitelist
1394 * Minor bug fixes and output cleanup
1395 * Windows portability
1396### CLI
1397 * Fix minor free-memory-read bug
1398
1399## [Transmission 1.40](https://trac.transmissionbt.com/query?milestone=1.40&group=component&order=severity) (2008-11-09)
1400### All Platforms
1401 * Tracker communication uses fewer resources
1402 * More accurate bandwidth limits
1403 * Reduce disk fragmentation by preallocating files
1404 * Stability, security, and performance improvements to the RPC/Web UI server
1405 * Support compression when serving Web UI and RPC responses
1406 * Simplify the RPC whitelist
1407 * Fix bug that prevented handshakes with encrypted BitComet peers
1408 * Fix 1.3x bug that could re-download some data unnecessarily
1409 * Lazy bitfields
1410### Mac
1411 * Option to automatically update the blocklist weekly
1412 * In the file inspector tab, show progress and size for folders
1413 * Scrollbars correctly appear when the main window auto-resizes
1414 * Sparkle updated to 1.5b6
1415### GTK+
1416 * Option to automatically update the blocklist weekly
1417 * Added off-hour bandwidth scheduling
1418 * Simplify file/priority selection in the details dialog
1419 * Fix a couple of crashes
1420 * 5 new translations: Australian, Basque, Kurdish, Kurdish (Sorani), Malay
1421 * 43 updated translations
1422### Web Client
1423 * The Web Client is now out of beta
1424 * Minor display fixes
1425 * On iPhone/iPod touch, launching from the home screen hides the address bar
1426### Daemon
1427 * Added the ability to get detailed peer information on torrents
1428 * Fix bug that didn't handle --config-dir and TRANSMISSION_HOME correctly
1429 * Windows portability
1430
1431## [Transmission 1.34](https://trac.transmissionbt.com/query?milestone=1.34&group=component&order=severity) (2008-09-16)
1432### All Platforms
1433 * Don't reconnect too frequently to the same peer
1434 * Webseed bug fix
1435 * Fix bug that caused some transfers to not be scraped
1436 * Fix BSD build issues
1437 * Handle OpenTracker's `downloaded' key in announce responses
1438### Mac
1439 * Fix memory leak when updating blocklist
1440 * Connect to the web interface when the application's path contains a space
1441### GTK+
1442 * Minor display fixes
1443 * 15 updated translations + 1 new language
1444### Daemon
1445 * Minor display fixes
1446### Web Client
1447 * Minor display fixes
1448### CLI
1449 * Fix crash when creating a torrent file
1450
1451## [Transmission 1.33](https://trac.transmissionbt.com/query?milestone=1.33&group=component&order=severity) (2008-08-30)
1452### All Platforms
1453 * Fix crash from malicious torrent files with a piece size of zero
1454 * When creating new torrent files, change behavior that caused "Multi tracker torrents are not allowed" warning on one tracker
1455 * Fix Unicode handling in the JSON parser/generator
1456 * Fix memory error when reading KTorrent's PEX messages
1457 * Fix small memory leaks
1458### Mac
1459 * Rephrase "data not fully available" to "remaining time unknown"
1460 * Fix bug where torrent file creation would fail because an extra blank tracker address was inserted
1461### Daemon
1462 * Fix crash when adding nonexistent torrents via transmission-remote
1463### GTK+
1464 * Fix crash from malicious torrent files with large creator fields
1465 * Fix error where some torrents opened via a web browser didn't appear
1466
1467## [Transmission 1.32](https://trac.transmissionbt.com/query?milestone=1.32&group=component&order=severity) (2008-08-08)
1468### All Platforms
1469 * Fix bug introduced in 1.30 that caused poor tracker communication
1470 * Creating torrent files for files >= 2 GB will result in 2 MB pieces
1471### Mac
1472 * Fix bug where the proxy type was changed from SOCKS5 to SOCKS4 on launch
1473
1474## [Transmission 1.31](https://trac.transmissionbt.com/query?milestone=1.31&group=component&order=severity) (2008-08-06)
1475### All Platforms
1476 * Fix a crash caused by certain torrent files
1477
1478## [Transmission 1.30](https://trac.transmissionbt.com/query?milestone=1.30&group=component&order=severity) (2008-08-05)
1479### All Platforms
1480 * The "Clutch" web interface is now bundled with Transmission (as a beta)
1481 * Ability to add and remove tracker addresses
1482 * Ability to create torrent files with multiple tracker addresses
1483 * Added support for HTTP/FTP Seeding (GetRight style)
1484 * Added proxy support for communicating with trackers
1485 * Allow torrent creation with no tracker address (required by some trackers)
1486 * New JSON-RPC protocol for clients to interact with the backend
1487### Daemon
1488 * transmission-daemon and transmission-remote were rewritten from scratch
1489 * remote and daemon now support per-file priority & download flag settings
1490### Mac
1491 * Quick Look integration in the main window and inspector's file tab
1492 * Transfers can be dragged to different groups
1493 * Option to only show the add window when manually adding transfers
1494 * Status strings are toggled from the action button (they are no longer clickable)
1495 * Colors in pieces bar and pieces box more accurately reflect their corresponding values
1496 * The port checker now uses our own portcheck.transmissionbt.com
1497 * Turkish localization
1498### GTK+
1499 * Add options to inhibit hibernation and to toggle the tray icon
1500 * Lots of small bug fixes and usability improvements
1501 * Dozens of updated translations
1502
1503## [Transmission 1.22](https://trac.transmissionbt.com/query?milestone=1.22&group=component&order=severity) (2008-06-13)
1504### All Platforms
1505 * Fix two separate BitTorrent unchoke bugs that could affect performance
1506 * Transmission now builds correctly on Sun Studio
1507 * Minor man page fixes
1508### Mac
1509 * Fix bug where "Program Started" in the Statistics window would sometimes display as 0
1510### GTK+
1511 * Fix crash when quitting while the stats window is still up
1512 * Added Latvian, Malayalam, Serbian, and Telugu translations
1513 * Updated Czech, Spanish, Romanian, Russian, Dutch, Polish, Italian,
1514    Portuguese, Catalan, Danish, German, Swedish, Traditional Chinese,
1515    Finnish, and Chinese (simplified) translations
1516### CLI
1517 * Fix scraping torrents with the -s command-line argument
1518
1519## [Transmission 1.21](https://trac.transmissionbt.com/query?milestone=1.21&group=component&order=severity) (2008-05-21)
1520### All Platforms
1521 * Fix rare crash-on-startup bug
1522 * Handle corrupt announce URLs in torrent files more gracefully
1523 * Fix minor memory leak when closing torrents
1524### Mac
1525 * Fix visual glitch with the pieces bar
1526 * Italian localization included
1527### GTK+
1528 * Updated Catalan, Danish, German, Spanish, Finnish, Hebrew, Italian, Dutch,
1529     Polish, Romanian, Thai, Turkish, and Traditional Chinese translations
1530
1531## [Transmission 1.20](https://trac.transmissionbt.com/query?milestone=1.20&group=component&order=severity) (2008-05-09)
1532### All Platforms
1533 * Support https tracker connections
1534 * IP blocking using the Bluetack Level1 blocklist
1535 * Better support of multitracker torrents
1536 * Faster UPnP port mapping on startup
1537 * Ability to reset global statistics
1538 * Various bug fixes
1539### Mac
1540 * Display of decimal numbers matches system international settings
1541 * Updated Dock badge images
1542### GTK+
1543 * Inhibit hibernation when downloading
1544 * Use XDG basedir spec for configuration files
1545 * Various bug fixes and usability improvements
1546 * Vastly improved translations thanks to the Ubuntu translation team
1547
1548## [Transmission 1.11](https://trac.transmissionbt.com/query?milestone=1.11&group=component&order=severity) (2008-04-04)
1549### Mac
1550 * Fix scrape address visual glitch with the tracker inspector tab
1551 * Only make the progress status string clickable on multi-file torrents
1552 * Traditional Chinese localization, updated Russian localization
1553### GTK+
1554 * Fix a couple of minor display issues
1555
1556## [Transmission 1.10](https://trac.transmissionbt.com/query?milestone=1.10&group=component&order=severity) (2008-03-28)
1557### All Platforms
1558 * Stop torrents when downloading and the disk becomes full
1559 * Removing a torrent also removes it from the cache
1560 * Smaller memory footprint per-torrent and per-peer
1561 * Various backend bug fixes & improvements
1562### Mac
1563 * Window when adding torrents to select files and other settings
1564 * Leopard: Collapsable group dividers
1565 * Use the file icon as the per-torrent action button
1566 * Tracker tab in the inspector
1567 * Message log specifies the torrent/activity the message relates to
1568 * Updated images in the inspector
1569 * Optional display of remaining time while seeding in Minimal View
1570 * Improved accuracy for displaying the remaining disk space warning
1571### GTK+
1572 * Window for selecting files & priorities when opening torrents
1573 * Display a system tray popup when a torrent finishes downloading
1574 * Watch folder for auto-adding torrents
1575 * Improved preferences dialog and message log window
1576 * Tracker tab in the Details window
1577 * Dozens of usability, Gnome HIG, and i18n improvements
1578 * Support KDE button ordering
1579 * Option to delete a torrent and its downloaded files
1580### Daemon
1581 * Ability to force a "Verify Local Data" for a torrent
1582
1583## [Transmission 1.06](https://trac.transmissionbt.com/query?milestone=1.06&group=component&order=severity) (2008-02-26)
1584### All Platforms
1585 * Improvements and bug fixes to "Verify Local Data"
1586 * Use less CPU
1587 * Fix support for multitracker torrents
1588 * Updated UPnP code to miniupnpc-1.0
1589 * Fix two shutdown memory errors
1590### GTK+
1591 * Fix small memory leak
1592 * GUI error when verifying local data
1593### CLI
1594 * Torrent creation error on non-absolute pathnames
1595
1596## [Transmission 1.05](https://trac.transmissionbt.com/query?milestone=1.05&group=component&order=severity) (2008-02-08)
1597### All Platforms
1598 * Fix 1.04 crash when parsing bencoded data
1599 * Packaging improvements
1600### Mac
1601 * Fix bug remembering reordered groups
1602### GTK+
1603 * Fix glitch that occurred when specifying which files to download
1604 * Fix "Sort by Progress"
1605 * Various interface and HIG improvements
1606 * Updated Swedish, Italian translations
1607### Daemon
1608 * Fix "transmission-remote -x"
1609 * Fix PEX enable/disable bug
1610
1611## [Transmission 1.04](https://trac.transmissionbt.com/query?milestone=1.04&group=component&order=severity) (2008-01-31)
1612### All Platforms
1613 * Fix (potential) remote crash bug with extension protocol
1614 * Fix bug when verifying a torrent and pressing `pause'
1615
1616## [Transmission 1.03](https://trac.transmissionbt.com/query?milestone=1.03&group=component&order=severity) (2008-01-29)
1617### All Platforms
1618 * Fix bug setting maximum peer limits
1619 * Fix overflow issue with very large torrents
1620 * Fix LTEP handshake bug
1621 * Fix handshake bug with mainline BitTorrent
1622 * Fix bug when talking to lighttpd-based trackers
1623### GTK+
1624 * Various packaging, HiG, and interface improvements
1625
1626## [Transmission 1.02](https://trac.transmissionbt.com/query?milestone=1.02&group=component&order=severity) (2008-01-22)
1627### All Platforms
1628 * Fix 1.00 bug that choked some models of routers
1629 * Fix 1.00 crash in peer handshake
1630 * Fix 1.00 bug that sometimes froze the app for a long time
1631 * Minor improvements to the command-line client
1632### GTK+
1633 * Fix crash when removing a torrent while its details window is open
1634 * Better compliance with the Gnome interface guidelines
1635 * I18N fixes
1636 * Updated Dutch translation
1637 * Various other interface additions and improvements
1638
1639## [Transmission 1.01](https://trac.transmissionbt.com/query?milestone=1.01&group=component&order=severity) (2008-01-11)
1640### All Platforms
1641 * Fix 1.00 freezing issue
1642 * Fix 1.00 assertion failure
1643 * Improve initial connection speed
1644 * Added connection throttle to avoid router overload
1645 * Improve reconnection to peers with imperfect network connections
1646 * Fix crashes on architectures that require strict alignment
1647### Mac
1648 * Leopard: Double-click icon to reveal in Finder, progress string to toggle selected and total, and anywhere else to toggle the inspector
1649 * Leopard: Better behavior with Time Machine
1650 * Fix bugs with Clutch support
1651### GTK+
1652 * New Brazilian Portuguese, Chinese, Dutch, and Turkish translations
1653 * Fix 1.00 desktop internationalization error
1654
1655## [Transmission 1.00](https://trac.transmissionbt.com/query?milestone=1.00&group=component&order=severity) (2008-01-04)
1656### All Platforms
1657 * Port forwarding now performed by MiniUPnP and libnatpmp
1658 * Ability to set global and per-torrent number of connections
1659 * Option to prefer not using encryption
1660 * Fix tracker connection error
1661 * PEX is now configured globally
1662 * Updated icon
1663### Mac
1664 * Redesigned Leopard-like look
1665 * Group labeling, filtering, and sorting
1666 * Statistics window
1667 * Pieces Bar (return of Advanced Bar)
1668 * Display "not available" overlay on the regular bar
1669 * Display remaining time for seeding transfers
1670 * Sort by total activity
1671 * Connectable from the Clutch web interface
1672 * Leopard: Time Machine will ignore incomplete downloads
1673 * Leopard: Fix bug where text fields would reject localized decimal values
1674 * Leopard: Fix bug where bandwidth rates chosen from the action menu would not apply the first time
1675### GTK+
1676 * Redesigned main window interface
1677 * Minimal Mode for showing more torrents in less desktop space
1678 * Torrent filtering
1679 * Port forwarding tester in Preferences
1680 * Statistics window
1681 * Sort by total activity, progress, state, and tracker
1682 * Various other interface additions and improvements
1683### CLI
1684 * Restore `scrape' feature
1685
1686## [Transmission 0.96](https://trac.transmissionbt.com/query?milestone=0.96&group=component&order=severity) (2007-12-10)
1687### All Platforms
1688 * Fix 0.95 data corruption error
1689 * Fix 0.95 bug that broke UPnP
1690### Mac
1691 * Fix bug where dragging non-torrent files over the main window could result in excessive memory usage
1692
1693## [Transmission 0.95](https://trac.transmissionbt.com/query?milestone=0.95&group=component&order=severity) (2007-12-04)
1694### All Platforms
1695 * Fix router errors caused by sending too many tracker requests at once
1696 * Fix bug that let speed-limited torrents upload too quickly
1697 * Faster average upload speeds
1698 * Faster connection to peers after starting a torrent
1699 * Fix memory corruption error
1700 * Disable SWIFT for ratio-based trackers
1701### Mac
1702 * Leopard: Fix for NAT-PMP port mapping
1703### GTK+
1704 * Fix Nokia 770 crash
1705
1706## [Transmission 0.94](https://trac.transmissionbt.com/query?milestone=0.94&group=component&order=severity) (2007-11-25)
1707### All Platforms
1708 * Faster average download speeds
1709 * Automatically ban peers that send us too many corrupt pieces
1710 * Fix a crash that occurred if a peer sent us an incomplete message
1711 * Fix portmapping crash
1712 * Fix bug that left files open after their torrents were stopped
1713 * Fix 0.93 file permissions bug
1714 * Fix tracker redirect error
1715 * Fix LTEP PEX bug
1716
1717## [Transmission 0.93](https://trac.transmissionbt.com/query?milestone=0.93&group=component&order=severity) (2007-11-12)
1718### All Platforms
1719 * Fix "router death" bug that impaired internet connectivity
1720 * Fix bug that could cause good peer connections to be lost
1721 * Tweak request queue code to improve download speeds
1722 * Better handling of very large files on 32bit systems
1723 * Consume less battery power on laptops
1724 * Fix minor IPC parsing error
1725
1726## [Transmission 0.92](https://trac.transmissionbt.com/query?milestone=0.92&group=component&order=severity) (2007-11-05)
1727### All Platforms
1728 * Fix 0.90 data corruption bugs
1729 * Fix 0.90 possible delay when quitting
1730 * Fix 0.90 small memory leaks
1731### Mac
1732 * Leopard: Fix bug with typing values in Inspector->Options
1733 * Leopard: Fix bug with toggling Minimal View
1734### GTK+
1735 * Better support for large files on some Linux systems
1736 * Fix localization error in torrent inspector's dates
1737
1738## [Transmission 0.91](https://trac.transmissionbt.com/query?milestone=0.91&group=component&order=severity) (2007-10-28)
1739### All Platforms
1740 * Fix 0.90 speed limits
1741 * Fix 0.90 problems announcing to some trackers
1742 * Fix 0.90 socket connection leak
1743 * Fix 0.90 IPC crash
1744 * Fix 0.90 cache bug that could cause "verify local files" to fail
1745 * Fix 0.90 build errors on OpenBSD and on older C compilers
1746### Mac
1747 * Fix a crash caused by custom sound files
1748 * Add Dutch localization, re-add Russian localization, fix Korean localization
1749### GTK+
1750 * Fix 0.90 packaging errors
1751 * Fix 0.90 crash-on-start with assertion failure: "destination != (void*)0"
1752
1753## [Transmission 0.90](https://trac.transmissionbt.com/query?milestone=0.90&group=component&order=severity) (2007-10-23)
1754### All Platforms
1755 * Encryption support, with option to ignore unencrypted peers
1756 * Only report downloaded, verified good pieces in tracker `download' field
1757 * Improved compliance with BitTorrent spec
1758 * MSE Tracker Extension support
1759 * Significant rewrite of the libtransmission back-end
1760### Mac
1761 * Per-torrent action menu
1762 * Redesigned inspector with additional statistics and ability to be resized vertically in Peers and Files tabs
1763 * Redesigned message log
1764 * Optimizations to decrease memory usage
1765 * Sort and filter by tracker
1766 * Icon enhanced to support size of 512 x 512
1767 * Various smaller interface additions and improvements
1768### GTK+
1769 * Various interface improvements
1770 * Better compliance with the Gnome interface guidelines
1771
1772## [Transmission 0.82](https://trac.transmissionbt.com/query?milestone=0.82&group=component&order=severity) (2007-09-09)
1773### All Platforms
1774 * Fixed bug that could limit transfer speeds
1775 * Fixed bug that corrupted torrents > 4 GB
1776 * Fixed bug that could allow bad peers to send too many pieces
1777 * For peers supporting both Azureus' and LibTorrent's extensions, allow negotiation to decide which to use
1778 *  Other minor fixes
1779
1780## [Transmission 0.81](https://trac.transmissionbt.com/query?milestone=0.81&group=component&order=severity) (2007-08-22)
1781### All Platforms
1782 * Fix 0.80 assertion crashes
1783 * Fix a bug that miscounted how many peers Transmission wants connected
1784 * Clarify misleading error messages
1785 * Fix memory leaks
1786### Mac
1787 * Multiple fixes to creating torrents and adding new torrents
1788 * Updated Russian and Spanish translations
1789### GTK+
1790 * Updated Dutch, Portuguese, French, and Slovakian translations
1791### CLI
1792 * Better support for cli-driven torrent creation
1793 * Fix a bug that misparsed command-line arguments
1794
1795## [Transmission 0.80](https://trac.transmissionbt.com/query?milestone=0.80&group=component&order=severity) (2007-08-07)
1796### All Platforms
1797 * Ability to selectively download and prioritize files
1798 * Torrent file creation
1799 * Speed and CPU load improvements
1800 * Fix to UPnP
1801 * Rechecking torrents is now done one-at-a-time to avoid heavy disk load
1802 * Better rechecking of torrents that have many files
1803 * Many miscellaneous improvements and bug fixes
1804 * Partial licensing change -- see the LICENSE file for details
1805### Mac
1806 * Overlay when dragging torrent files, URLs, and data files onto window
1807 * Ability to set an amount of time to consider a transfer stalled
1808 * More progress bar colors
1809 * Various smaller interface improvements
1810 * Italian, Korean, and Russian translations
1811### GTK+
1812 * Added Torrent Inspector dialog
1813 * Added Update Tracker button
1814 * Various smaller interface improvements
1815
1816## [Transmission 0.72](https://trac.transmissionbt.com/query?milestone=0.72&group=component&order=severity) (2007-04-30)
1817 * Reset download/upload amounts when sending "started"
1818 * Fix rare XML parsing bug
1819
1820## [Transmission 0.71](https://trac.transmissionbt.com/query?milestone=0.71&group=component&order=severity) (2007-04-23)
1821### All Platforms
1822 * Send port info when sending requests
1823 * Calculate ratio differently when seeding without ever downloading
1824 * Add additional error messages and debug info
1825 * Improved UPnP support
1826### Mac
1827 * Fix error when using default incomplete folder
1828 * Disable the stop ratio once it is reached (while seeding)
1829 * Small interface adjustments
1830
1831## [Transmission 0.70](https://trac.transmissionbt.com/query?milestone=0.70&group=component&order=severity) (2007-04-18)
1832### All Platforms
1833 * New icon
1834 * Automatic port mapping (NAT-PMP and UPnP IGD)
1835 * Peer exchange (PEX) compatible with Azureus and uTorrent
1836 * Multitracker support
1837 * Better handling of tracker announce interval
1838 * Fixes bug where absurdly huge upload/download totals could be sent
1839 * Automatic tracker scraping
1840 * Cache connected peers
1841 * Many miscellaneous bug fixes and small improvements
1842### Mac
1843 * Requires 10.4 Tiger or newer
1844 * Download and seeding queues that can be user-ordered
1845 * Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
1846 * Individual torrent bandwidth limits
1847 * Separate complete and incomplete download folders
1848 * Filter and search bar
1849 * Expanded Inspector with many additional views and stats
1850 * Fragment status view in Inspector shows downloaded or availability
1851 * Watch folder to auto add torrent files
1852 * Auto resizing of the main window
1853 * Minimal view to take up less space
1854 * Seeding bar shows progress in finishing seeding
1855 * Sounds when downloading and seeding complete
1856 * Warnings for directory unavailable and not enough space
1857 * Message log window
1858 * New toolbar icons
1859 * Built-in help files
1860 * French, Spanish, German, and Greek translations
1861### GTK+
1862 * New Spanish, Polish, Russian, Bulgarian, Romanian, Swedish, and Finnish translations
1863 * Message window
1864 * Better window manager integration
1865 * Add file view to properties dialog
1866
1867## Transmission 0.6.1 (2006-06-25)
1868### Mac
1869 * Fixes a bug in the updater that could cause repeated hits to the appcast
1870### GTK+
1871 * Fixes drag-and-drop
1872 * Adds Italian and French translations
1873
1874## [Transmission 0.6](https://trac.transmissionbt.com/query?milestone=0.6&group=component&order=severity) (2006-06-21)
1875### All Platforms
1876 * Ability to limit download rate
1877 * Automatic banning of peers who send bad data
1878 * Can keep a copy of the torrent file so the original can be deleted
1879 * Many bug fixes
1880### Mac
1881 * Reworked interface
1882 * Rate limits can be changed directly from the main window
1883 * Ability to automatically stop seeding at a given ratio
1884 * Allows sorting of the transfers list
1885 * Extended Info Inspector
1886 * Automatic updating with Sparkle
1887### GTK+
1888 * Add torrents via command line. If Transmission is already running, add them to running copy
1889 * Improved long filename handling
1890
1891## [Transmission 0.5](https://trac.transmissionbt.com/query?milestone=0.5&group=component&order=severity) (2006-02-11)
1892### All Platforms
1893 * Only uses one port for all torrents
1894 * Rewritten choking algorithm
1895 * Remembers download and upload sizes from one launch to another
1896### Mac
1897 * Dock badging
1898 * Shows the file icon in the list
1899 * Shows ratio once download is completed
1900 * Automatic check for update
1901 * Fixes a display bug on Intel Macs
1902### GTK+
1903 * New GTK+ interface
1904### BeOS
1905 * New BeOS interface
1906
1907## [Transmission 0.4](https://trac.transmissionbt.com/query?milestone=0.4&group=component&order=severity) (2005-11-18)
1908### All Platforms
1909 * Uses less CPU downloading torrents with many pieces
1910 * The UI could freeze when the hard drive was having a hard time - fixed
1911 * Fixes for difficult trackers, which require a 'key' parameter or a User Agent field
1912### Mac
1913 * Cleaner look, unified toolbar
1914 * Added a document icon for torrent files
1915 * Added a Pause/Resume button for each torrent, and a "Reveal in Finder" button
1916 * Added a contextual menu
1917 * Sometimes torrents kept "Stopping..." forever - fixed
1918 * Several minor improvements or fixes: allows column reordering,
1919    fixed resizing on Panther, remember the position of the window,
1920    fixed display of Unicode filenames, added menubar items and
1921    keyboard shortcuts, made the simple progress bar switch to green
1922    when seeding
1923
1924## [Transmission 0.3](https://trac.transmissionbt.com/query?milestone=0.3&group=component&order=severity) (2005-10-19)
1925### All Platforms
1926 * Fixed "Sometimes sends incorrect messages and looses peers"
1927 * Fixed "Crashes with many torrents or torrents with many files"
1928 * Enhancements in the "End game" mode
1929 * Is nicer to the trackers
1930 * Asks for the rarest pieces first
1931### Mac
1932 * Universal binary for PPC and x86
1933 * Fixed "Progress increases every time I pause then resume"
1934 * Fixed "Sometimes crashes at exit"
1935 * Cleaner icon
1936 * Show all sizes in human readable form
1937 * Keep downloading in the background when the window is closed
1938 * Miscellaneous bug fixes and internal enhancements
1939
1940## [Transmission 0.2](https://trac.transmissionbt.com/query?milestone=0.2&group=component&order=severity) (2005-09-22)
1941### All Platforms
1942 * Bug fixes
1943### Mac
1944 * Users can now choose where the downloads are sent
1945
1946## [Transmission 0.1](https://trac.transmissionbt.com/query?milestone=0.1&group=component&order=severity) (2005-09-15)
1947 * First version
1948