Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- develop
tags:
- 'v*'
pull_request:
branches:
- main

permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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))

1 change: 1 addition & 0 deletions src/MITMPulse/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
{
Expand Down
Loading