Skip to content

Commit 014994a

Browse files
committed
Updated changelog
1 parent 0f8efe3 commit 014994a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Changelog.md

+26
Original file line numberDiff line numberDiff 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
19+
- Updated documentation and manual
20+
21+
**Release Hashes**
22+
```
23+
60be127f003cd7838149bf8f01020206f829a7bd192706a608e39d8d7193d07b rns-0.8.6-py3-none-any.whl
24+
d8701e19279d292b5b8af9da7c67b6ac88a992ca65109f8182c3e5c761a9ebeb rnspure-0.8.6-py3-none-any.whl
25+
```
26+
127
### 2024-10-20: RNS β 0.8.5
228

329
This maintenance release fixes a number of bugs. Thanks to @faragher for contributing to this release!

0 commit comments

Comments
 (0)