Releases: flomesh-io/ztm
v0.3.0
In this release, the new builtin app Cloud is introduced as a decentralized cloud storage solution. By using the Cloud app, your files can be easily shared and replicated among multiple endpoint devices and users.
We've also optimized the GUI of other builtin apps for a better user experience.
v0.2.0
In this release, certificate-based access control is further strengthened for non-root users. The underlying mesh filesystem has also been enhanced to support more complicated zt-apps.
v0.1.0
In this release, a full on app framework is introduced to ztm. For starters, 4 builtin apps are included in this release:
- Tunnel - Establish secure TCP/UDP tunnels between endpoints
- Proxy - A SOCKS/HTTP forward proxy that takes in traffic from one endpoint and forward out via another endpoint
- Script - Execute PipyJS scripts remotely on an endpoint
- Terminal - Remote log in to the shell on an endpoint
Breaking changes:
- The old CA service is merged into Hub
- The old port mapping features are now replaced by the new Tunnel app
- Per-endpoint and per-hub local storage is now a file folder instead of one single Sqlite database file
v0.0.4
- Refactoring the page design to a horizontal flow layout
- The endpoint info has added a detailed module
- Fixed some status display processing for API responses
- Upgraded version of rust libraries with app dependency
v0.0.3
Single executable CLI tool now landed.
Type ztm help for available commands.
Type ztm help <command> for detailed info about a specific command.
v0.0.2
Single executable files for Windows, macOS and Linux.
Usage:
pipy repo://ztm/xxx --args <options>Where xxx can be ca, hub or agent.
Use --help for information on available options, for example:
pipy repo://ztm/agent --args --helpEnjoy!
v0.0.1
Single executable files for Windows, macOS and Linux.
Usage:
pipy repo://ztm/xxx -- <options>Where xxx can be ca, hub or agent.
Use --help for information on available options, for example:
pipy repo://ztm/agent -- --helpEnjoy!