From 9931a87240d588b52fa6b17106a63c820e69469b Mon Sep 17 00:00:00 2001 From: Andy Oknen Date: Sat, 16 Aug 2025 03:30:28 +0800 Subject: [PATCH] Added information about PR to CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ac1d80..638cd9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.5.13] - ... + +### Added + +* Web UI interface for managing Yggdrasil nodes through a browser + * Built-in configuration editor with JSON support + * Peer management and monitoring + * Multilingual support (English and Russian) + * Authentication system with brute force protection + * Theme toggle functionality + * Mobile-responsive design +* NodeInfo exchange during peer handshakes for better peer identification + * Peer names are now displayed in CLI and admin responses + * NodeInfo data is exchanged and stored during connection establishment + * Enhanced peer display with names alongside IP addresses + ## [0.5.12] - 2024-12-18 * Go 1.22 is now required to build Yggdrasil