From d7ada2b49fb48db531b79b2c75555e70e6d23792 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Jan 2022 16:37:24 +0100 Subject: [PATCH 001/103] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca5ca97..9c3426a 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,9 @@ Enabling Autostart will create a shortcut of EnvyUpdate in the Windows startup f ## Compatibility -The application should be compatible with all Nvidia GPUs that have their drivers available on the nvidia.com download page and runs on Windows 7 and up. +The application should be compatible with all Nvidia GeForce GPUs that have their drivers available on the nvidia.com download page and runs on Windows 7 and up. -It is tested with GeForce Series GPUs. Generally others should work, but they are (currently) untested. - -Studio drivers are currently unsupported. +It is tested with GeForce Series GPUs. Generally others might work, but they are (currently) untested. ## Development @@ -53,4 +51,4 @@ EnvyUpdate is not a replacement for any of these tools. I will still try to impl * wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE) * Notifications.Wpf: [MIT](https://github.com/Federerer/Notifications.Wpf/blob/master/LICENSE) * Resource Embedder: [MIT](https://github.com/MarcStan/resource-embedder/blob/master/LICENSE) -* Icon made by Freepik from www.flaticon.com \ No newline at end of file +* Icon made by Freepik from www.flaticon.com From 51bb0fe6257b9dc290722decf5ffc987dc7ed70b Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Jan 2022 16:46:12 +0100 Subject: [PATCH 002/103] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3426a..189c496 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ EnvyUpdate is not a replacement for any of these tools. I will still try to impl ## Licenses * This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) -* Fody (depency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) +* Fody (dependency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) * Costura.Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Costura/blob/develop/LICENSE) * wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE) * Notifications.Wpf: [MIT](https://github.com/Federerer/Notifications.Wpf/blob/master/LICENSE) From 820047f290d46bcdfcf97ab6778e95147a4553f7 Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 17 Feb 2022 15:19:18 +0100 Subject: [PATCH 003/103] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 189c496..b4d8e30 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ ![License](https://img.shields.io/github/license/fyr77/envyupdate?style=for-the-badge) ![Issues](https://img.shields.io/github/issues/fyr77/envyupdate?style=for-the-badge) ![Version](https://img.shields.io/github/v/release/fyr77/envyupdate?style=for-the-badge) + +# Important Information + +Nvidia seems to have discontinued non-DCH drivers. This means only Windows 10 and Windows 11 can get the most recent driver versions. + +If you are running Standard (non-DCH) drivers right now, EnvyUpdate will **NOT** display newer driver versions until you have manually updated to DCH drivers. ## How to use @@ -38,6 +44,7 @@ If you want to help me develop EnvyUpdate, you can start by creating issues with ## Other interesting tools * [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - a command line update checker and installer. Inspired EnvyUpdate to begin with. +* [nvidia-update](https://github.com/ZenitH-AT/nvidia-update) - a Powershell script to check for driver updates * [Disable-Nvidia-Telemtry](https://github.com/NateShoffner/Disable-Nvidia-Telemetry) - does pretty much what the name says. It disables Nvidia Telemetry. * [NVCleanInstall](https://www.techpowerup.com/nvcleanstall/) - a closed-source application by TechPowerUp which does quite a lot of cool things. From 80badd436e04d205a97a083be807622b71737046 Mon Sep 17 00:00:00 2001 From: Jakob Date: Thu, 17 Feb 2022 15:19:50 +0100 Subject: [PATCH 004/103] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4d8e30..6bc54d7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ ![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner.png?raw=true) +# Important Information + +Nvidia seems to have discontinued non-DCH drivers. This means only Windows 10 and Windows 11 can get the most recent driver versions. + +If you are running Standard (non-DCH) drivers right now, EnvyUpdate will **NOT** display newer driver versions until you have manually updated to DCH drivers. + # EnvyUpdate A small portable update checker application for Nvidia GPUs ![License](https://img.shields.io/github/license/fyr77/envyupdate?style=for-the-badge) ![Issues](https://img.shields.io/github/issues/fyr77/envyupdate?style=for-the-badge) ![Version](https://img.shields.io/github/v/release/fyr77/envyupdate?style=for-the-badge) - -# Important Information - -Nvidia seems to have discontinued non-DCH drivers. This means only Windows 10 and Windows 11 can get the most recent driver versions. - -If you are running Standard (non-DCH) drivers right now, EnvyUpdate will **NOT** display newer driver versions until you have manually updated to DCH drivers. ## How to use From 25fa94144b70302021d462ae4ba7ba3c49230597 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 21 May 2022 22:49:43 +0200 Subject: [PATCH 005/103] add version skipping --- EnvyUpdate/MainWindow.xaml | 5 ++- EnvyUpdate/MainWindow.xaml.cs | 50 +++++++++++++++++++-- EnvyUpdate/Properties/AssemblyInfo.cs | 4 +- EnvyUpdate/Properties/Resources.Designer.cs | 29 +++++++++++- EnvyUpdate/Properties/Resources.de.resx | 9 ++++ EnvyUpdate/Properties/Resources.resx | 9 ++++ 6 files changed, 98 insertions(+), 8 deletions(-) diff --git a/EnvyUpdate/MainWindow.xaml b/EnvyUpdate/MainWindow.xaml index a650bcb..4074828 100644 --- a/EnvyUpdate/MainWindow.xaml +++ b/EnvyUpdate/MainWindow.xaml @@ -7,7 +7,7 @@ xmlns:p="clr-namespace:EnvyUpdate.Properties" xmlns:tb="http://www.hardcodet.net/taskbar" mc:Ignorable="d" - Title="EnvyUpdate" Height="270" Width="300" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize"> + Title="EnvyUpdate" Height="270" Width="389" Icon="icon.ico" StateChanged="Window_StateChanged" Closing="Window_Closing" ResizeMode="CanMinimize"> @@ -23,8 +23,9 @@ - + +