Skip to content

Releases: flomesh-io/ztm

v0.3.0

26 Sep 12:39

Choose a tag to compare

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

09 Aug 09:55

Choose a tag to compare

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

26 Jul 07:40
58e91bd

Choose a tag to compare

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

20 Jun 06:55

Choose a tag to compare

  • 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

24 May 16:56

Choose a tag to compare

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

11 May 10:35

Choose a tag to compare

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 --help

Enjoy!

v0.0.1

08 May 14:05

Choose a tag to compare

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 -- --help

Enjoy!