Recent Releases of openqda
openqda - 1.0.2
This is primarily a patch release, coming with improved load performance on the projects page.
What's Changed
- Update docker.md by @kadewe in https://github.com/openqda/openqda/pull/155
- adjust expected performance for intersection calcuations by @jankapunkt in https://github.com/openqda/openqda/pull/165
- Add license for media files by @jankapunkt in https://github.com/openqda/openqda/pull/168
- Perf/lazy load public codebooks by @alessandrobelli in https://github.com/openqda/openqda/pull/164
- Schedule daily queue flush command by @alessandrobelli in https://github.com/openqda/openqda/pull/172
- docs: restructure and comment .env.example file by @jankapunkt in https://github.com/openqda/openqda/pull/174
- fix: change queue:flush schedule to run every minute by @alessandrobelli in https://github.com/openqda/openqda/pull/181
- Projects page ui lazy loads audit, codebooks and teams by @jankapunkt in https://github.com/openqda/openqda/pull/180
New Contributors
- @kadewe made their first contribution in https://github.com/openqda/openqda/pull/155
Full Changelog
https://github.com/openqda/openqda/compare/1.0.1...1.0.2
Citation
DOI for this release: 10.5281/zenodo.16903159
Cite this release:
Belli, A., Küster, J., Hohmann, F., Sinner, P., Krüger, G., Wolf, K., & Hepp, A. (2025). OpenQDA (1.0.2). Zenodo. https://doi.org/10.5281/zenodo.16903159
BibTex:
@software{belli_2025_16903159,
author = {Belli, Alessandro and
Küster, Jan and
Hohmann, Florian and
Sinner, Philip and
Krüger, Gino and
Wolf, Karsten and
Hepp, Andreas},
title = {OpenQDA},
month = aug,
year = 2025,
publisher = {Zenodo},
version = {1.0.2},
doi = {10.5281/zenodo.16903159},
url = {https://doi.org/10.5281/zenodo.16903159},
}
- PHP
Published by jankapunkt 6 months ago
openqda - 1.0.1
Summary
This is a patch releases, primarily fixing minor issues and updating dependencies. Feel free to report any issues. Note, that new major features will be part of upcoming 1.1.0 while in between there might be patch releases (1.0.x).
Full Changelog: https://github.com/openqda/openqda/compare/1.0.0...1.0.1
Dependency updates
- fix vitest and vite vulnerabilities by @jankapunkt in https://github.com/openqda/openqda/pull/77
- build(deps-dev): bump vite from 6.0.11 to 6.1.0 in /web in the npmandyarn group across 1 directory by @dependabot in https://github.com/openqda/openqda/pull/86
- build(deps): bump the pip group across 1 directory with 2 updates by @dependabot in https://github.com/openqda/openqda/pull/84
- build(deps): bump the npmandyarn group across 1 directory with 2 updates by @dependabot in https://github.com/openqda/openqda/pull/102
- build(deps): bump starlette from 0.40.0 to 0.46.0 in /services/transform/atrain in the pip group across 1 directory by @dependabot in https://github.com/openqda/openqda/pull/103
- Update Composer dependencies by @alessandrobelli in https://github.com/openqda/openqda/pull/107
- build(deps): bump laravel/framework from 11.44.0 to 11.44.1 in /web in the composer group across 1 directory by @dependabot in https://github.com/openqda/openqda/pull/108
- Upgrade to tailwind 4 by @jankapunkt in https://github.com/openqda/openqda/pull/114
- build(deps): bump the npmandyarn group across 1 directory with 2 updates by @dependabot in https://github.com/openqda/openqda/pull/115
Fixes
- coding: enable to delete codes on safari when more than zero characters are selected by @jankapunkt in https://github.com/openqda/openqda/pull/80
- Update CodebookCodesController.php by @alessandrobelli in https://github.com/openqda/openqda/pull/91
- Cleanup dead references by @jankapunkt in https://github.com/openqda/openqda/pull/92
- Better encoding detection and conversion by @alessandrobelli in https://github.com/openqda/openqda/pull/95
- Editor line numbers do recompute on window resize by @jankapunkt in https://github.com/openqda/openqda/pull/99
- correct position and z-index for range display botto… by @jankapunkt in https://github.com/openqda/openqda/pull/101
- Fix client nav proxy clone issue by @jankapunkt in https://github.com/openqda/openqda/pull/109
- Fix: preserve whitespace and fonts across editors by @jankapunkt in https://github.com/openqda/openqda/pull/111
- fix(ui/deps): move tailwind from postcss to vite config by @jankapunkt in https://github.com/openqda/openqda/pull/116
- fix(ui): wrap unsuccessful responses as error responses by @jankapunkt in https://github.com/openqda/openqda/pull/117
Enhancements + other changes
- Update backend_lint.yml by @jankapunkt in https://github.com/openqda/openqda/pull/83
- Use vitepress for documentation by @jankapunkt in https://github.com/openqda/openqda/pull/90
- Feature: Visualization plugins by @jankapunkt in https://github.com/openqda/openqda/pull/82
- feat(coding): implement recursive deletion of codes and their childre… by @alessandrobelli in https://github.com/openqda/openqda/pull/106
Contributors
Developers and testers
- Alessandro Bello (@alessandrobelli)
- Jan Küster (@jankapunkt)
- Prof. Dr. Karsten D. Wolf (@kadewe)
- PHP
Published by jankapunkt 12 months ago
openqda - 1.0.0
Attention
This is our very first major release. We welcome your feedback and contributions to improve the project.
Citation
Belli, A., Küster, J., Matayeva, L., Hohmann, F., Sinner, P., Krüger, G., Wolf, K., & Hepp, A. (2025). OpenQDA (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.14772936
What's changed?
Changelog to prior beta: https://github.com/openqda/openqda/compare/1.0.0-beta.0...1.0.0
Full Changelog: https://github.com/openqda/openqda/compare/1.0.0-alpha.0...1.0.0
- complete redesign of the user interface
- closed/fixed multiple issues (see closed issues of release 1.0 milestone)
- improved developer docs and guides
Changes related to Pull Requests
- Bugfix: utf-8 compatibility for txt files by @alessandrobelli in https://github.com/openqda/openqda/pull/50
- docs: Create Backend refactoring guidelines by @alessandrobelli in https://github.com/openqda/openqda/pull/52
- Bugfix: send navigation updates only when in a team by @jankapunkt and @alessandrobelli in https://github.com/openqda/openqda/pull/53
- build(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in /services/transform/atrain in the pip group across 1 directory by @dependabot in https://github.com/openqda/openqda/pull/48
- fix(ui): make files list scrollable on overflow by @jankapunkt in https://github.com/openqda/openqda/pull/68
- build(deps): bump the pip group across 1 directory with 2 updates by @dependabot in https://github.com/openqda/openqda/pull/56
- Client: UI Redesign by @jankapunkt in https://github.com/openqda/openqda/pull/51
- Refactor Backend by @alessandrobelli in https://github.com/openqda/openqda/pull/54
- Release 1.0.0 by @jankapunkt and @alessandrobelli in https://github.com/openqda/openqda/pull/74
Contributors
Developers
- Alessandro Bello (@alessandrobelli)
- Jan Küster (@jankapunkt)
Redesign UI/UX
- Leile Matayeva (@LeilaMatayeva)
Research, Coordination and Testing
- Florian Hohmann (@hohse)
- Gino Krüger (@GinKru91)
- Philip Sinner
- Prof. Dr. Karsten D. Wolf (@kadewe)
- Prof. Dr. Andreas Hepp
- PHP
Published by jankapunkt about 1 year ago
openqda - Pre Release
Latest release notes: doi: 10.5281/zenodo.11656546
Attention
This is our first beta release. Please be aware that some features may not work as expected. We welcome your feedback and contributions to improve the project.
What's Changed
- Added Zenodo DOI badge to README (#22)
- Implemented code quality checks for the client (#20)
- Added link to license in footer (#27)
- Prevented AppLayout errors when shared team is null (#29)
- Sourced app name, description, and slogan from environment variables (#26)
- Added backend linter for PHP (#30)
- Enabled CSV export button on Analysis page once at least one text is selected (#34)
- Introduced tests with Pest PHP (#37)
- Implemented client test suite (#25)
- Added feedback form to settings dropdown (#42)
- Introduced import/export functionality for codebooks with basic UI (#35)
- Added missing community documentation (#36)
- Integrated transcription via aTrain (#40)
- Updated
starlettefrom 0.27.0 to 0.36.2 in/services/transform/atrain(#46) - Updated
starlettefrom 0.36.2 to 0.37.2 in/services/transform/atrain(#47)
Contributors
Developers
- @alessandrobelli
- @jankapunkt
Research, Coordination and Testing
- @GinKru91
- Andreas Hepp
- @hohse
- @kadewe
- Philip Sinner
Full Changelog: https://github.com/openqda/openqda/compare/1.0.0-alpha.0...1.0.0-beta.0
- PHP
Published by jankapunkt over 1 year ago
openqda - 1.0.0-alpha.0
This is the initial release of OpenQDA. Note, it's in alpha (early access) stage!
What's Changed
- build(deps-dev): bump vite from 5.2.2 to 5.2.6 in /web by @dependabot in https://github.com/openqda/openqda/pull/6
- Basic README by @jankapunkt in https://github.com/openqda/openqda/pull/16
New Contributors
- @dependabot made their first contribution in https://github.com/openqda/openqda/pull/6
- @jankapunkt made their first contribution in https://github.com/openqda/openqda/pull/16
Full Changelog: https://github.com/openqda/openqda/commits/1.0.0-alpha.0
- PHP
Published by jankapunkt almost 2 years ago