From 09730bfbaf9e9f413c45286f7dd72a9fbde1f1ca Mon Sep 17 00:00:00 2001 From: fyr77 Date: Tue, 12 Mar 2024 18:24:51 +0100 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1238dbe..2335707 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If EnvyUpdate fails to write to the folder containing the exe file, this option 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 10 and up. -It is tested with GeForce Series GPUs. Generally others might work, but they are (currently) untested. +It is tested with GeForce Series GPUs. Other series (e.g. Quadro) are unlikely to work and are not supported - if you have a Quadro card and are willing to implement support for them, feel free to reach out or create a PR. ## Development From 672449fb3ec9bfb24b54fe6aa0ca04f5c516f692 Mon Sep 17 00:00:00 2001 From: fyr77 Date: Tue, 6 Aug 2024 10:39:45 +0200 Subject: [PATCH 2/7] Update Nuget --- EnvyUpdate/EnvyUpdate.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnvyUpdate/EnvyUpdate.csproj b/EnvyUpdate/EnvyUpdate.csproj index 4dd0c93..cc7331b 100644 --- a/EnvyUpdate/EnvyUpdate.csproj +++ b/EnvyUpdate/EnvyUpdate.csproj @@ -271,7 +271,7 @@ 5.7.0 - 6.8.0 + 6.8.1 runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -282,7 +282,7 @@ 2.2.0 - 7.0.3 + 8.0.4 2.1.0 From c46294b46b31bec34a543d3117747fe8704d0c13 Mon Sep 17 00:00:00 2001 From: fyr77 Date: Thu, 24 Oct 2024 09:29:38 +0200 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2335707..235b75a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Important Information -NVIDIA is planning to release their new "[NVIDIA App](https://www.nvidia.com/en-us/software/nvidia-app/)", which will **replace** GeForce Experience and the Control Center. I do not yet know how the new driver package will look like, therefore I cannot guarantee that the update to that new driver that includes the new app will work properly when it releases. I will attempt to test it as soon as it is available. +I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://github.com/fyr77/EnvyUpdate/issues/53) for more details. ![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) From 0a5227b0719ca7adf3c0e274193a47b47e9db525 Mon Sep 17 00:00:00 2001 From: fyr77 Date: Thu, 24 Oct 2024 15:54:30 +0200 Subject: [PATCH 4/7] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 235b75a..67f3438 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Important Information -I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://github.com/fyr77/EnvyUpdate/issues/53) for more details. +## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://github.com/fyr77/EnvyUpdate/issues/53) for more details. ![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) @@ -14,11 +14,9 @@ I am no longer working on this project and I am looking for a new maintainer. Pl Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. -Legacy 2.x versions (old UI, no automatic driver installation) will continue to be supported and fixed for the time being. Please see [the v2 branch](https://github.com/fyr77/EnvyUpdate/tree/v2) for these. - The application itself does not update itself. If you notice any bugs or issues, be sure to check for a new version on GitHub! -Enabling Autostart will create a shortcut of EnvyUpdate in the Windows startup folder. +Enabling Autostart will create a shortcut of EnvyUpdate in the Windows startup folder (shell:startup). ### Virus warnings @@ -40,7 +38,7 @@ It is tested with GeForce Series GPUs. Other series (e.g. Quadro) are unlikely t ## Development -This application is currently maintained and developed by me (fyr77) alone in my free time. +This application is currently unmaintained and developed by me (fyr77) alone in my free time. I always try to implement critical fixes as fast as I can, but other features and minor bug fixes may take a few days or weeks to implement. From 625e509ede2e5159fa0430bb6980010b97aee1ea Mon Sep 17 00:00:00 2001 From: fyr77 Date: Fri, 18 Jul 2025 12:03:32 +0200 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f3438..05d6f89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Important Information -## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://github.com/fyr77/EnvyUpdate/issues/53) for more details. +## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://vcs.diluvian.cc/fyr77/EnvyUpdate/issues/53) for more details. ![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) From 18816f3fbeea3dedc1fc5b27e45f4709af0f9ccb Mon Sep 17 00:00:00 2001 From: fyr77 Date: Mon, 21 Jul 2025 11:15:54 +0200 Subject: [PATCH 6/7] fix links --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 05d6f89..28b452c 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,14 @@ # Important Information ## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://vcs.diluvian.cc/fyr77/EnvyUpdate/issues/53) for more details. -![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) +![Logo](https://https://vcs.diluvian.cc/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) # 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) +A small portable update checker application for Nvidia GPUs ## How to use -Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. +Download the latest release and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. The application itself does not update itself. If you notice any bugs or issues, be sure to check for a new version on GitHub! @@ -55,7 +51,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) +* This project: [MIT](https://https://vcs.diluvian.cc/fyr77/EnvyUpdate/blob/master/LICENSE) * 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) * Resource Embedder: [MIT](https://www.nuget.org/packages/Resource.Embedder/) From 84dc1367d8491d864879c75bc55d6ced6b4517e1 Mon Sep 17 00:00:00 2001 From: fyr77 Date: Mon, 21 Jul 2025 11:16:15 +0200 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b452c..cd44814 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Important Information ## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://vcs.diluvian.cc/fyr77/EnvyUpdate/issues/53) for more details. -![Logo](https://https://vcs.diluvian.cc/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) +![Logo](https://vcs.diluvian.cc/fyr77/EnvyUpdate/raw/branch/master/res/banner.png) # EnvyUpdate A small portable update checker application for Nvidia GPUs