diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..47fcdc0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +0.0.2 +- changed context menu entry label +- removed unused code +- fix to use absolute mouse coordinates instead of relative to window +- added spanish translation + +0.0.1 +- initial release \ No newline at end of file diff --git a/manifest.json b/manifest.json index c801757..61de633 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Open in Popup window", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "0.0.1", + "version": "0.0.2", "icons": { "48": "icon.svg", "96": "icon.svg",