[0.8.0] - 2025-06-26
๐ Features
- Nice board creation/selection/exposing UX
- Make BoardManager user-aware
- Drop images into a lane to get a new note
๐ Bug Fixes
- Improved board storage strategy, boards are now UUID-stored
- Create user's home on demand
- Broken root user boards symlink
- Auth-protect /
- More robust 403 and 404 handling
- Simpler 400 on auth issues
- Use the email as user_id instead of a random string
- Prevent crash when dropping files outside a valid note area
๐ผ Other
- Release v0.8.0
๐ Refactor
- Better error handling
- Use constants
- No more default board name in frontend
- Centralized UI error handling
- Split off lane pasting
๐จ Styling
- Better 403 page
๐งช Testing
- More integration tests
- Integration tests for dragging and dropping images