Releases: ByteSizedRobotics/rover-ui
Releases · ByteSizedRobotics/rover-ui
v1.0.1
v1.0.0
Final release for capstone pt 2
v0.3.4
v0.3.3
- Small API changes
- Initial schema updated
- Updated docker-compose
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Needed also to update so 2 hardcoded images are included in the static/upload folder so they can be displayed on UI
v0.3.1
Pipeline for building/pushing new docker image for UI was broken so creating new release now.
v0.3.0
CEG4913 - Midterm - Fall 2025
What's Changed
- 21 create post api endpoint to upload pothole images by @syeadz in #22
- Create tests and testing pipeline by @syeadz in #46
- Paths api by @syeadz in #55
- Rover api by @syeadz in #56
- Centralized command centre data and camera persistence by @maxcouture02 in #62
- Map improvements, Reset camera+lidar canvas upon disconnect, fix webRTC cam stream not connecting by @TheHiberNate in #64
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
Rover UI First Release
Features Implemented
- Login/Register functionality with database integration and cookies, with sign out
- View list of available rovers stored in database
- Base database schema defined (PostgreSQL with PostGIS extension)
Next steps
- Add maps integration
- Add dashboard for rovers
- Create tests