File: Changes

package info (click to toggle)
libstring-tagged-terminal-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 653; makefile: 13
file content (43 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download
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
Revision history for String-Tagged-Terminal

0.08    2024-07-24
        [CHANGES]
         * Support the new `link` Formatting tag by emitting OSC 8 sequences

0.07    2023-11-24
        [CHANGES]
         * Added `->parse_terminal` constructor

0.06    2023-02-06
        [CHANGES]
         * Support the new `sizepos` Formatting tag, implemented using
           mintty-style SGR 73/74/75
         * Swap all unit tests from `Test::More` to `Test2::V0`

0.05    2021-06-18
        [CHANGES]
         * Style updates: use v5.14, package NAME VERSION;

        [BUGFIXES]
         * Round fgindex/bgindex values to nearest integer (RT136840)

0.04    2018-11-29 14:17:27
        [CHANGES]
         * Experimental MSWin32 support, by Max Maischein

        [BUGFIXES]
         * Bugfix to bold attribute reset on escape-driven terminals when
           other rendering attributes are still present

0.03    2018-08-17 12:22:57
        [CHANGES]
         * Added ->print_to_terminal and ->say_to_terminal methods
         * Support the NO_COLOR environment variable (http://no-color.org)

0.02    2017-10-03 15:53:04
        [BUGFIXES]
         * Declare dependency on Convert::Color::XTerm (RT123182)

0.01    2017-10-02 19:27:18
        First version, released on an unsuspecting world.