You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add new endpoint to set collection metadata
- Introduced POST `/api/collections/metadata` to set note, expected count, and initial volume in a single request.
- Updated documentation to include the new endpoint.
- Bumped version to 1.4.0 in platformio.ini.
- Added timezone selection functionality in settings.
- Refactored UI components for better rendering of progress and popups.
- Enhanced OTA update activity with progress display and formatted byte sizes.
- Improved web server to handle storage statistics and metadata updates.