Skip to content

Commit

Permalink
2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Mar 3, 2020
1 parent 7c52ea0 commit 95782eb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ you clicked on (page, link, selection, image, video or audio).

### Installing from your browser's web store

> [2.2.8](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.8.2) is the current latest version
> [2.2.9](https://github.com/SanderRonde/CustomRightClickMenu/releases/tag/2.2.9) is the current latest version.
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.8
* [Chrome Webstore](https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj) - On version 2.2.9
* [Firefox Add-on](https://addons.mozilla.org/nl/firefox/addon/custom-right-click-menu/) - On 2.2.8
* [Edge Extension](https://www.microsoft.com/store/apps/9P6T9NZ0QML9) - On 2.2.7, 2.2.8 certification in progress
* [Edge Extension](https://www.microsoft.com/store/apps/9P6T9NZ0QML9) - On 2.2.8 certification in progress
* Opera extension - Under certification for initial release (no changes in review status since submission in may 2018)

**Note**: 2.2.9 is a downgrade of 2.2.8 to comply with Google's mysterious web store policies, I wouldn't recommend upgrading from 2.2.8 to 2.2.9 if you have the choice.

### Installing from repo

Clone the repo, run [yarn --ignore-engines](https://yarnpkg.com) to install dependencies and run `yarn build` to build. Load the dist that matches your browser from dist/{browser}.
Expand Down
6 changes: 6 additions & 0 deletions app/elements/util/change-log/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@
'Hide root node when empty',
'Add another CRM API function (crmAPI.fetchBackground) that can do a fetch' +
' without running into [CORB](https://www.chromestatus.com/feature/5629709824032768) issues'
],
'2.2.9': [
'Remove detection of extensions installed alongside this one such as Tampermonkey and Stylish' +
' because Google thinks the permissions used are extraneous',
'Remove greasemonkey-style resources because Google thinks the permissions used are extraneous',
'Remove activeTab permission since it is overshadowed by the tabs permission'
]
};

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"options_page": "html/options.html",
"name": "Custom Right-Click Menu",
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
"version": "2.2.8",
"version": "2.2.9",
"short_name": "CRM-dev",
"minimum_chrome_version": "26",

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"options_page": "html/options.html",
"name": "Custom Right-Click Menu for Microsoft Edge",
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
"version": "2.2.8",
"version": "2.2.9",
"short_name": "CRM-dev",

"background": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"name": "Custom Right-Click Menu",
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
"version": "2.2.8",
"version": "2.2.9",
"short_name": "CRM-dev",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.opera.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"options_page": "html/options.html",
"name": "Custom Right-Click Menu",
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
"version": "2.2.8",
"version": "2.2.9",
"short_name": "CRM-dev",
"minimum_opera_version": "51.0",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@
"package": "gulp genCRX && gulp genXPI && yarn genAppx",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
},
"version": "2.2.8",
"version": "2.2.9",
"dependencies": {}
}

0 comments on commit 95782eb

Please sign in to comment.