Skip to content

Releases: wild-chimpanzee-foundation/review-app

v1.13.0-beta5

v1.13.0-beta5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:56

Bug Fixes

  • git ci

v1.13.0-beta4

v1.13.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:50

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

v1.13.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 07:28

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

v1.13.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:28
chore: release 1.13.0-beta2

v1.13.0-beta1

v1.13.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:27
chore: release 1.13.0-beta1

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:10

Features

  • auto-match common model species names to catalog species
  • allow editing project video directory path in settings

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:47

Bug Fixes

  • keep client alive through long CSV imports

Refactoring

  • hold model-import page state in memory, not user storage

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:12

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:20

Features

  • clean up header bar, make filter bar fully toggleable

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:45

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