Releases: wild-chimpanzee-foundation/review-app
Releases · wild-chimpanzee-foundation/review-app
Release list
v1.13.0-beta5
Bug Fixes
- git ci
v1.13.0-beta4
Bug Fixes
- not all annotators showing up in export videos section
- normalize Windows backslash paths consistently across app
- rename annotator filter label to 'Annotated by'
- normalize Windows backslash paths consistently across app
- check AI annotations for tour's current video, not project-wide
Features
- add unsaved changes warning for work distribution
- disable annotator filters when filtering not-annotated videos
v1.13.0-beta3
Bug Fixes
- cap missing videos list at 200
- creating bundle with many videos
Performance
- faster backups
- scope model annotations cte to active project
- faster check for missing videos
- batch annotation + historic CSV imports into one transaction
v1.13.0-beta2
chore: release 1.13.0-beta2
v1.13.0-beta1
chore: release 1.13.0-beta1
v1.12.0
v1.11.1
Bug Fixes
- keep client alive through long CSV imports
Refactoring
- hold model-import page state in memory, not user storage
v1.11.0
Documentation
- add MkDocs Material user documentation site (EN/FR)
- fix language switcher links on GitHub Pages subpath
- screenshot tool
- add missing pages and images
Features
- add visible language toggle to login screen
- unify login name selection into a single select-or-type field
- add settings section to delete annotators without annotations
- point to docs for ffmpeg install
- auto-revalidate model import as species mappings change
v1.10.0
Features
- clean up header bar, make filter bar fully toggleable
v1.9.0
Bug Fixes
- cascade-delete video children so dir/missing-video removal can't fail on FK
- format float columns on annotation export (loop iterated chars, never ran)
- log instead of silently swallowing clear_session errors
- skip unconfigured species on import so preview matches apply
Features
- use project name and add timestamp to annotation export filenames
Refactoring
- ProbeResult namedtuple + shared _apply_probe_result helper
- centralize review threshold default in DEFAULT_REVIEW_THRESHOLD