Skip to content

Commit e350b95

Browse files
committed
chore: release v7.0.0 [release]
1 parent cbfd4a6 commit e350b95

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
# Release 7.0.0
4+
5+
**Release Date:** 2025-12-17
6+
7+
## 🚀 Major Release
8+
9+
This release includes breaking changes or significant new features.
10+
11+
### Core Changes (publish.py)
12+
13+
The main streaming script has been updated. This includes significant changes that may affect compatibility.
14+
15+
### Commits
16+
17+
- fix(gstreamer): Fix WebRTC compatibility for GStreamer 1.18 (cbfd4a6)
18+
- fix(gstreamer): Prevent invalid SSRC with older GStreamer versions (2eda1a2)
19+
- docs(nvidia_jetson): Update pre-built image details and compatibility (dee4a5b)
20+
- docs(nvidia-jetson): Update pre-built image info and installation steps (5aff772)
21+
- Delete installers/nvidia_jetson/publish.py (f6d5ea9)
22+
- feat(nvidia_jetson): Add initial publish.py script for NVIDIA Jetson (8240663)
23+
- docs(jetson): Overhaul and expand NVIDIA Jetson installation guide (ebf6a02)
24+
25+
### Installation
26+
27+
For installation instructions, please refer to the platform-specific guides:
28+
- [Raspberry Pi](./raspberry_pi/README.md)
29+
- [NVIDIA Jetson](./nvidia_jetson/README.md)
30+
- [Orange Pi](./orangepi/README.md)
31+
- [Ubuntu](./ubuntu/README.md)
32+
33+
### ⚠️ Upgrade Notes
34+
35+
This is a major version upgrade. Please review the changes carefully before updating.
36+
It's recommended to backup your configuration before upgrading.
37+
38+
39+
---
40+
341
# Release 6.1.0
442

543
**Release Date:** 2025-11-16

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
7.0.0

0 commit comments

Comments
 (0)