Skip to content

Releases: oracc/nammu

Validation and Lemmatisation

10 Jun 13:26
Compare
Choose a tag to compare
Pre-release

New major functionality added:

  • Validation of ATF files against ORACC server with error highlighting and display log with validation error messages.
  • Lemmatise ATF files against ORACC server.

Other functionality added:

  • Logging in Nammu's console (INFO level) as well as log file (DEBUG level).
  • Undo/Redo, including undo lemmatisation.
  • Copy/Cut/Paste from menu and toolbar.
  • Show help/about in default internet browser.
  • Line numbers display.
  • Some documentation added about Nammu as well as ORACC server's SOAP web services.
  • Enable use of configurable NAMMU_CONFIG_PATH containing log file and logging configuration file.

Fixes:

  • Font didn't work properly in Windows, so it's now dependant on user's OS.
  • PyORACC fixes to improve syntax highlighting.
  • More cohesive toolbar icons and removed unused ones.
  • Improvements on New/Open/Save/Close file functionality.
  • UTF-8 text didn't show properly in text area.
  • Correct handling of line endings in Windows.

Full list of changes in the development of this new version, see here.

v0.0.3: Syntax highlighting and minor fixes

09 Mar 16:00
Compare
Choose a tag to compare
  • Syntax highlighting based on pyORACC parser, including highlight on the fly as opposed to Emacs' version.
  • pyORACC is being imported from its external repository instead of being part of Nammu's source.
  • Updated to latest versions of jython-compile-maven-plugin, ply, jython and junit.
  • Some tests added.

For full list of changes, see here.

Note ATF Validation not fully implemented yet - will be in next release v0.0.4.

v0.0.2: Nammu v0.0.1 refactored

07 Oct 16:05
Compare
Choose a tag to compare
Pre-release

Same functionality as v0.0.1, but code has been improved avoiding DRY-ness.

Note: this is a code release produced by Jenkins' Git publisher on test success daily.

v0.0.1: First working iteration of Nammu

07 Oct 16:20
Compare
Choose a tag to compare

Nammu's very first iteration of work to just get going. It allows:

  • basic file handling (open, create, close and save ATF file)
  • display model view of ATF
  • validates ATF file using pyoracc, with limitations
  • logs activity in console
  • only works with simple ATF files (non-composite files)