From 4eba746a2c59205b5d7eaed5e7ee95db772d93c5 Mon Sep 17 00:00:00 2001 From: nowrep Date: Sun, 24 Feb 2013 12:07:57 +0100 Subject: [PATCH] GreaseMonkey: Bumped plugin version. --- CHANGELOG | 2 ++ src/plugins/GreaseMonkey/gm_plugin.cpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cc1721079..1298c277a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,8 @@ Version 1.4.0 * improved showing navigation toolbar in fullscreen * moved config directory into ~/.config/qupzilla * certificates bundle is now only used on windows + * GreaseMonkey: reload script if source file changed on disk + * GreaseMonkey: fixed don't loading invalid scripts * fixed opening browser with url with ampersand (%26) as command line argument * fixed scrolling to anchor in background tabs * fixed parsing UTF-8 filenames in Content-Disposition header diff --git a/src/plugins/GreaseMonkey/gm_plugin.cpp b/src/plugins/GreaseMonkey/gm_plugin.cpp index a618eda15..4b2345d43 100644 --- a/src/plugins/GreaseMonkey/gm_plugin.cpp +++ b/src/plugins/GreaseMonkey/gm_plugin.cpp @@ -1,6 +1,6 @@ /* ============================================================ * GreaseMonkey plugin for QupZilla -* Copyright (C) 2012 David Rosca +* Copyright (C) 2012-2013 David Rosca * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ PluginSpec GM_Plugin::pluginSpec() spec.name = "GreaseMonkey"; spec.info = "Userscripts for QupZilla"; spec.description = "Provides support for userscripts (www.userscripts.org)"; - spec.version = "0.2.3"; + spec.version = "0.2.5"; spec.author = "David Rosca "; spec.icon = QPixmap(":gm/data/icon.png"); spec.hasSettings = true;