Skip to content

Commit 55b4c51

Browse files
committed
0.10.0
1 parent e255e0a commit 55b4c51

6 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
### Changelog
22

3+
#### [v0.10.0](https://github.com/stephendade/Rpanion-server/compare/v0.9.0...v0.10.0)
4+
- Add support for nodejs 18 and 20
5+
- Video: Use libcamera on Raspberry Pi
6+
- Video: Add support for 2nd CSI port on Raspberry Pi
7+
- Video: Hardware x264 encoding for USB cameras
8+
- Video: Reduce x264 latency
9+
- Video: Add support for Jetson CSI cameras
10+
- FlightController: Add option to send datastream requests
11+
- UI: More consistency
12+
- Network: Better Wireguard status
13+
- Network: Add refresh button to Wifi network list
14+
- Network: Various bug fixes in showing connection details
15+
- Add (limited) support for Ubuntu22 on Raspberry Pi. Video not supported.
16+
- Added support for Le Potato SBC
17+
- FlightController: Added support for alterntate serial ports on Raspberry Pi 4
18+
319
#### [v0.9.0](https://github.com/stephendade/Rpanion-server/compare/v0.8.0...v0.9.0)
420

521
- Upgrade from nodejs v14 to v16

images/controller.png

14.8 KB
Loading

images/network.png

-1.06 KB
Loading

images/video.png

-1.69 KB
Loading

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Rpanion-server",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"secure": false,
66
"dependencies": {

0 commit comments

Comments
 (0)