Skip to content

Releases: acehoss/rnsh

v0.1.7

17 Oct 18:36
94ebb50

Choose a tag to compare

What's Changed

  • Test/fix issue with -v/-q flags #33
  • Update GitHub Actions to fix build issues by @acehoss in #34

Full Changelog: release/v0.1.6...release/v0.1.7

v0.1.6

10 Sep 14:26
232ccd0

Choose a tag to compare

What's Changed

  • Fix tests and service name handling by @acehoss in #32

Full Changelog: release/v0.1.5...release/v0.1.6

v0.1.5

20 Jan 14:24
428aa39

Choose a tag to compare

What's Changed

  • Add support for dynamic link MTU discovery by @markqvist in #29

Full Changelog: release/v0.1.4...release/v0.1.5

v0.1.4

28 May 13:15
a769fd5

Choose a tag to compare

What's Changed

  • Fix invalid escape sequence handling for terminal escape sequences by @markqvist in #28

Full Changelog: release/v0.1.3...release/v0.1.4

v0.1.3

17 Dec 19:18
0221e52

Choose a tag to compare

What's Changed

  • Fix type bug when specifying --timeout by @Erethon in #27
  • Fix issue with disconnecting using ~. and reconnecting resulting in hung session

New Contributors

Full Changelog: release/v0.1.2...release/v0.1.3

v0.1.2

24 Sep 18:53
0eae443

Choose a tag to compare

Incorporates some significant performance and quality of life improvements built by Reticulum lead developer @markqvist.

What's Changed

Full Changelog: release/v0.1.1...release/v0.1.2

v0.1.1

20 May 11:42
2e9419f

Choose a tag to compare

Fix data corruption issue.

Full Changelog: release/v0.1.0...release/v0.1.1

v0.1.0

12 May 14:11
26368c9

Choose a tag to compare

First beta!

What's Changed

  • Fixed bug that would cause connections to fail after some amount of time, especially over slow links
  • Added initial sliding window implementation to optimize throughput
  • Remove unused importlib.metadata for Python 3.7+ compatibility by @markqvist in #18
  • Missing version resolution by @markqvist in #19

New Contributors

Full Changelog: release/v0.0.14...release/v0.1.0

v0.0.14

06 May 21:28
e54ef5a

Choose a tag to compare

Update RNS dependency to allow greater than 0.5.0.

v0.0.13

08 Mar 23:09
f483444

Choose a tag to compare

  • Update to RNS v0.5.0
  • Using StreamDataMessage from RNS.Buffer now. This change breaks protocol compatibility with previous versions.

Full Changelog: release/v0.0.12...release/v0.0.13