From 3476e68c41e5a106a3f514c411ff93bfe0ad61a4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 11 Apr 2012 02:51:25 +0200 Subject: Eh, that's embarrassing! Forgot testing tab.open() :( --- lib/main.js | 2 +- package.json | 2 +- update.rdf | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/lib/main.js b/lib/main.js index 2c99185..18429c5 100644 --- a/lib/main.js +++ b/lib/main.js @@ -164,4 +164,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); -tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); +//tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); diff --git a/package.json b/package.json index 9f0e1c5..a07ccf0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "1.6", + "version": "1.6.2", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) ", "Johnathan Nightingale (http://johnath.com) ", diff --git a/update.rdf b/update.rdf index d61ed59..ff00a10 100644 --- a/update.rdf +++ b/update.rdf @@ -262,6 +262,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> +
  • + + 1.6.1 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 10.0 + 12.0a2 + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.1.xpi + + + +
  • +
  • + + 1.6.2 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 10.0 + 12.0a2 + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.2.xpi + + + +
  • -- cgit