1.4.4 2012-10-30 BUGFIXES: - Fix crash when changing priority of all files of a torrent 1.4.3 2012-10-18 - Support for Transmission version 2.73 1.4.2 2012-09-26 - Support for Transmission version 2.71 1.4.1 2012-09-05 BUGFIXES: - Indices of sorted file lists are now pointing to the correct files - Fix crash in terminals without colors 1.4 2012-07-30 BUGFIXES: - Fix crash upon opening help window for small terminals - Consider wide characters in dialogs - Don't draw dialogs that are bigger than the terminal - Fix file list indentation for multiple same-level directories - Support for Transmission 2.61 - Highlight torrents that can't discover new peers - Use terminal's default background/foreground colors, making pseudo-transparency and black-on-white color schemes possible - Use locale to find out preferred output encoding instead of forcing UTF-8 - Peer and tracker list are a little more compressed to fit into small terminals 1.3.1 2012-06-12 BUGFIXES: - Fix wrong progress bar placement calculation for two-column characters (kanji) - Updated bash-completion script, README.md and screenshots 1.3 2012-05-23 - Added Bash completion - Estimate time until next ratio milestone is reached - Don't connect to Transmission daemon when imported - Show which versions of Transmission are supported in --version output 1.2.2 2012-05-02 BUGFIXES: - Handle escape key correctly in Turtle Mode speed limit dialogs 1.2.1 2012-04-29 BUGFIXES: - Fix crash when enabling compact mode while focusing torrent at bottom 1.2 2012-04-25 BUGFIXES: - Rewrite of manpage to eliminate warnings and conform to the man macro package - Allow filtering of private torrents in main list - Don't reset focus/unfocus after deleting a torrent 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 ef='#n1'>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342