Releases: sinamics/uavcast-community
1.5.0
5.0.0-dev-10
5.0.0-dev-9
Commits
- 9b01889: chown user to uavcast folder (Bernt Christian Egeland) #15
- 8e34f35: remove unessaccary code (Bernt Christian Egeland) #15
- aae329d: fixed bug where errors was not converted to string (Bernt Christian Egeland) #15
- e3c8926: added scroll to bottom for logviewer (Bernt Christian Egeland) #15
- 9abd395: removed navbar bottom border (Bernt Christian Egeland) #15
- ce8f251: added log-level description into viewer (Bernt Christian Egeland) #15
- db405a8: removed unnecessary code (Bernt Christian Egeland) #15
- 03c2c87: changed function name (Bernt Christian Egeland) #15
- 2026cb8: removed unnecessary code (Bernt Christian Egeland) #15
- 69f3912: organized code for better reusability (Bernt Christian Egeland) #15
- a9ba60c: error message styling (Bernt Christian Egeland) #15
- b01fbeb: removed sensitiv information from being logged (Bernt Christian Egeland) #15
5.0.0-dev-8
Commits
- 207d408: added LED status indicator for modem, camera, vpn, fc (Bernt Christian Egeland) #14
- 2cdff63: better naming and description (Bernt Christian Egeland) #14
- 1421c89: better description (Bernt Christian Egeland) #14
- f86239a: added sql backup info to logfile (Bernt Christian Egeland) #14
- 5921f1d: Changed name to systemLog (Bernt Christian Egeland) #14
- bc49a04: added logfile colors to better distinguish errors. (Bernt Christian Egeland) #14
- aab8660: added logfile colors to better distinguish errors. (Bernt Christian Egeland) #14
- d4147e8: Merge branch 'dev' of https://github.com/sinamics/uavcast into dev (Bernt Christian Egeland) #14
- 15618d7: better description and naming (Bernt Christian Egeland) #14
- c82e8a7: better description and naming (Bernt Christian Egeland) #14
5.0.0-dev-7
Commits
- c940ea4: added limit option for fetching logs (Bernt Christian Egeland) #10
- 836db19: BSD 3 clause (Bernt Christian Egeland) #10
- 6ad811a: license audit (Bernt Christian Egeland) #10
- 706266c: license notes (Bernt Christian Egeland) #10
- f54b02f: added option for custom video path. (Bernt Christian Egeland) #13
- 07e2cd7: use key identifier (Bernt Christian Egeland) #13
- 75cf0eb: added log debug option (Bernt Christian Egeland) #13
- 4723271: return value when pruning logfiles (Bernt Christian Egeland) #13
- c59e755: added option for prune docker logs (Bernt Christian Egeland) #13
- 4af4298: improved start of logging after pruning files. (Bernt Christian Egeland) #13
- e2287e8: changed "RPI" naming to a more generic one. (Bernt Christian Egeland) #13
- 92b4c78: added parameters for logviewer (Bernt Christian Egeland) #13
- 511fbfc: improved theme text colors (Bernt Christian Egeland) #13
5.0.0-dev-6
Commits
- a7efe8d: Merge branch 'dev' into main (Bernt Christian Egeland) #4
- c92d790: Merge branch 'main' of https://github.com/sinamics/uavcast into main (Bernt Christian Egeland)
- 78097f5: removed env file (Bernt Christian Egeland)
- 654d4ac: removed env file (Bernt Christian Egeland)
- 5b394ba: Merge branch 'dev' of https://github.com/sinamics/uavcast into dev (Bernt Christian Egeland)
- 85b0cf1: Merge branch 'dev' into main (Bernt Christian Egeland)
- 439a553: Merge branch 'main' of https://github.com/sinamics/uavcast into main (Bernt Christian Egeland)
- 0405190: automatic releases (Bernt Christian Egeland) #8
- dc3cc3f: automatic release (Bernt Christian Egeland)
- 408e89b: automatic release (Bernt Christian Egeland)
- 0af0829: removed sqlite (Bernt Christian Egeland) #9
- 5052f79: docker and server logs viewer (Bernt Christian Egeland) #9
5.0.0-dev-5
Changelog:
- removed unused files
- improved analytics
- app version is now fetched from the docker tag
- improved server disconnected text.
- updated changelog urls
Installation instructions
https://docs.uavmatrix.com/5.x/installation/
5.0.0-dev-4
Changelog:
- added usbutils package to uavcast container.
- improved zerotier vpn debug information.
- improved video container shutdown and the verbose output to user console.
- changed developer server port.
- more verbose log output.
- general code improvement
Installation instructions
https://docs.uavmatrix.com/5.x/installation/
5.0.0-dev-3
Changelog:
- Fixed custom video pipeline.
- Removed unused code
Installation instructions
https://docs.uavmatrix.com/5.x/installation/
5.0.0-dev-2
Dev release 2
Supported arch: armv7amd64arm64
https://hub.docker.com/repository/docker/sinamics/uavcast
Installation:
curl -s http://install.uavmatrix.com/next/ | sudo bash
Whats new!¶
We have rebuilt the application from the ground up, and version 5.x of uavcast will run in a docker container to have better support for other architectures and OS platforms. When installing uavcast you will see that it also installs a helper application named uavcast supervisor. This app will assist uavcast to manage all the update / downgrade functionalities.
Note!
This is a dev release, and many features are still not working properly.
Changelog:
- using rtsp and gst docker images for video streaming.
- several bug fix.
- general improvements.