From 5a0b288262e6efd6487855a7db7db3c4d05e07de Mon Sep 17 00:00:00 2001 From: Stoyan Stratev Date: Tue, 15 Apr 2025 09:21:07 +0300 Subject: [PATCH] [FID-7444] Add notes for v6.4.0-insiders --- release-notes/release-notes-insiders.json | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/release-notes/release-notes-insiders.json b/release-notes/release-notes-insiders.json index ee21bbe1..4f90ef45 100644 --- a/release-notes/release-notes-insiders.json +++ b/release-notes/release-notes-insiders.json @@ -1,4 +1,39 @@ [ + { + "version": "6.4.0-insiders", + "title": "Fiddler Everywhere v6.4.0", + "date": "April 15, 2025", + "items": [ + { + "type": "New", + "entries": [ + { + "title": "Add new tools menu with Advanced Replay, Decode Value and AutoSave features" + }, + { + "title": "Add support for AutoSave to automatically and periodically save live session data" + }, + { + "title": "Add menu option to trust Fiddler CA in the Windows Machine Certificate Store" + }, + { + "title": "Automatically enable HTTPS capturing after Fiddler CA certificate is trusted" + }, + { + "title": "Show a warning on macOS when enabling system proxy if Cisco AnyConnect VPN is running and add the VPN host to the bypass list" + } + ] + }, + { + "type": "Fixed", + "entries": [ + { + "title": "Sessions used for automatic authentication are not marked as closed after they are done" + } + ] + } + ] + }, { "version": "6.3.0-insiders", "title": "Fiddler Everywhere v6.3.0",