Version 1.3.0
The main focus of this release was to support right to left text translations, particularly Arabic.
Major Changes
- Created a new Arabic translation mode, operating in two split panes
- Java 9 and 10 is now supported
- A suite of tests has been created around the typical use cases of Nammu in both left to right and right to left modes
Minor Changes
- Right to left text detection can identify Arabic, Kurdish, and Farsi
- Error messages that were being suppressed are now shown to the user
- Unused imports and other bits of code maintenance
- Identification of a language from the config file was silently failing
- Several threading issues were identified in the syntax highlighting, which were causing memory leaks, these have now been resolved
- The
get_viewport_carets
method has been refactored