Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Sep 29, 2023
1 parent e255e0a commit 55b4c51
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
### Changelog

#### [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
- Video: Add support for 2nd CSI port on Raspberry Pi
- Video: Hardware x264 encoding for USB cameras
- Video: Reduce x264 latency
- Video: Add support for Jetson CSI cameras
- FlightController: Add option to send datastream requests
- UI: More consistency
- Network: Better Wireguard status
- Network: Add refresh button to Wifi network list
- Network: Various bug fixes in showing connection details
- Add (limited) support for Ubuntu22 on Raspberry Pi. Video not supported.
- Added support for Le Potato SBC
- FlightController: Added support for alterntate serial ports on Raspberry Pi 4

#### [v0.9.0](https://github.com/stephendade/Rpanion-server/compare/v0.8.0...v0.9.0)

- Upgrade from nodejs v14 to v16
Expand Down
Binary file modified images/controller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.9.0",
"version": "0.10.0",
"private": true,
"secure": false,
"dependencies": {
Expand Down

0 comments on commit 55b4c51

Please sign in to comment.