Releases: sinamics/ztnet
Releases · sinamics/ztnet
v0.3.9
📝 Release Notes
- New: Persist table sorting in localstorage (#140)
- New: Allow user to hide sidebar on all devices (#138)
- New: Option to enable modal warning when de-authorize a member (#137)
- New: Persist Pagesize in localstorage, added more options to pagination menu (#136)
- New: Use network name as page title instead of ID (#135)
- New: Added dynamic page titles (#130)
- Improvement: UX on small devices, mobile, tablet ect.
- Improvement: Hide pagination buttons if less than 10 members
- Improvement: Fixed ipv6 when viewing zerotier central network (#144)
- Improvement: Fixed plRecommend bug when editing mkworld (#143)
- Improvement: DOM render on intial page load for small devices (#141)
- Improvement: Added more transparent red color when user is not authorized (#133)
- Improvement: Improved member id and ip address sorting (#132)
- Improvement: Use client browser timezone when viewing tooltip in member table (#131)
Full Changelog: 0.3.8...0.3.9
Documentation
v0.3.8
📝 Release Notes
- New: If a controller is connected to its own network, it will show up as a "Controller" in status field (#123)
- New: Custom 404 page "Not found" (#120)
- New: Remove signup page and button if registration is closed. (#122)
- Improvement: Fixed an issue when deleting a network in zerotier central (#125)
- Improvement: Fix member online status when using zt 1.12 (#124)
- Docs: Changed postgres db to "ztnet" (#121)
Full Changelog: v0.3.7...0.3.8
Documentation
v0.3.7
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 customNEXTAUTH_URL
issues. #105 - Improvements: Now supports dual ports for planet creation, updating
local.conf
withsecondaryPort
andallowSecondaryPort
. #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
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
v0.3.4
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
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
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
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
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