v0.67.0

KoljaB/RealtimeTTSv0.67.0Jan 31, 2026by fatedier

AI Summary

The frpc client now supports a `clientID` option to uniquely identify instances, and the web dashboard has been redesigned with a modern UI and dark mode support.

Key Highlights

  • New `clientID` option for unique client identification
  • Server dashboard displays online/offline status and connection history
  • Redesigned frp web dashboard with modern UI and dark mode

New Features

  • Client ID support for monitoring multiple deployments
  • Redesigned dashboard with improved navigation

Full Release Notes

## Features

* frpc now supports a `clientID` option to uniquely identify client instances. The server dashboard displays all connected clients with their online/offline status, connection history, and metadata, making it easier to monitor and manage multiple frpc deployments.
* Redesigned the frp web dashboard with a modern UI, dark mode support, and improved navigation.

## Fixes

* Fixed UDP proxy protocol sending header on every packet instead of only the first packet of each session.