Skip to content

0.0.43

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 12:02
· 27 commits to main since this release

New Features:

  • XLSX Merge: If a git pull detects a merge conflict then ARCitect can now attempt to resolve the conflict for XLSX files. The process is described here (#198) and needs to be TESTED in the field.
  • mardown preview can now display local images (#267)
  • create new remote dialog now shows all available DataHub accounts (#261)
  • rename study/assay dialog now initially suggests current name (#268)
  • display warning if SWATE service is not responding (#206)

Technical Fixes:

  • improved ipc listener managment (it was possible that some listeners were not closed correctly and therefore never stopped listening)
  • explicitly inserted tbody dom element into every table dom (new VUE standard)