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