mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
Improve the documentation (#2900)
* Unify the line endings to the Unix style (LF only). * Fix (where possible) or remove broken links. * Improve the documentation. Fix or remove broken links (depending on whether I could find a working version of the resource). Change all links to use HTTPS instead of HTTP. Unify the capitalizations (e.g. uppercase abbreviations, capitalize proper names and downcase other words). Fix or improve some parts of the text, clarifying what is meant. Improve some parts of the program examples (e.g. only use root privileges where really required).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Release Notes #
|
||||
# Release Notes #
|
||||
### Transmission 2.92 (2016/03/06) ###
|
||||
[http://trac.transmissionbt.com/query?milestone#2.92&group#component&order#severity All tickets closed by this release]
|
||||
#### Mac Client ####
|
||||
@@ -53,7 +53,7 @@
|
||||
#### Mac Client ####
|
||||
* UI fixes for OS X 10.9+
|
||||
* Trim potential URIs from clipboard
|
||||
* Allow downloading files from http servers (not https) on OS X 10.11+
|
||||
* Allow downloading files from HTTP servers (not HTTPS) on OS X 10.11+
|
||||
* Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
|
||||
* Fix global options popover layout
|
||||
* Fix building with Xcode 7+
|
||||
@@ -176,7 +176,7 @@
|
||||
#### Daemon ####
|
||||
* Change the systemd script to start Transmission after the network's initialized
|
||||
#### Web Client ####
|
||||
* Slightly better compression of png files
|
||||
* Slightly better compression of PNG files
|
||||
|
||||
### Transmission 2.80 (2013/06/25) ###
|
||||
[http://trac.transmissionbt.com/query?milestone#2.80&group#component&order#severity All tickets closed by this release]
|
||||
@@ -251,7 +251,7 @@
|
||||
#### Qt Client ####
|
||||
* Add magnet link support to transmission-qt.desktop
|
||||
* Fix notification area bug that inhibited logouts & desktop hibernation
|
||||
* Use the "video" icon when the torrent is an mkv or mp4 file
|
||||
* Use the "video" icon when the torrent is an MKV or mp4 file
|
||||
* Toggling the "Append '.part' to incomplete files' names" had no effect
|
||||
* Fix display of the torrent name in the Torrent Options dialog
|
||||
* Fix cursor point bug in the filterbar's entry field
|
||||
@@ -335,7 +335,7 @@
|
||||
* Control speed limit from the icon tray
|
||||
* Improved behavior when clicking on torrents in the torrent list
|
||||
* Fix bug where torrent files were not deleted
|
||||
* Fix bug with unicode characters in the default location
|
||||
* Fix bug with Unicode characters in the default location
|
||||
#### Web Client ####
|
||||
* The file inspector tab displays files nested under directories
|
||||
* Improved scrolling on iPad
|
||||
@@ -768,7 +768,7 @@
|
||||
* Fix filename errors for torrents whose files are encoded in ISO-8859-1
|
||||
* Fix rare crash on shutdown
|
||||
* Fix the RPC server's redirect URL to allow HTTPS proxies like stunnel
|
||||
* Replace less-portable calls with posix nanosleep()
|
||||
* Replace less-portable calls with POSIX nanosleep()
|
||||
#### Mac ####
|
||||
* Use F_NOCACHE to keep "inactive memory" in check
|
||||
#### GTK+ ####
|
||||
@@ -1054,8 +1054,8 @@ This is a huge listen-to-the-users release -- it uses 103 ideas from users, incl
|
||||
* Fix crash on exit when a torrent's Properties dialog is open
|
||||
* Fix tracker address display error in the torrent Properties dialog
|
||||
* Fix tray menu's main window status when Transmission is started minimized
|
||||
* Fix broken SIGINT (ctrl-c) handling
|
||||
* Fix 1.61 build failure on systems with new versions of glib but older versions of gtk
|
||||
* Fix broken SIGINT (Ctrl-C) handling
|
||||
* Fix 1.61 build failure on systems with new versions of glib but older versions of GTK
|
||||
#### Qt ####
|
||||
* Fix crash when removing expired torrents from the display
|
||||
* Fix client from closing, rather than closing to the system tray, when clicking X
|
||||
@@ -1119,7 +1119,7 @@ This is a huge listen-to-the-users release -- it uses 103 ideas from users, incl
|
||||
* Fix bug where user-configured peer limits could be exceeded
|
||||
* Use less memory in some high-peer situations
|
||||
* Better estimation of time left to download
|
||||
* Support supportcrypto and requirecrypto flags in http tracker announces
|
||||
* Support supportcrypto and requirecrypto flags in HTTP tracker announces
|
||||
* Update to newer snapshots of libnatpmp and miniupnpc
|
||||
* Make DHT a compile-time option
|
||||
#### GTK+ ####
|
||||
@@ -1273,7 +1273,7 @@ This is a huge listen-to-the-users release -- it uses 103 ideas from users, incl
|
||||
* Use the new blocklist URL when updating the blocklist
|
||||
#### Web Client ####
|
||||
* On the server, better filtering of bad URLs
|
||||
* On the server, faster json serialization
|
||||
* On the server, faster JSON serialization
|
||||
* Fix minor web client 301 redirect error
|
||||
* Better Internet Explorer support
|
||||
|
||||
@@ -1309,7 +1309,7 @@ This is a huge listen-to-the-users release -- it uses 103 ideas from users, incl
|
||||
#### Daemon ####
|
||||
* Lots of new options added to transmission-remote
|
||||
* Fix 1.42 whitelist bug
|
||||
* Make i18n support optional for cli and daemon clients
|
||||
* Make i18n support optional for CLI and daemon clients
|
||||
#### CLI ####
|
||||
* Support session.json settings, just as the Daemon and GTK+ clients do
|
||||
#### Web Client ####
|
||||
@@ -1491,7 +1491,7 @@ This is a huge listen-to-the-users release -- it uses 103 ideas from users, incl
|
||||
### Transmission 1.20 (2008/05/09) ###
|
||||
[http://trac.transmissionbt.com/query?milestone#1.20&group#component&order#severity All tickets closed by this release]
|
||||
#### All Platforms ####
|
||||
* Support https tracker connections
|
||||
* Support HTTPS tracker connections
|
||||
* IP blocking using the Bluetack Level1 blocklist
|
||||
* Better support of multitracker torrents
|
||||
* Faster UPnP port mapping on startup
|
||||
|
||||
Reference in New Issue
Block a user