Skip to content

Releases: sinamics/ztnet

v0.3.7

30 Aug 18:48
Compare
Choose a tag to compare

Release Notes

  • NEW: Beta support for Zerotier 1.12.1. #102
  • NEW: WIP documentation now live at https://ztnet.network.
  • NEW: Introduced NEXTAUTH_URL_INTERNAL environment variable in Docker image to resolve custom NEXTAUTH_URL issues. #105
  • Improvements: Now supports dual ports for planet creation, updating local.conf with secondaryPort and allowSecondaryPort. #113
  • Improvements: Removed planet ID and birth date requirements for new planets. #113
  • Improvements: Email fields now show the current value when clicked.
  • Improvements: Added display of "Total Unlinked Networks" on ZT controller page.
  • Improvements: Enhanced Collapse card animations for Apple WebKit browsers. #109
  • Improvements: Spacing added to IP addresses listed on the controller page. #108

v0.3.6

25 Aug 19:06
Compare
Choose a tag to compare

Release Notes

  • NEW: Allows admin to delete a user.
  • NEW: Add user invitation link, with the ability to set custom values such as secret and the number of times it can be used.
  • NEW: When creating planet and not using default port 9993, the /var/lib/zerotier-one/local.conf file will be updated to reflect the new port.
  • NEW: Now an option to download planet file via URL at /api/planet.
  • Removed: The admin => settings menu has been removed.
  • Improvements: Improved Authentication handler when a user is deleted.
  • Improvements: Minor UI improvements.

v0.3.5

20 Aug 19:55
Compare
Choose a tag to compare

Release Notes

  • Bug Fix: Resolved an issue related to adding an IPv6 address while setting up a root server. (Issue #96)

v0.3.4

20 Aug 16:45
Compare
Choose a tag to compare

Release Notes

  • NEW: Added 6plane and rfc4193 ipv6 support.
  • NEW: Moved stash button to user modal.
  • NEW: Added "hit enter to save" label when input fields are focused.
  • Improvements: creation of private root. Users can now download and upload config, and edit current config.
  • Improvements: Made several overall translation improvements.

v0.3.3

16 Aug 18:24
Compare
Choose a tag to compare

Release Notes

  • NEW: Admins can now create and assign groups to users to limit the number of allowed networks.
  • NEW: A new feature in Admin controller settings allows for the creation of a private root, generating a custom planet file from the provided configuration.

v0.3.2

12 Aug 12:18
Compare
Choose a tag to compare

Release Notes

  • NEW: All users can now set their preferences for notation table background.
  • NEW: Admins can specify ZeroTier controller address and secret directly in the admin controller page, eliminating the need to adjust docker compose environment variables for custom servers.
  • NEW: Improved ZeroTier Central API integration – all users, not just admins, can now add Zerotier Central account.
  • NEW: Implemented a smarter redirection – users who are signed in will be directed to the dashboard instead of the index page.
  • NEW: Integrated database seeding at container startup to ensure the user options table is always populated for a seamless user experience.
  • Improvements: Adjusted UI elements for clarity, including shortening table header names.
  • Improvements: Added more tests to prevent any unstable deployments and potential bugs.

v0.3.1

09 Aug 20:50
Compare
Choose a tag to compare

Release Notes

  • NEW: Enhanced the data retrieval process from ZeroTier controller.
  • NEW: When migrating from a custom ZeroTier controller, there will be a new table in admin settings to manually assign existing networks to an admin member.
  • NEW: Introduced the ability to view ZeroTier data in JSON format, useful for debugging and diagnostics.
  • Improvements: Upgraded frontend caching system for a better and more efficient experience.
  • Improvements: Revamped the UI aesthetics to achieve a more modern and streamlined appearance.
  • Improvements: Made several enhancements to the ZeroTier Central API for better performance and reliability.
  • Bug Fix: Resolved an issue when deleting a network with members that have a notation.

v0.3.0

06 Aug 15:07
Compare
Choose a tag to compare

Commits

  • NEW: Added support for zerotier central. Users can now add their central API key and manage networks in ztnet.
  • NEW: Added support for amd64, arm64
  • Improvements: Fixed few translations bugs.
  • Improvements: Fixed scaling issues on small devices

v0.2.5

30 Jul 19:46
Compare
Choose a tag to compare

Commits

  • NEW: Added Spanish, Norwegian, English, Chinese language translations.
  • Improvement: User-settings layout

📝 Repository Renaming Notice

The repo name has recently been changed from next_ztnet to ztnet. If you have previously installed next_ztnet, please follow these steps to update your image.

First, bring down the running Docker containers:

docker-compose down

Next, update your docker-compose.yml file:

---
ztnet:
  image: sinamics/ztnet:latest
---

Finally, pull the updated image and bring up the Docker containers:

docker-compose pull
docker-compose up -d

v0.2.4

28 Jul 11:32
Compare
Choose a tag to compare

📝 Repository Renaming Notice

The repo name has recently been changed from next_ztnet to ztnet. If you have previously installed next_ztnet, please follow these steps to update your image.

First, bring down the running Docker containers:

docker-compose down

Next, update your docker-compose.yml file:

---
ztnet:
  image: sinamics/ztnet:latest
---

Finally, pull the updated image and bring up the Docker containers:

docker-compose pull
docker-compose up -d

Commits

  • NEW: Changed repo name to ZTNET
  • Feature: Abillity to add notation / tag to members to ease the filtration if a network has many members.
  • Feature: New option in settings to add notation color as table row background.
  • Feature: New option in settings to add notation icon in table row.
  • Improvement: validation that a member id has 10-digit hex when adding manually.
  • Improvement: make sure input fields is in controller state.
  • Improvement: deleting member that is not joined