Skip to content

Releases: DIT112-V21/group-09

SmartRover v1.0.1

30 May 21:48
Compare
Choose a tag to compare

SmartRover v1.0.1 Release

  • Fixes package.json versioning

FULL CHANGELOG

SmartRover v1.0.0 First full release

30 May 21:31
Compare
Choose a tag to compare

SmartRover v1.0.0 full release.

Improvements

  • Completed mission execution. Now you can run the missionControl,ino sketch and accomplish missions.
  • Mission guide is available here.
  • More bug fixes and polishing around since v0.5.0.

FULL CHANGELOG

SmartRover v0.5.0 Beta release

29 May 13:32
Compare
Choose a tag to compare
  • Fixed database settngs bug
  • Fixed mqtt config assignment typo

SmartRover v0.4.5 Beta release

29 May 10:58
Compare
Choose a tag to compare

Completed milestones:

  • Emulator UI modification
  • Frontend app fully implemented
  • User management and data persistence
  • Mission control and mission execution is implemented

Improved project tasks:

  • Changelog generator works on release branches
  • Electron builder implemented (needs more tests and releases)
  • Database connection verification added

Plans for the next release

  • Bugfixes
  • Stabilize overall mission execution
  • Test manual control
  • Test mission control

Resolves #111

SmartRover v0.3.0 Alpha release

03 May 09:59
6ff1dd9
Compare
Choose a tag to compare
Pre-release

[PRE-RELEASE] v0.3.0-alpha

Changelog:

  • Home page complete with Rover intro
  • Manual control page is complete and stable
  • MQTT communication for manual control page has stable for alpha stage
  • HTML and CSS is stable for the release
  • Initial CI testing script is done. Needs to add more unit testing

Pipeline:

  • Mission control page has started development
  • Settings and user management is in the pipeline
  • Help section will start developing on alpha release pages
  • Continuous integration and automated building, testing

Resolves #57