-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
83 lines (63 loc) · 2.88 KB
/
NEWS
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
2017-01-23 Kyle Wheeler <[email protected]>
- 1.6.2 released.
- Fix bugs in 1.6.1 (more tolerant of dependency location failures)
- Change default ALTSELECT value from k to a (so as not to interfere
with vim-like behavior)
2017-01-18 Kyle Wheeler <[email protected]>
- 1.6.1 released.
- Expand displayed context to fill the width of the terminal
2015-08-11 Kyle Wheeler <[email protected]>
- 1.6 released.
- Add a way to force quoted-printable decoding of plain text.
- Add a way to reduce the number of characters that are escaped
(RAW_RESERVED)
- Add a way to further reduce the escape requirements when COMMAND does
not require the shell (i.e. can be execvp'd directly).
2013-05-09 Kyle Wheeler <[email protected]>
- 1.5.7 released.
- Convert into distribution friendly package (AUTHORS, COPYING,
README, Makefile *.mk etc.) Thanks to Jari Aalto
- Change version option from -v, --version to -V, --version
according to GNU standards.
- Improve help message
- Automated man page generation
2013-04-02 Kyle Wheeler <[email protected]>
- 1.5.6 released.
...
2009-07-03 Kyle Wheeler <[email protected]>
- 1.5 released
- Fixed undefined variable errors when used without URI::Find
- Can toggle between showing the context of URLs in the main list and
showing the URLs themselves.
- Can specify whether to show the list of URLs at first (default) or to
show the list of URL contexts
2008-10-24 Kyle Wheeler <[email protected]>
- 1.4.1 released
- Better contextual text handling (uses word boundaries instead of
explicit string lengths).
- Pulls URLs out of HTML text AS WELL as HTML tags (silly, but
sometimes necessary). This text handling is not especially detailed,
and so may be somewhat sensitive to formatting issues (unexpected
line breaks, etc).
2008-10-14 Kyle Wheeler <[email protected]>
- 1.4 released
- Added support for a configurable alternative selection key (via
ALTSELECT), allowing a person to, in effect, temporarily negate the
PERSISTENT setting.
- Added conditional support for long options, if Getopt::Long is
available.
2008-09-22 Kyle Wheeler <[email protected]>
- 1.3.3 released
- Sometimes, multipart/alternative parts don't actually have an
alternative, which could fool this script. Now they're handled
correctly (normal text/plain have 0 parts, according to the MIME
parser).
2008-06-09 Kyle Wheeler <[email protected]>
- 1.3.2 released
- Discovered some really strange-looking emails (possibly with broken
UTF-8 encoding) that interfere with maintaining context information
for each URL. Added a workaround so that the script doesn't error out
(there just might not be any context for some URLs in those
messages).
...