Skip to content

Releases: elonen/clapshot

0.5.0

08 Feb 22:26
Compare
Choose a tag to compare
  • 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

23 Jan 08:29
Compare
Choose a tag to compare

New feature: show comments on timeline as pins

0.4.0

14 Jan 00:32
Compare
Choose a tag to compare

New feature: collaborative review sessions

0.3.2

14 Dec 14:33
Compare
Choose a tag to compare

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