You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+26
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
### 2024-11-24: RNS β 0.8.6
2
+
3
+
This release adds full interface modularity and custom interface loading to RNS. Users can now easily create and use their own custom interfaces for communicating over practically anything. Support for IPv6 has also been added to the TCP-based interfaces.
4
+
5
+
In addition, several bugs have been fixed, and various internal improvements to code consistency and naming conventions have been carried out.
6
+
7
+
Thanks to @gretel and @deavmi, who contributed to this release!
8
+
9
+
**Changes**
10
+
- Added ability to load and configure custom, user-supplied interfaces
11
+
- Added IPv6 support to `TCPClientInterface` and `TCPServerInterface`
12
+
- Added an init option to the API for requiring an existing shared instance
13
+
- Changed `rnstatus` behaviour to only show status if Reticulum is already running
14
+
- Fixed `KISSInterface` beacon length for compatibility with software modems
15
+
- Fixed interface client count sometimes reporting incorrect values on TCP and I2P interfaces
16
+
- Refactored and improved interface initialisation and configuration handling
17
+
- Refactored interface code to be more consistent
18
+
- Refactored various deprecated references and names
0 commit comments