v0.67.0

lipku/LiveTalkingv0.67.0Jan 31, 2026by fatedier

AI Summary

This release introduces client identification support for frpc, updates the frp web dashboard with a modern UI, and fixes a UDP proxy protocol issue.

Key Highlights

  • Added `clientID` option to uniquely identify client instances.
  • Redesigned frp web dashboard with modern UI and dark mode support.
  • Server dashboard now displays connection history and metadata for monitoring.
  • Fixed UDP proxy protocol to send header only on the first packet.

New Features

  • Client identification via `clientID` option
  • Modern UI redesign for the frp web dashboard
  • Dark mode support for the web dashboard
  • Improved navigation in the web dashboard
  • Connection history and metadata display on the server dashboard

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.