-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
177 lines (97 loc) · 3.59 KB
/
Changes
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
Revision history for `ansifold' command.
{{$NEXT}}
1.28 2024-09-20T08:33:12Z
- do not insert space after Japanese punct char when filling paragraph
1.27 2024-06-27T15:07:00Z
- make --padding option to work for empty line
1.26 2024-01-06T10:45:39Z
- now --colrm/--cut option does not implicitly set separator string
ansicolrm/ansicut command does
1.25 2024-01-02T12:51:46Z
- rename --run to --runlen
- fix bug of ansicolrm/ansicut not to run
1.24 2023-12-05T06:36:40Z
- fix inifinite loop when autoindent pattern is longer than folding width
1.23 2023-11-28T01:30:00Z
- now -w takes '=' as a terminal width with following RPN expression
1.22 2023-11-23T22:59:58Z
- introduce --run option to set --runin/--runout both
1.21 2023-10-19T05:19:54Z
- now ansicolrm/ansicut accept explicit --separate option
1.20 2023-10-15T08:38:19Z
- introduce --cut (-c) option compatible with cut(1) command
- install script/ansicut
1.19 2023-06-16T07:25:03Z
- make script/ansicolrm installed
- option --colrm accept arbitrary number of arguments
1.18 2023-03-15T13:09:43Z
- accept any escape sequence for --separate option
1.17 2023-03-03T06:16:51Z
- Make --refill does not remove extra newlines
1.16 2023-02-19T03:51:40Z
- Introduce --autoindent option
- Introduce --refill option
1.1503 2022-12-28T11:54:05Z
- Change repository URL.
1.1502 2022-09-26T06:37:43Z
- Require Text::ANSI::[email protected] to fix a bug of word boundary with --prefix.
1.1501 2022-08-09T02:33:39Z
- Require Text::ANSI::[email protected] to fix a bug.
1.15 2022-07-04T01:13:31Z
- Make --colrm option set --separate to empty.
1.14 2022-03-02T06:24:42Z
- Introduce --prefix option.
1.13 2021-10-25T00:42:27Z
- Move program body from script/ to lib/.
- Improve test codes.
1.12 2021-10-23T02:01:07Z
- Introduce --colrm option.
- Fix -n not working bug.
1.1101 2021-09-09T04:37:08Z
- Improve option validation.
1.11 2021-08-15T01:01:45Z
- Make --padding option to take optional padchar value.
1.10 2021-08-07T06:21:29Z
- Update help and version style.
- Add --boundary=space option.
1.0902 2021-08-05T05:43:11Z
- Adopt the latest version of Getopt::EX::Hashed.
1.0901 2021-08-01T14:07:13Z
- Update to use new Getopt::EX::Hashed interface.
1.09 2021-07-29T13:36:29Z
- Update to use Getopt::EX::Hashed.
- Introduce --nonewline as an alias for -n.
1.0801 2021-04-26T08:13:50Z
- Remove uninitialized variable error.
- Add test code.
1.08 2021-04-07T14:18:48Z
- Option --expand, -x takes optional tabstop width.
- Update document a lot.
1.07 2021-03-23T14:39:32Z
- Move to github actions.
- Update document.
1.06 2021-03-15T10:29:11Z
- Use --tabstyle option to set tab style.
1.05 2020-12-22T07:15:13Z
- Change default width from 70 to 72.
- Add tab expansion handling.
- Final negative width now takes all the rest.
- Final zero width is ignored but not otherwise.
1.04 2020-07-05T01:25:37Z
- Eliminate indirect object call.
1.03 2020-06-09T08:20:13Z
- Use Text::ANSI::Fold 1.06
1.02 2020-01-18T05:09:33Z
- Fix bug of --smart option not declared.
1.01 2019-12-13T06:19:01Z
- Implement --linebreak option.
0.04 2019-09-19T12:25:31Z
- Require newer Text::ANSI::Fold to make --padding option
works for empty line.
0.03 2018-12-21T15:54:32Z
- Discard --truncate option and use Getopt::EX::Numbers module.
- Introduce --separate, -n option.
0.02 2018-12-12T23:21:16Z
- Add --truncate option.
0.01 2018-07-21T18:01:12Z
- original version