From f4cb41523410566f1e88939632b8a3f3f7dc9131 Mon Sep 17 00:00:00 2001 From: Daniel Bornkessel Date: Tue, 4 Jan 2011 17:16:45 +0100 Subject: [PATCH 1/3] add 2 minutes options -- I am a very impatient person ;) --- options.html | 1 + 1 file changed, 1 insertion(+) diff --git a/options.html b/options.html index ed97950..5eb17a3 100644 --- a/options.html +++ b/options.html @@ -164,6 +164,7 @@

Options

+ + + + + + + + +
@@ -231,4 +306,3 @@

Options

- From 46820a3b71efa31d80a07c93900f30d166973514 Mon Sep 17 00:00:00 2001 From: Daniel Bornkessel Date: Tue, 4 Jan 2011 17:27:38 +0100 Subject: [PATCH 3/3] adjust version and readme --- README.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 073b5c2..388fb56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ You can [install](https://chrome.google.com/extensions/detail/lnalnbkkohdcnaapee ## Changelog +### Version 0.3.2 +* add 2 minutes intervall (I am so impatient) +* add desktop notifications + ### Version 0.3.1 * _Feature:_ When sorting jobs by status, jobs with the same status are now ordered alphabetically diff --git a/manifest.json b/manifest.json index 828b4a1..7cf7843 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Hudson Monitor", - "version": "0.3.1", + "version": "0.3.2", "description": "This extension can monitor your Hudson CI server", "icons": { "16": "images/icon16.png", "32": "images/icon32.png",