blob: 07c06a80f31a067a56590cfdc14b2d5c40178b75 [file] [log] [blame]
Christian Egli15c482e2009-01-27 16:23:57 +00001liblouis 1.5.2 has been released
2
3The liblouis developer team is proud to announce the liblouis release 1.5.2.
4The release is available for download at:
5
6 http://code.google.com/p/liblouis/downloads/list
7
8Introduction
9------------
10
11Liblouis is an open-source braille translator and back-translator. It
Christian Egli971d4e82009-01-30 10:09:52 +000012features support for computer, literary and math braille[1], supports
13contracted and uncontracted translation for many, many languages[2].
14It plays an important role in an open source accessibility stack and
15is used by screenreaders such as NVDA and Orca. A companion project
16liblouisxml[3] deals with formatting of braille.
Christian Egli15c482e2009-01-27 16:23:57 +000017
18Changes in this release
19-----------------------
20
21This is a big release for liblouis. It's the first time that it is
22done from the Google code page. A number of people have contributed,
23namely John Boyer (table debugger, bug fixes), Eitan Isaacson (Python
24bindings), James Teh (Python bindings, bug fixes), Christian Egli
25(documentation) and Michel Such (table for French grade 2).
26
27New features:
28
29* Python bindings
30The liblouis library can now be used from Python. For more info
31consult the README file in the python directory.
32
33* Table debugger
34liblouis now comes with a debugger that can help to find problems with
35translation tables.
36
37* French table for grade 2
38There is now a translation table for French grade 2.
39
40* pass1Only mode bit
41The new pass1Only mode bit will help developers of screen readers as
42the cursor will stay where it is expected to.
43
44Bug fixes:
45
46* Fix the inpos array values for the case where a rule has an output
47length which is larger than its input length.
48
49* fixed multi-word phrases
50
51* fixed bug in character display
52
53* fixed bug in findOpcodeName
54
55* lou_version now returns the correct liblouis version
56
57Share and Enjoy!
58
59-- Christian Egli, on behalf of the liblouis developers
Christian Egli971d4e82009-01-30 10:09:52 +000060
61Footnotes
62---------
63
64[1] Liblouis supports Nemeth Code, with Marburg and UK maths on the way
65[2] See http://code.google.com/p/liblouis/
66[3] See http://code.google.com/p/liblouisxml/
67