Releases: 98sean98/blue-nebula
Releases · 98sean98/blue-nebula
v1.0.1
v1.0.0
v0.1.1
Change log:
rasp
: add configuration to handle multiple micro apps, and read the selected one from.env
mobile
: fix minor ui ux bugsrasp
: add bldc motor speed reading (akaspeed_rpm
) as a tracked parametermobile
: get notified by the bldc motor'sspeed_rpm
and display it in the bldc continuous control componentmobile
: show some help popups to explain how certain things workrasp
: add relay control entitymobile
: add relay control entity- write project documentation
- setup codebases for production deploy
v0.1.0
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 logswebsite
: create a new React website, hosted by GitHub Pages, to allow developer users to view the aforementioned usage logsmobile
: sends a log to the server to be saved, when the raspberry pi device is connected and usedserver
: invalidate only the accompanying token instead of all tokens during user logout
v0.0.7
v0.0.6
Change log:
mobile
: fix real time control mode (also added bldc motor continuous control feature)mobile
: improve micro app data update / backup logicserver
: add update micro app data resolver to more efficiently update the micro app for a new version of datamobile
: add countdown timer in the simple controller screen through setupsrasp
: fix minor issues with control entitiesmobile
: handle is device connected state via a health check BLE characteristicrasp
: add health check BLE characteristic to manage a buzzer instance, indicating if a device connection is mademobile
: improve overall minor ui-ux
v0.0.5
v0.0.3
v0.0.2
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 improvementsmobile
: add icons and splash screenmobile
: add me GraphQL queryserver
: add me GraphQL query
Prototype release
This is an early production release with limited testing conducted in an un-systematic fashion.
There may be undiscovered bugs and stability issues.