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