Clapshot Versions Save

Self hosted web based collaborative video review tool

0.5.6

6 months ago
  • UI: list videos from newest to olders
  • UI: show upload form before video list
  • UI: fix uneven video list rows
  • ARM64 cross-build support
  • Some library version bumps

0.5.4

1 year ago

Small fixes before a larger feature release

  • Run FFMPEG with nice 10 to avoid starving other processes (e.g. authentication)
  • Use local time zone in logs, dynamic precision

0.5.3

1 year ago

Changes

  • Add /api/health endpoint for health checks
  • Bugfix: don't spam server log about WS disconnects
  • Support for basic auth logout and custom user menu items.
  • Docker demo with basic auth and 'htadmin'

Client config update

This version requires updating /etc/clapshot_client.conf (keys user_menu_extra_items and user_menu_show_basic_auth_logout). See diff when dpkg prompts for changes, or manually add these two entries:

    "user_menu_extra_items": [
      { "label": "My Videos", "type": "url", "data": "/" }
  ],
"user_menu_show_basic_auth_logout": false

0.5.2

1 year ago
  • Feature: replace HTTP upload button with a dropzone
  • Bugfix: improve WSL compatibility for metadata scanning

0.5.1

1 year ago
  • New feature: thumbnails with scrub preview
  • Bugfixes

This release requires a database upgrade.

0.5.0

1 year ago
  • New feature: Support for HTTP uploading multiple videos at once.
  • New feature: Rename clips.
  • Bugfix: User notifications were often shown twice.
  • Bugfix: Failed upload removed old video from disk in certain cases.

NOTE! This release requires a database migration if you're upgrading an existing installation. First, make a backup of the .sqlite file. Then, add line migrate = true temporarily to /etc/clapshot-server.conf if using the Debian package, or use --migrate if running the server manually.

0.4.1

1 year ago

New feature: show comments on timeline as pins

0.4.0

1 year ago

New feature: collaborative review sessions

0.3.2

1 year ago

Rust dependencies version upgrade for server. No changes to client.

0.3.1

1 year ago

Delete video functionality added to GUI. On server, they go to a "videos/trash/" directory instead of permanent deletion.