allow interrupts during search
[flinks.git] / NEWS
blobf543104524559178bf2b4db7632bdbe68fa6df97
1 0.3.3:
2     new features:
3         optionally read out text as it's flashed with espeak (toggled with '^')
4         lazy reading of non-html
5         support for reading from fifos and commands (e.g. '!ls' as an url)
6     minor bug fixes
7     disable tricky list by default
9 0.3.2:
10     support python3.x
11 0.3.1:
12     minor bug fixes
13 0.3:
14     new features:
15         show context when paused
16         filename completion at 'Go' prompt
17         commandline history
18         help key (F1)
19         blank briefly at commas etc
20         wrapping search
21     bugs fixed:
22         words were being skipped when we didn't get CPU time
23         seeking left us off by a word
24         deprecated popen3 was being used
25         timing issues
26         named anchor problems
27         blinking problems
29 0.2.2:
30     bugs fixed:
31         noblink crash bug
32         seekFoo with empty index crash bug
33         parsing of boolean command-line options
34     new feature:
35         skim mode (toggleable with '$')
36 0.2.1:
37     new features:
38         blinking
39         special marks '' and '0 through '9
40         named anchor (foo#bar) handling
41         command-line arguments
42         url shortcuts settable in config file
43         in-browser config setting (":set VAR VAL")
44         lazy parsing
45         handling resizing and small terminals
46         reloading
47         cancelling loading with ^C
48 0.2:
49     new features:
50         marks
51         count
52     significant bugs fixed:
53         lynx errors spewing across the screen
54         length of editable lines limited by screen width
55         nasty parsing bug