aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 1fda04e8a9ad64bae7e73a38f2163a1438c134f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066;
1.4.5  2012-11-07
    BUGFIXES:
        - Fix forwarding CLI args to transmission-remote


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