Skip to content

Releases: oracc/nammu

Nammu version 1.3.0

07 Feb 14:14
Compare
Choose a tag to compare

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

Test release v1.2.3

30 Jul 10:33
Compare
Choose a tag to compare
Test release v1.2.3 Pre-release
Pre-release

This is not a production-ready release

Test automatic generation of releases

22 Feb 11:51
Compare
Choose a tag to compare

Note this is non-production ready!

Test release for #346

26 Oct 08:25
Compare
Choose a tag to compare
Test release for #346 Pre-release
Pre-release

Some characters were not displaying on OS X with Monaco, so this release uses Deja Vu Sans by default in all operating systems.

This release also contains other hotfixes and work towards Nammu's Arabic translation functionality, however it is still unstable.

Java 10 support

02 Aug 09:41
Compare
Choose a tag to compare
Java 10 support Pre-release
Pre-release

This release includes some bug fixes so that Nammu 1.0 can run on Java version 10. This resolves the issue reported in #333 and has been tested on java 8 and 10 on Mac and Ubuntu 18.04 LTS.

1.2.1-alpha

22 Aug 13:15
533dea6
Compare
Choose a tag to compare
1.2.1-alpha Pre-release
Pre-release

This is a temporary release for testing, but still needs some refactoring, particularly regarding undo/redo management within the translation pane. See #341 for more information

Nammu 1.0.0 release for Zenodo

12 Sep 16:03
Compare
Choose a tag to compare

This release has been created out of the stable version released as Nammu 1.0.0 with the purpose of assigning a DOI so it can be cited from research publications.

Version 1.0.0

02 Oct 13:49
Compare
Choose a tag to compare

Version 1.0.0

Summary

This release has focused on the implementation of user customizable font and appearance settings. This was achieved through the creation of a new appearance settings pane. Other changes focused on the improvement of error and status reporting to the user and the overall improvement of the user experience

See below for more details.

Major Changes

  • Added functionality to allow users to alter the editor font size
  • Added functionality to allow users to change the console font and background colour to enhance accessibility
  • User inputs are now all validated to ensure they do not cause unexpected behaviour, for example the user cannot set the console font color to black if the background color is already set to black
  • Line number spacing is updated alongside the changes in font size
  • A bug where users could save non atf files which caused the validation server to fail with a success message has been resolved
  • The file save and load dialogue have been made more consistent with regard to file extensions

Minor Changes

  • Some legacy code which was being imported but not used has been removed
  • Error handling has been added to the default path setting, so that a missing directory will not cause a crash
  • The model view button caused a crash if a multi fragment file was loaded. This has been resolved and appropriate information is written to the console to inform users that this is an experimental feature
  • Refactoring of the settings menu construction to make more extensible in the future
  • Update the readme to clarify some of the instructions and to remove warnings about using large files
  • New server address has been added to the default config file but has not been set as the default.
  • Further error handling has been added to the loading and saving of user config files
  • Increment version number of Nammu to 1.0.0 and the settings file to 0.17

Version 1.1

13 Jul 15:10
Compare
Choose a tag to compare
Version 1.1 Pre-release
Pre-release

Tested on Java 8.

Version 0.8.0

29 Aug 13:18
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

Version 0.8.0

Summary

This release has focused predominantly on fixing problems caused by loading
large files. Syntax highlighting is now applied dynamically so the whole file is not
processed at once. Other changes have focused on the GUI, fixing line scrolling issues on file load and lemmatisation and correctly displaying error highlighted lines.

See below for more details.

Major Changes

  • Created new appearance settings pane to house interface settings such as font size
    and color changes.
  • Syntax highlighting is now applied dynamically on user scrolling. This
    enables rapid scrolling, editing and syntax highlighting.
  • Large files are now handled without problems.
  • Fixed bug on file load that was making large files load slowly.
  • Cursor position no longer jumps to end of file following lemmatisation.
  • Cursor position is set to the start of a file on new file load.
  • Implemented a new welcome screen for new users which points to documentation.
  • Error lines are now anchored to a block of text, not a line number.

Minor Changes

  • Changed default console styling to grey background with black text to improve accessibility.
  • Fixed compilation problems for external Java libraries; it is now much easier to
    build the development version of the code on a new machine.
  • Fixed bug where loading small files after large ones would occasionally cause
    a crash.
  • The toggle syntax highlight button has been removed as we no longer have performance
    issues that would require the toggling of syntax highlighting.
  • Added new settings parameter to track if a user is new to Nammu.
  • Fixed some typos in menu tooltips.
  • Edits to readme and wiki to reflect changes to code.
  • Reduced the number of calls to update syntax highlight to remove duplicate calls. Gives a performance gain.
  • Line wrapping bug where long lines were not split correctly has been fixed.
  • Highlight colors for lem and comments are distinct again.
  • Increment version number of Nammu to 0.8.0 and settings file to 0.14.