Skip to content

Releases: sinamics/uavcast-community

1.5.0

22 Oct 13:18
4914ee9
Compare
Choose a tag to compare
Merge pull request #35 from sinamics/dev

Rename to Community Edtion

5.0.0-dev-10

26 Jul 10:07
a25a314
Compare
Choose a tag to compare

Commits

  • fa65c3f: fetchPolicy to 'network-only' (Bernt Christian Egeland) #16
  • fa32c6b: removed sensitiv information from beeing logged (Bernt Christian Egeland) #16
  • 0566137: removed sensitiv data from being logged (Bernt Christian Egeland) #16

5.0.0-dev-9

26 Jul 11:16
c608f29
Compare
Choose a tag to compare

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

25 Jul 09:32
c49d6e1
Compare
Choose a tag to compare

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

24 Jul 16:06
02f3be6
Compare
Choose a tag to compare

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

06 May 14:15
9da197e
Compare
Choose a tag to compare

Commits

5.0.0-dev-5

05 May 09:50
Compare
Choose a tag to compare

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

01 May 08:19
Compare
Choose a tag to compare

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

13 Apr 19:27
Compare
Choose a tag to compare

Changelog:

  • Fixed custom video pipeline.
  • Removed unused code

Installation instructions
https://docs.uavmatrix.com/5.x/installation/

5.0.0-dev-2

03 Feb 10:13
Compare
Choose a tag to compare

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.