Skip to content

Commit 13a255e

Browse files
committed
2.2.6
1 parent ff2d594 commit 13a255e

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

app/elements/util/change-log/changelog.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@
182182
],
183183
'2.2.5': [
184184
'Fix bug that happened when upgrading version'
185+
],
186+
'2.2.6': [
187+
'Fix a few bugs related to dragging nodes',
188+
'Re-enable the "expand menu" buttons for menus that were accidentally hidden',
189+
'Add undo feature for certain operations (for example adding, removing or changing an item)',
190+
'Change title fonts and look a bit'
185191
]
186192
};
187193

app/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
7-
"version": "2.2.5",
7+
"version": "2.2.6",
88
"short_name": "CRM-dev",
99
"minimum_chrome_version": "26",
1010

app/manifest.edge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"options_page": "html/options.html",
66
"name": "Custom Right-Click Menu for Microsoft Edge",
77
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
8-
"version": "2.2.5",
8+
"version": "2.2.6",
99
"short_name": "CRM-dev",
1010

1111
"background": {

app/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "Custom Right-Click Menu",
1010
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
11-
"version": "2.2.5",
11+
"version": "2.2.6",
1212
"short_name": "CRM-dev",
1313
"applications": {
1414
"gecko": {

app/manifest.opera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
7-
"version": "2.2.5",
7+
"version": "2.2.6",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@
210210
"package": "gulp genCRX && gulp genXPI",
211211
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
212212
},
213-
"version": "2.2.2",
213+
"version": "2.2.6",
214214
"dependencies": {}
215215
}

0 commit comments

Comments
 (0)