Releases: Australian-Text-Analytics-Platform/ldaca-wordflow
Release list
v0.7.1
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Full Changelog: v0.5.0...v0.7.0
v0.5.6
What's Changed
- chore: relicense from MIT to Apache-2.0 by @milysun in #6
- Slim desktop variant: uv-bootstrapped runtime + signed/notarized macOS CI by @milysun in #7
Full Changelog: v0.5.0...v0.5.6
v0.5.5
Highlights
- "Update available" reminder on every platform (desktop,
uvx, and web/Binder) via a new backend/api/versionendpoint — dismissible, points to https://sih.tools/wordflow. - Desktop runtime refreshes itself on reinstall — installing a newer build reconciles the bundled Python runtime automatically.
- Fixed: analysis no longer locks up after cancelling a task — the concordance/analysis worker pool now self-heals instead of erroring on every later run.
- Plain-language filter hints (no more "operator"/"value"/"condition").
Workspace compatibility: no serialization-layer change since v0.5.4; workspaces saved by prior 0.5.x versions open unchanged. Full notes in the CHANGELOG.
Downloads
- First time? Download the full installer (
-bundle-) — sets up offline on first launch. - Upgrading from v0.5.4+? The lightweight installer (
-slim-) is a much smaller download. - Or run locally:
uvx --refresh ldaca-wordflow@0.5.5
Citation
If you use LDaCA Wordflow in your research, please cite it:
Guo, S., Sun, C., Bednarek, M., Haan, S., Lynch, M. & Rehman, A. (2026), LDaCA Wordflow [Computer software]. https://github.com/Australian-Text-Analytics-Platform/ldaca-wordflow/. DOI: 10.5281/zenodo.20408328
The DOI above is the concept DOI — it always resolves to the latest version on Zenodo.
Full Changelog: v0.5.4...v0.5.5
v0.5.5-rc1 (source pre-release)
Source-only pre-release of the upcoming v0.5.5, published to register the
Zenodo archive and mint the concept DOI ahead of the v0.5.5 release.
This is not a distributable build:
- No desktop installers (DMG/MSI) and no PyPI publish — the release pipeline
deliberately skips pre-release (-rc) tags. - To install Wordflow, use the latest stable release: https://sih.tools/wordflow
For maintainers: once Zenodo archives this pre-release, take the concept DOI and
bake it into frontend/public/references/general.md and CITATION.cff for the
v0.5.5 release.
v0.5.4
Desktop installers
Two installers for the desktop app — pick one:
- Installing for the first time? Use the full installer (recommended). It includes everything the app needs, so the first launch sets up without an internet connection — ready in seconds on macOS, a few minutes on Windows.
- Already have a previous version (v0.5.4 or later)? Use the lightweight installer — a much smaller download that reuses what's already on your computer.
The macOS app is signed by Apple. On Windows you may see a security prompt — choose "More info" → "Run anyway".
What's Changed
Full Changelog: v0.5.0...v0.5.4