Releases: wuespace/telestion-project-daedalus2
Releases · wuespace/telestion-project-daedalus2
v0.11.0
Features
- Compress production folder on release (2708b00)
- application: Add a default configuration to the MongoDatabaseService verticle (6265f6e)
- application: Add Broadcast TCP Server which sends incoming messages to all connected clients. (6f7b383)
- application: Clean up Dockerfile for leaner Docker images (8e4a9e0)
- application: Introduce a Docker Compose configuration to configure and handle interconnections between database and application Docker containers. The MongoDB database now runs in its own Docker container which greatly decreases the setup effort for this Telestion project. (16aae7d)
- application: The serial connection now gets handled outside the Docker container and the packages are transmitted via a TCP connection from a server in the container to the client on the host system. (fe36212)
- application: Update sysId and compIds in MavLink messages (23e703d)
v0.10.0
v0.9.0
Bug Fixes
- application: Include MavInfo details from ConCmd (87d78e4)
- application: Make TelecommandSender network independent (be32536)
- client: Fix integration issues with application (a83ed65)
- client: Fix style issue in button and list labels and icons (8c69541)
- Fix bugs and implement requested changes (51e192d)
- Remove spelling mistakes and bugs (9d96480)
- Send json and not the Object over the bus in MavlinkPacketCutter (186285d)
- client: Fix value dependencies for Freitext TC widget's
onSubmit
(ba015fe)
Features
- application: Add Serial Printer verticle (d5250ab)
- application: Re-import main configuration (6507764)
- application: Set up telecommand sender in vert.x configuration (1b2ab52)
- application: Specify connection details type (4766a75)
- application: Update configuration to support telecommand encoding and sending (89c047d)
- client: Add Camera TC and Freitext TC widgets (c50389f)
- client: Add dynamic styling for highlight.js containers based on current color scheme (2e232d1)
- client: Add highlighted config controls to Camera and FreitextTC widget (4c2975d)
- client: Update sources to work with Telestion-Client v0.16 (2b04c29)
- Add ConCommand (new daedalus.xml) (dbf7064)
- Add new autogenerated MAVLink messages (e99219c)
- Cut messages from different senders (99d336c)
- Implement Telecommands (2202bc3)