Releases: rug-compling/dact
Releases · rug-compling/dact
3.0.0-beta1
CI: build and upload AppImage on tags
2.6.7
Progress and libxml2 fixes
- libxml 2.9.8 had an API change in the definition of
xmlHashScanner
. Handle both < 2.9.8 and >= 2.9.8 correctly. - Fix a bug where a timer was immediately stopped, causing the progress bar in the statistics window to stall.
const-correctness fix
const-correctness fix that solves compiler errors on recent gcc versions.
macOS sandboxing
- Dact URIs as regular command-line arguments.
- Fix reading of history with just one item.
- macOS sandboxing fixes.
- This is the first sandboxed macOS release.
- Update for Qt 5.10.
Dact 2.6.0: The switch
- Switch to Berkeley DB XML 6.1.x.
- Include recent local file in the corpus opening dialog.
- Improved support for treebanks converted from CoNLL-X.
2.4.4
2.4.3
2.4.0
Dact 2.2.0
This version of Dact has two new major features:
- The whole yield of a node can be counted in the statistics tab.
- Only create one instance of Dact on Windows/Linux. This improves support for dact: URIs.
- Clean up command-line argument handling.