Skip to content

Commit 7ef64e8

Browse files
committed
0.9.0
1 parent 326d019 commit 7ef64e8

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
### Changelog
22

3-
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
3+
#### [v0.9.0](https://github.com/stephendade/Rpanion-server/compare/v0.8.0...v0.9.0)
44

5-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5+
- Upgrade from nodejs v14 to v16
6+
- FlightLogs: Add automatic processing of tlogs to kml files
7+
- Video: Add option to overlay timestamp
8+
- FlightController: Remove unused MAVLink dialect option
9+
- Add VPN configuration GUI for Zerotier and Wireguard
10+
- Add help text to all pages
11+
- Allow user to download Rpanion-server logfile
12+
- FlightController: Add UDP server option
13+
- NetworkManager: Scan for available Wifi networks
14+
- FlightController: Add extra baudrates
15+
- Video: Add Mission Planner connection strings
16+
- Add upgrade control to "About" page
17+
- NetworkManager: allow editing of ssid
18+
- Add rate limiting to server (50 requests/min) to mitigate denial-of-service attacks
19+
- Add cloud upload of flight logs
20+
- FlightController: Show ArduPilot version
21+
- Video: Fix streaming config interval
622

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)