diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-19 23:27:14 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-04-19 23:27:14 +0100 |
commit | 835447e7e3e485368f408c8fc70f8657a96b57b3 (patch) | |
tree | 216bcb1b1506d0fd82adcb3da63668a2c482b2b5 /NEWS | |
download | transmission-remote-cli-835447e7e3e485368f408c8fc70f8657a96b57b3.tar.gz |
Imported Upstream version 1.1.1upstream/1.1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +1.1.1 2012-04-02 + BUGFIXES: + - ACS characters in pieces view look better but are extremely slow in + some terminals (rxvt) + - Fix UnicodeEncodeError with t['lastAnnounceResult'] + + +1.1 2012-02-29 + BUGFIXES: + - Crash when pressing up or down in empty torrent list + - Append missing '/' to downloadDir to fix sorting by location + - Set individual torrent's seed limit as float, not integer + - Encode tracker errors as UTF-8 + + - New keybindings: + - g/G Move to top/bottom + - C-f/b Move one page forward/backward + - C-n/p Move to next/previous item + - Space View torrent details + - New options in config dialog ('o'): + - Turtle Mode Upload/Download Limit + - Torrent Title is Progress Bar + - Replace upload rate with seed ratio in compact mode. + - Show sort order in status line + - Use ACS characters in pieces view + - More compact status line |