---------- Forwarded message ---------- From: Joseph Lee <[email protected]> Date: Sun, 21 Jun 2015 12:13:33 -0700 Subject: [nvda-addons] Re: commit/addonFiles: 2 new changesets To: [email protected]
Hi NVDA add-on users, We have two add-ons ready for you today: Resource Monitor 4.0 and Clip Contents Designer. Clip Contents Designer now adds ability to assign any character as separator between clipboard text, as well as back up add-on settings in case you wish to import it after a reinstall. Resource Monitor 4.0 is designed for those using Windows 10 (it now recognizes Windows 10), and you'll see some improvements when announcing CPU load. Please download the new add-on in an hour from the following sites: Clip Contents Designer 3.0 by Noelia Martinez and others: http://addons.nvda-project.org/addons/clipContentsDesigner.en.html Resource Monitor 4.0 by Joseph Lee and others: http://addons.nvda-project.org/addons/resourceMonitor.en.html Good luck with the new add-ons. Cheers, Joseph -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Sunday, June 21, 2015 12:09 PM To: [email protected] Subject: commit/addonFiles: 2 new changesets 2 new commits in addonFiles: https://bitbucket.org/nvdaaddonteam/addonfiles/commits/0832802262d7/ Changeset: 0832802262d7 Branch: None User: norrumar Date: 2015-06-21 19:01:22+00:00 Summary: Added ResourceMonitor 4.0: stable version. Affected #: 3 files diff --git a/get.php b/get.php index 7a024e5..a5067d2 100644 --- a/get.php +++ b/get.php @@ -32,7 +32,7 @@ $addons = array( "qb-dev" => "http://files.nvaccess.org/nvda-addons/quickBooks2014-2014.4.7.nvda-addon", "rf" => "readFeeds-2.3.nvda-addon", "rf-dev" => "readFeeds-3.0-dev.nvda-addon", - "rm" => "resourceMonitor-3.1.nvda-addon", + "rm" => "resourceMonitor-4.0.nvda-addon", "rm-dev" => "resourceMonitor-4.0-dev.nvda-addon", "rs-dev" => "rapidSettings-2.0dev.nvda-addon", "st" => "systrayList-1.5.nvda-addon", diff --git a/resourceMonitor-3.1.nvda-addon b/resourceMonitor-3.1.nvda-addon deleted file mode 100644 index d2a5161..0000000 Binary files a/resourceMonitor-3.1.nvda-addon and /dev/null differ diff --git a/resourceMonitor-4.0.nvda-addon b/resourceMonitor-4.0.nvda-addon new file mode 100644 index 0000000..307eea0 Binary files /dev/null and b/resourceMonitor-4.0.nvda-addon differ https://bitbucket.org/nvdaaddonteam/addonfiles/commits/1b3a34678c8b/ Changeset: 1b3a34678c8b Branch: master User: norrumar Date: 2015-06-21 19:08:28+00:00 Summary: Added clipContentsDesigner 3.0: stable version. Affected #: 4 files diff --git a/clipContentsDesigner-2.0.nvda-addon b/clipContentsDesigner-2.0.nvda-addon deleted file mode 100644 index 059a052..0000000 Binary files a/clipContentsDesigner-2.0.nvda-addon and /dev/null differ diff --git a/clipContentsDesigner-3.0-dev.nvda-addon b/clipContentsDesigner-3.0-dev.nvda-addon deleted file mode 100644 index c5c38b4..0000000 Binary files a/clipContentsDesigner-3.0-dev.nvda-addon and /dev/null differ diff --git a/clipContentsDesigner-3.0.nvda-addon b/clipContentsDesigner-3.0.nvda-addon new file mode 100644 index 0000000..17a97ca Binary files /dev/null and b/clipContentsDesigner-3.0.nvda-addon differ diff --git a/get.php b/get.php index a5067d2..1ccbbc3 100644 --- a/get.php +++ b/get.php @@ -2,8 +2,8 @@ $addons = array( "bc" => "bitChe-2.2.nvda-addon", "bc-dev" => "bitChe-2.2.nvda-addon", - "ccd" => "clipContentsDesigner-2.0.nvda-addon", - "ccd-dev" => "clipContentsDesigner-3.0-dev.nvda-addon", + "ccd" => "clipContentsDesigner-3.0.nvda-addon", + "ccd-dev" => "clipContentsDesigner-3.0.nvda-addon", "cr-dev" => "columnsReview-2.0-dev.nvda-addon", "cua" => "controlUsageAssistant-2.1.nvda-addon", "dx" => "dropbox-3.1.nvda-addon", Repository URL: https://bitbucket.org/nvdaaddonteam/addonfiles/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ---------------------------------------------------------------- NVDA add-ons: A list to discuss add-on code enhancements and for reporting bugs. Community addons are available from: http://addons.nvda-project.org To send a message to the list: [email protected] To change your list settings/unsubscribe: http://www.freelists.org/list/nvda-addons To contact list moderators: [email protected] -- Warm Regards Bhavya Shah Using NVDA (Non Visual Desktop Access) free and open source screen reader for Microsoft Windows To download a copy of the free screen reader NVDA, please visit http://www.nvaccess.org/ Using Google Talkback on Motorolla G second generation Lollipop 5.0.2 Reach me through the following means: Mobile: +91 7506221750 E-mail id: [email protected] Skype id : bhavya.09 Register at the dedicated AccessIndia list for discussing accessibility of mobile phones / Tabs on: http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in Search for old postings at: http://www.mail-archive.com/[email protected]/ To unsubscribe send a message to [email protected] with the subject unsubscribe. To change your subscription to digest mode or make any other changes, please visit the list home page at http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in Disclaimer: 1. Contents of the mails, factual, or otherwise, reflect the thinking of the person sending the mail and AI in no way relates itself to its veracity; 2. AI cannot be held liable for any commission/omission based on the mails sent through this mailing list..
