Skip to content

Releases: sargassum-world/latreutes

v0.2.1

14 Mar 17:13
c9c1513
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixes

  • Welcome screen no longer links to the Networks page when the authtoken is missing (#23)
  • On Windows, the file path for where to find Zerotier One's copy of the authtoken file should now be correct (#23)
  • Added clarifying information when the device attempts to join a network but access is denied (#23)
  • Added a more visible close button to the "Join a Network" panel (#23)
  • Added OS information to the Node Info card on the Home page (#23)
  • Replaced the navbar's "Home" button with a logo-and-name brand for visual consistency with navbars in other Sargassum apps (#23)

v0.2.0

26 Oct 20:56
d7edbf2
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Fixes

  • Improved the CPU efficiency and made it run without freezing on ARM64 processors (such as on the NVIDIA Jetson Nano): #18

v0.1.0

21 Sep 18:29
b5c9edc
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first functional prototype of the Latreutes desktop application.

Features

  • Added ability to communicate with the ZeroTier One HTTP API using its authtoken.secret, with manual initial setup: #1
  • Added display of information about connected ZeroTier networks and peers: #2
  • Added display of information about the node running Latreutes: #3
  • Added an interface to leave a ZeroTier network: #4
  • Added an interface to join a ZeroTier network by entering its ZeroTier network ID: #5
  • Added an interface to join a ZeroTier network by entering a domain name: #7
  • Chose a React components library for the GUI: #8
  • Chose a React caching library for HTTP API calls: #9
  • Added (disambiguated) display of human-readable network names when available: #11