Releases: mc51/Clipster-Server
Releases · mc51/Clipster-Server
Release v0.5.0
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
only restrict pw length in django and check it in frontend via js
Release v0.4.1
Improvements:
- List all shared clips on API call (history)
Bug Fixes:
- Front-end table display set correct width
Release v0.3.1
fix frontend table max width and content
Release v0.3.0
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
add gh actions to auto create release on v tag