From 533c0082f975e3e630cda7fa9a81c66f107516e7 Mon Sep 17 00:00:00 2001 From: Georgi Hristov Date: Sun, 19 Jul 2026 09:40:29 +0300 Subject: [PATCH] chore(release): prepare v1.6.10 --- DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj index dc08eee..492c9dd 100644 --- a/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj +++ b/DebugProbe.AspNetCore/DebugProbe.AspNetCore.csproj @@ -8,7 +8,7 @@ 1591 DebugProbe.AspNetCore - 1.6.9 + 1.6.10 Georgi Hristov @@ -19,11 +19,10 @@ ## What's New - - Added configurable slow request and dependency badges to highlight performance bottlenecks. - - Added Markdown export for captured traces to simplify sharing in GitHub issues, pull requests, and documentation. - - Improved diagnostics and collaboration with quick, reusable trace summaries. - - Thanks to @DevSars24 for the community contributions. + - Added URL-persistent dashboard filters that survive page refreshes and direct links. + - Added request rate sparkline, error trend indicators, and keyboard shortcuts to the dashboard. + - Fixed dashboard error trend calculations and added regression tests. + - Fixed endpoint routing validation by detecting missing controller mapping. icon.png