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