From 3c6cc15281331436986ea0a3e2869fa5ce8e9d93 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sat, 10 Jan 2026 02:56:53 -0500 Subject: [PATCH] Check for updates when tray menu opens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Checks for updates in background when user clicks tray icon - Shows clickable blue banner when update available - Rate limited to once per hour to avoid spam - Version 1.1.5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- DellMonitorControl/DellMonitorControl.csproj | 6 +-- DellMonitorControl/MainWindow.xaml | 27 +++++++++---- DellMonitorControl/MainWindow.xaml.cs | 40 ++++++++++++++++++++ DellMonitorControl/MonitorControl.iss | 2 +- 4 files changed, 64 insertions(+), 11 deletions(-) diff --git a/DellMonitorControl/DellMonitorControl.csproj b/DellMonitorControl/DellMonitorControl.csproj index 3f3c428..76c7305 100644 --- a/DellMonitorControl/DellMonitorControl.csproj +++ b/DellMonitorControl/DellMonitorControl.csproj @@ -15,9 +15,9 @@ - 1.1.4 - 1.1.4.0 - 1.1.4.0 + 1.1.5 + 1.1.5.0 + 1.1.5.0 diff --git a/DellMonitorControl/MainWindow.xaml b/DellMonitorControl/MainWindow.xaml index 1e5c224..9bdd6ac 100644 --- a/DellMonitorControl/MainWindow.xaml +++ b/DellMonitorControl/MainWindow.xaml @@ -187,13 +187,26 @@ - - -