From cdd6bb3f3357c5a7b80ef481f0de97cc79693b93 Mon Sep 17 00:00:00 2001 From: Stephen Dade Date: Tue, 7 Jan 2025 17:08:51 +1100 Subject: [PATCH] 0.11.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c3f93d..1464365e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c4f0bae2..903157a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Rpanion-server", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Rpanion-server", - "version": "0.10.0", + "version": "0.11.0", "dependencies": { "app-root-path": "^3.1.0", "bcrypt": "^5.1.1", diff --git a/package.json b/package.json index 07e9a51a..e5bab4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Rpanion-server", - "version": "0.10.0", + "version": "0.11.0", "private": true, "secure": false, "dependencies": {