Skip to content

Releases: mc51/Clipster-Server

Release v0.5.0

09 Feb 20:08
cf7dc05
Compare
Choose a tag to compare
Update django (#1)

* make compatible to django 4.0 - and rest_framework 3.13.1

* add format field in django model for image sharing

Release v0.4.2

02 Jan 14:18
Compare
Choose a tag to compare
only restrict pw length in django and check it in frontend via js

Release v0.4.1

29 Dec 18:26
Compare
Choose a tag to compare

Improvements:

  • List all shared clips on API call (history)

Bug Fixes:

  • Front-end table display set correct width

Release v0.3.1

29 Dec 18:22
Compare
Choose a tag to compare
fix frontend table max width and content

Release v0.3.0

21 Dec 17:29
Compare
Choose a tag to compare

Improvements:

  • Added front-end with all client capabilities: Register, Login, View and Share Clips
  • Made "host secure": All clips are encrypted locally in the browser / client before transmission
  • Static data is served via whitenoise package

Bug Fixes:

Release v0.2.0

03 Dec 20:19
Compare
Choose a tag to compare
add gh actions to auto create release on v tag