From 53de2cee00d55f444e4df423a5607e1a814e90ed Mon Sep 17 00:00:00 2001 From: Francesco Dipietromaria Date: Thu, 6 Aug 2026 23:29:14 +0200 Subject: [PATCH 1/5] Update README.md formatting and documentation guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de70e69..379b919 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Output executable path: ## ☕ Support & Buy Me a Coffee -If you like **MITMPulse** or if it saved you time during network troubleshooting, consider buying me a coffee to support its open-source development: +If you like **MITMPulse** or if it saved you time during network troubleshooting, consider buying me a coffee to support its development: [![PayPal Donate](https://img.shields.io/badge/Buy_Me_A_Coffee-PayPal.Me-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dpmworld) From 4b9cef302a193202f8e654553f9eefc5b63ec74b Mon Sep 17 00:00:00 2001 From: Francesco Dipietromaria Date: Thu, 6 Aug 2026 23:37:19 +0200 Subject: [PATCH 2/5] Add pull_request trigger to release.yml workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d53397..f1134a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: - develop tags: - 'v*' + pull_request: + branches: + - main permissions: contents: write From 1c2427f5bd1046747d5402e85f490f6d6de07fec Mon Sep 17 00:00:00 2001 From: Francesco Dipietromaria Date: Thu, 6 Aug 2026 23:45:33 +0200 Subject: [PATCH 3/5] Trigger CI/CD build From 1663ea897037d7ded3952e1acc2a3c2732eedf6d Mon Sep 17 00:00:00 2001 From: Francesco Dipietromaria Date: Thu, 6 Aug 2026 23:48:15 +0200 Subject: [PATCH 4/5] Update README guidelines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 379b919..75e8f3b 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,4 @@ This software is designed solely for legitimate network administration, SSL insp --- Copyright © 2026 **Francesco Dipietromaria** ([www.dpmworld.net](https://www.dpmworld.net)) + From 425c5d02f539c7f0b28b4f04369acbfc08e29333 Mon Sep 17 00:00:00 2001 From: Francesco Dipietromaria Date: Thu, 6 Aug 2026 23:53:47 +0200 Subject: [PATCH 5/5] Update documentation guidelines --- src/MITMPulse/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MITMPulse/App.xaml.cs b/src/MITMPulse/App.xaml.cs index 5b7a018..7438d85 100644 --- a/src/MITMPulse/App.xaml.cs +++ b/src/MITMPulse/App.xaml.cs @@ -11,6 +11,7 @@ public partial class App : Application protected override void OnStartup(StartupEventArgs e) { + // Application Startup & Global Exception Handler // Global Unhandled Exception Handler for WPF UI Thread DispatcherUnhandledException += (sender, args) => {