Skip to content

Latest commit

 

History

History
136 lines (87 loc) · 4.88 KB

File metadata and controls

136 lines (87 loc) · 4.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Implement undoing and redoing changes (#38)
  • Implement changing annotation names for whole annotation columns (#97)
  • Add link to mailing list to user documentation

Fixed

  • Fixed incorrect description of unreviewed hotfixes workflow in developer/maintainer documentation
  • When adding tokens in the graph editor to a previously empty document, you don't need to zoom in anymore (#224)
  • UI Integration tests can be run in Eclipse without depending on the JUnit runtime that's packaged with the IDE

[0.4.4] - 2020-09-16

Fixed

  • Fix exception when adding tokens in the graph editor after saving the opened document (#220)
  • Fix exception when adding tokens across >1 instances of the graph editor after saving the opened document (#214)

[0.4.3] - 2020-09-04

Fixed

  • Several potential bugs (e.g. null pointer exceptions) reported by static code analysis

[0.4.2] - 2020-08-11

Fixed

  • Release artifacts where not created because Travis configuration contained bugs (#209)

[0.4.1] - 2020-08-11

Fixed

  • Release artifacts where not created because tagged release commits where not included in Travis configuration

[0.4.0] - 2020-08-11

Added

  • Editor for the Salt annotation graph based on Zest and using a command line interface similar to GraphAnno
  • Grid Editor for token and span annotations based on NatTable and using a similar interface to Excel
  • Salt Projects can be saved now
  • Annotation graph updates are propagated using the Eclipse RCP event bus
  • Added a process to merge non-reviewed code and triage these unreviewed PRs regulary

Changed

  • Don't unload the Salt document graph when text viewer is closed, notify the project manager instead. This will only unload the document graph when no other editor has opened the document.
  • Updated the Eclipse platform to the 2020-03 release.
  • Updated PR template so that every checkbox is an actual task and should be checked to pass quality control.

Removed

  • The Salt graphs are not using the insufficient Salt notification extension anymore
  • ProjectManager is not managing the Salt update events anymore, its addListener and removeListener functions have been removed.

Fixed

  • Update views via notification even if the object that changed was created before the view.
  • Allow to run Hexatomic on Java 11 platforms
  • Set locale in UI tests to avoid issues with auto-detected keyboard layouts

[0.3.1] - 2019-12-16

Fixed

  • Include CITATION.cff in product builds (#89)
  • Automatically update CITATION.cff on tags in Travis pre-deploy

[0.3.0] - 2019-12-14

Changed

  • Improve formatting of developer/maintainer documentation
  • Add dependencies and templates checks to PR template

Fixed

  • Resolve TODOs in developer/maintainer documentation
  • Improve developer/maintainer documentation towards current state

[0.2.0] - 2019-12-12

Added

  • Add maintainer section to pull request template outlining release procedure to follow.
  • Add a unit test bundle for "core" and integration test bundle that uses SWTBot.
  • Add maintainer section to pull request template outlining release procedure to follow
  • Add target platform section to developer/maintainer documentation
  • Add third party license information and a CITATION.cff file

[0.1.3] - 2019-11-07

Fixed

  • Fix #75: Subdirectory compilation did not work unless the product has been installed once with mvn install

[0.1.2] - 2019-11-06

Fixed

  • Renaming documents and other items in the corpus structure editor did not work

[0.1.1] - 2019-11-01

  • Fix indentation in developer/maintainer documentation (use spaces, not tabs)
  • Update developer workflow documentation
  • Update maintainer release documentation

[0.1.0] - 2019-11-01