@@ -112,42 +112,3 @@ Additional English documentation is available in:
112112## License
113113
114114This repository is marked as ** AGPL-3.0-only** .
115-
116-
117- ## New in 0.9.1
118-
119- - Import a BORIS project or PyBehaviorLog bundle directly as a ** new project** .
120- - Clone an existing project, with optional sessions and video asset metadata.
121- - Operational endpoints: ` /health/ ` and ` /release.json ` .
122- - Management commands: ` export_project_bundle ` and ` release_report ` .
123-
124-
125- ## New in 0.9.2
126-
127- - Added segment-level review queues and assignee/reviewer workflow.
128- - Added session review segments with CRUD screens and queue dashboard.
129- - Included review segments in JSON and BORIS-like session exports/imports.
130- - Added batch assignment of review segments from the session player.
131- - Added finer review queue filtering by project, status, assignee/reviewer, and search text.
132- - Added CSV export for review-segment analytics from the review queue.
133-
134- ## New in 0.9.3
135-
136- - Refined review queue filtering internals for consistency between UI and CSV export.
137- - Export now honors the same active queue and filter parameters as the dashboard.
138- - Minor release polish and metadata/documentation update to 0.9.3.
139-
140-
141- ## New in 0.9.4
142-
143- - Full pass on review-queue/batch-assignment code paths with consistency fixes for filtered exports.
144- - Hardened security defaults for production (` DJANGO_SECRET_KEY ` , ` ALLOWED_HOSTS ` , TLS/HSTS flags).
145- - Refreshed runtime/development dependencies to newer maintained versions.
146- - Confirmed Granian remains the default ASGI server for local and deployment workflows.
147-
148-
149- ## New in 0.9.5
150-
151- - Unified PyBehaviorLog export schema/version markers on 0.9.5 (session JSON, bundle manifest, compatibility reports, SQL/CowLog headers).
152- - Kept backward-compatible import support for 0.9.1 schemas while adding explicit 0.9.5 schema acceptance.
153- - Maintained review-queue filtered CSV export and batch segment assignment workflows from 0.9.3/0.9.4.
0 commit comments