From d424a9bf31bdd7149e3873e12db0989c131da0e3 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Sat, 25 Mar 2023 22:34:31 -0700 Subject: [PATCH] Revert "updated several files" This reverts commit 39b9578614d782cfce469c882246f2d21d33bf75 as it causes problems when submitting to add-on datastore and edited a file that shoudl not have been edited. --- manifest.ini.tpl | 20 ++++++++++---------- readme.md | 4 +++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/manifest.ini.tpl b/manifest.ini.tpl index 7e521cb8..d44355dd 100644 --- a/manifest.ini.tpl +++ b/manifest.ini.tpl @@ -1,10 +1,10 @@ -name = resourceMonitor -summary = "Resource Monitor" -description = """A handy resource monitor to report CPU load, memory usage, battery, disk usage status and more.""" -author = "Alex Hall , Joseph Lee , Kefas lungu , Beqa Gozalishvili , Tuukka Ojala , Ethin Probst and other NVDA contributors" -url = https://addons.nvda-project.org/ -version = 23.0.4 -docFileName = readme.html -minimumNVDAVersion = 2022.4 -lastTestedNVDAVersion = 2023.1 -updateChannel = None +name = {addon_name} +summary = "{addon_summary}" +description = """{addon_description}""" +author = "{addon_author}" +url = {addon_url} +version = {addon_version} +docFileName = {addon_docFileName} +minimumNVDAVersion = {addon_minimumNVDAVersion} +lastTestedNVDAVersion = {addon_lastTestedNVDAVersion} +updateChannel = {addon_updateChannel} diff --git a/readme.md b/readme.md index a2bdb75e..2ccac7d6 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,11 @@ # Resource Monitor -* Authors: Alex Hall, Joseph Lee, Kefas Lungu, Beqa Gozalishvili, Tuukka Ojala, Ethin Probst and other NVDA contributors +* Authors: Alex Hall, Joseph Lee, beqa gozalishvili, Tuukka Ojala, Ethin Probst and other NVDA contributors * Download [stable version][1] * NVDA compatibility: 2022.4 and later +Note: I (Joseph Lee) am looking for people who will maintain Resource Monitor add-on from April 1, 2022 onwards. + This add-on gives information about CPU load, memory usage and other resource usage information. # Shortcuts