Skip to content

Releases: 98sean98/blue-nebula

v1.0.1

10 Jun 10:02
ea557c5
Compare
Choose a tag to compare

Change log:

  • mobile: update app download link
  • server: update packages

v1.0.0

02 Jun 03:07
afffc4f
Compare
Choose a tag to compare

Blue Nebula stable version has now been released.

Change log:

  • mobile: fix minor bugs, improve ui ux, and refactor code
  • mobile: fix network and micro app remote data bugs
  • server: fix docker compose for local development
  • write documentation

v0.1.1

17 May 01:34
c154ee5
Compare
Choose a tag to compare

Change log:

  • rasp: add configuration to handle multiple micro apps, and read the selected one from .env
  • mobile: fix minor ui ux bugs
  • rasp: add bldc motor speed reading (aka speed_rpm) as a tracked parameter
  • mobile: get notified by the bldc motor's speed_rpm and display it in the bldc continuous control component
  • mobile: show some help popups to explain how certain things work
  • rasp: add relay control entity
  • mobile: add relay control entity
  • write project documentation
  • setup codebases for production deploy

v0.1.0

27 Apr 03:29
4fd7c42
Compare
Choose a tag to compare

This project is finally able to move on to v0.1.0, which is the next important step towards a stable release for v1.0.0 (near the end of May).

Change log:

  • server: add new data models, and GraphQL API to track application usage through logs
  • website: create a new React website, hosted by GitHub Pages, to allow developer users to view the aforementioned usage logs
  • mobile: sends a log to the server to be saved, when the raspberry pi device is connected and used
  • server: invalidate only the accompanying token instead of all tokens during user logout

v0.0.7

26 Apr 07:32
984d4e1
Compare
Choose a tag to compare

Change log:

  • mobile: add support for dc motor control entity
  • rasp: add support for dc motor control entity
  • mobile: fix minor bugs
  • rasp: add temperature logging as a health check process

v0.0.6

20 Apr 07:55
fc9b5f3
Compare
Choose a tag to compare

Change log:

  • mobile: fix real time control mode (also added bldc motor continuous control feature)
  • mobile: improve micro app data update / backup logic
  • server: add update micro app data resolver to more efficiently update the micro app for a new version of data
  • mobile: add countdown timer in the simple controller screen through setups
  • rasp: fix minor issues with control entities
  • mobile: handle is device connected state via a health check BLE characteristic
  • rasp: add health check BLE characteristic to manage a buzzer instance, indicating if a device connection is made
  • mobile: improve overall minor ui-ux

v0.0.5

29 Mar 03:36
07b5f9f
Compare
Choose a tag to compare

Change log:

  • mobile: add language localisation through i18n
  • mobile: add micro app screen to allow developer users to manage their micro apps
  • mobile: add various minor features to improve overall ui ux
  • server: add micro app data model and GraphQL api

v0.0.3

19 Mar 08:42
1e2424e
Compare
Choose a tag to compare

Change log:

  • mobile: update icons and app name
  • raspberry-pi: update app name

v0.0.2

18 Mar 04:04
c6ee403
Compare
Choose a tag to compare

Change log:

  • rasp: add brushless dc motor as a control entity, and build its bluetooth characteristic (bldcMotors)
  • mobile: add brushless dc motor as a control entity (BLDCMotor)
  • mobile: minor ui debug and improvements
  • mobile: add icons and splash screen
  • mobile: add me GraphQL query
  • server: add me GraphQL query

Prototype release

11 Mar 15:08
b5e6d87
Compare
Choose a tag to compare

This is an early production release with limited testing conducted in an un-systematic fashion.

There may be undiscovered bugs and stability issues.