v0.48.0
fatedier/frpv0.48.0Mar 8, 2023by fatedier
AI Summary
Enhances security for tcpmux connections and upgrades the dashboard to Vue3.
Key Highlights
- The `httpconnect` type in `tcpmux` now supports authentication
- Dashboard upgraded to vue3 + element-plus with dark mode support
- e2e testing switched to ginkgo v2
New Features
- The `httpconnect` type in `tcpmux` now supports authentication through the parameters `http_user` and `http_pwd`
Full Release Notes
### New * The `httpconnect` type in `tcpmux` now supports authentication through the parameters `http_user` and `http_pwd`. ### Improved * The web framework has been upgraded to vue3 + element-plus, and the dashboard has added some information display and supports dark mode. * The e2e testing has been switched to ginkgo v2.