Releases: elonen/clapshot
Releases · elonen/clapshot
v0.8.1
Client fixes and new feature
- New feature: configurable branding (logo and name)
- New feature: import EDLs as comments
- Fix: Folder label was not visible containing >= 3 items
- Fix / feature: Allow comments with just a drawing, no text
- Demonstrate how to have multiple admin users in htadmin demo (see nginx conf example)
- UI: move video player actions to a burger menu
- Remove emoji picker (slow, and OSs support it now)
v0.8.0
v0.7.1
v0.7.0
v0.6.1 (replaces 0.6.0)
See the upgrading guide for instructions if you are already running a previous release.
Highlights:
- Support for folders in the UI (requires installing the
basic_folders
organizer plugin) - New auth HTTP header
X-Remote-User-Is-Admin
to grant any user admin priviliges. (In the PHP htadmin based simple deployment, useradmin
is the only admin.) - CORS: config option
cors
to select which origins to restrict API access to - Work-in-progress Organizer Plugin system
- Major codebase revamp, lots of bug fixes, and probably lots of new bugs
- "Download original" button in the video player
- Most dependencies updated to new versions
This is a fairly big upgrade. Please report any regressions in functionality.
Recovering comments from broken 0.6.0 ⚠️ migration
The now pulled 0.6.0 release had a broken DB migration script that lost existing comments.
If this happened to you, install 0.6.1 over 0.6.0, then follow instructions in Upgrade Guide to restore the comments.
0.5.6
0.5.4
0.5.3
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