v0.8.0
This release cleans up the project by bringing tests, API documentation, and frontend hashing.
Tests
I have added some Rust unit tests and end-to-end tests with Playwright. I plan to extend these in future releases.
API Documentation
Under der /api endpoint, a Rapidoc API overview is available for all your scripting needs
Frontend hashing
Now, by default, the password will be hashed by the frontend as well as the backend server. Previous logins are automatically upgraded. If needed, plaintext password login is still possible. This release also removes the secure cookie requirement, letting you access the app without a TLS tunnel.