فهرست منبع

release v0.7.0

Noah Vogt 3 سال پیش
والد
کامیت
7cf49c690c
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      README.md
  2. 1 1
      build-xpi.sh
  3. 1 1
      manifest.json

+ 1 - 1
README.md

@@ -22,5 +22,5 @@ You can add the newest via the [firefox add-on on store](https://addons.mozilla.
 
 As you cannot persistently add add-ons to vanilla firefox without using a file that is signed from mozilla, this makes it very much unusable to install a dev version. You would have to install the firefox 'developer edition', and set some about:config flags.
 
-## Known Issue:
+## Known Issue
 For my this bug is not really a problem, but for you it may be one: ***Hovering over a link will make focused text input fields lose focus*** (sometimes only temporarily - focus should be restored when you move away from the link). This fault is not yet resolved due to my very limited JavaScript Skills, but if you claim to be a "modern web developer" you are happily invited to fix this issue, of course.

+ 1 - 1
build-xpi.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-zip -r copy-url-onhover.xpi -FS * --exclude .git*
+zip -r copy-url-onhover.xpi -FS * --exclude .git* --exclude *.sh

+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
     "manifest_version": 2,
     "name": "Copy URL on Hover",
-    "version": "0.6.0",
+    "version": "0.7.0",
     "description": "Hover over a link and hit Y to yank (copy) it like a real vim user! For feedback, a pop sound will be played after copying.",
     "content_scripts": [
         {