Skip to content

Releases: flomesh-io/ztm

v0.9.0

15 Nov 10:13
Compare
Choose a tag to compare

In this release, we extended the functionality of ZTM even further by adding a new builtin Chat app. Users in the same mesh can send messages or files between each other in end-to-end privacy. All data is locally stored in participants' personal devices. There is no concern about information leak from the cloud-hosted servers. Check it out!

v0.3.1

21 Oct 06:46
Compare
Choose a tag to compare

In this minor release, we added a new builtin app named "File" as a tool for copying files and directories between arbitrary endpoints. Users can use this File app as a replacement for scp.

v0.3.0

26 Sep 12:39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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!