Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Jan 7, 2025
1 parent 81d3684 commit cdd6bb3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
### Changelog

#### [v0.11.0](https://github.com/stephendade/Rpanion-server/compare/v0.10.0...v0.11.0)
- Add support for Raspberry Pi 5
- Add support for NVIDIA Jetson Orin
- Add support for nodejs 22
- Flight Controller: Rpanion-server can send it's own MAVLink HEARTBEAT messages
- Add support for RasPiOS Bookworm
- Video: Better detection of Cameras
- Video: Add support for the Raspbery Pi GS Camera
- Video: Latency reductions
- Logging: Moved tlog handling to mavlink-router
- Video: More reliable detection (and usage) of hardware H264 encoding
- Video: Rpanion-server can send it's own MAVLink VIDEO_STREAM_INFORMATION messages
- Video: Basic implementation of MAVLink camera protocol
- Add username/password protection to Web GUI
- Network: Major bug fixes when adding and removing networks
- Various security fixes to Web GUI

#### [v0.10.0](https://github.com/stephendade/Rpanion-server/compare/v0.9.0...v0.10.0)
- Add support for nodejs 18 and 20
- Video: Use libcamera on Raspberry Pi
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rpanion-server",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"secure": false,
"dependencies": {
Expand Down

0 comments on commit cdd6bb3

Please sign in to comment.