From d526d016a3f6f9843251132cbc899811a34f23cb Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Wed, 6 Feb 2019 23:15:54 +0900 Subject: [PATCH] release: v2.6.0 --- Polyglot.safariextension/Info.plist | 168 ++++++++++++++-------------- docs/manifest.plist | 40 +++---- package.json | 2 +- yarn.lock | 21 +++- 4 files changed, 125 insertions(+), 106 deletions(-) diff --git a/Polyglot.safariextension/Info.plist b/Polyglot.safariextension/Info.plist index e177c9b..39366d0 100644 --- a/Polyglot.safariextension/Info.plist +++ b/Polyglot.safariextension/Info.plist @@ -1,87 +1,87 @@ - - Author - Yasuaki Uechi - Builder Version - 13605.3.8 - CFBundleDisplayName - Polyglot - CFBundleIdentifier - io.uechi.safari.polyglot - CFBundleInfoDictionaryVersion - 6.0 - CFBundleShortVersionString - 2.5.0 - CFBundleVersion - 2.5.0 - Chrome - - Context Menu Items - - - Command - translateSelectedText - Identifier - translate - Title - Translate - - - Global Page - global.html - Toolbar Items - - - Command - translateSelectedText - Identifier - translate - Image - toolbar-icon.png - Include By Default - - Label - Translate - Tool Tip - Translate - - - - Content - - Scripts - - End - - injected.entry.js - - - Stylesheets - - injected.css - - - Description - Translate selected text into your native language. - DeveloperIdentifier - 58XDWHK3JX - ExtensionInfoDictionaryVersion - 1.0 - Permissions - - Website Access - - Include Secure Pages - - Level - All - - - Update Manifest URL - https://uetchy.github.io/Polyglot/manifest.plist - Website - https://github.com/uetchy/Polyglot - - + + Author + Yasuaki Uechi + Builder Version + 13605.3.8 + CFBundleDisplayName + Polyglot + CFBundleIdentifier + io.uechi.safari.polyglot + CFBundleInfoDictionaryVersion + 6.0 + CFBundleShortVersionString + 2.6.0 + CFBundleVersion + 2.6.0 + Chrome + + Context Menu Items + + + Command + translateSelectedText + Identifier + translate + Title + Translate + + + Global Page + global.html + Toolbar Items + + + Command + translateSelectedText + Identifier + translate + Image + toolbar-icon.png + Include By Default + + Label + Translate + Tool Tip + Translate + + + + Content + + Scripts + + End + + injected.entry.js + + + Stylesheets + + injected.css + + + Description + Translate selected text into your native language. + DeveloperIdentifier + 58XDWHK3JX + ExtensionInfoDictionaryVersion + 1.0 + Permissions + + Website Access + + Include Secure Pages + + Level + All + + + Update Manifest URL + https://uetchy.github.io/Polyglot/manifest.plist + Website + https://github.com/uetchy/Polyglot + + \ No newline at end of file diff --git a/docs/manifest.plist b/docs/manifest.plist index a1848f3..2857286 100644 --- a/docs/manifest.plist +++ b/docs/manifest.plist @@ -1,23 +1,23 @@ - - Extension Updates - - - CFBundleIdentifier - io.uechi.safari.polyglot - Developer Identifier - 58XDWHK3JX - CFBundleVersion - 2.5.0 - CFBundleShortVersionString - 2.5.0 - URL - https://github.com/uetchy/Polyglot/releases/download/v2.5.0/Polyglot.safariextz - Update From Gallery - - - - - + + Extension Updates + + + CFBundleIdentifier + io.uechi.safari.polyglot + Developer Identifier + 58XDWHK3JX + CFBundleVersion + 2.6.0 + CFBundleShortVersionString + 2.6.0 + URL + https://github.com/uetchy/Polyglot/releases/download/v2.6.0/Polyglot.safariextz + Update From Gallery + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 3e8f1ad..3f9818e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polyglot", "description": "translate selected text into your native language", - "version": "2.5.0", + "version": "2.6.0", "main": "Polyglot.safariextension/injected.js", "scripts": { "build": "webpack --mode production", diff --git a/yarn.lock b/yarn.lock index 52e1fa8..6eb9eca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -948,7 +948,7 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= -base64-js@^1.0.2: +base64-js@^1.0.2, base64-js@^1.2.3: version "1.3.0" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== @@ -3353,6 +3353,15 @@ pkg-dir@^3.0.0: dependencies: find-up "^3.0.0" +plist@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" + integrity sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ== + dependencies: + base64-js "^1.2.3" + xmlbuilder "^9.0.7" + xmldom "0.1.x" + plur@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/plur/-/plur-3.0.1.tgz#268652d605f816699b42b86248de73c9acd06a7c" @@ -4517,6 +4526,16 @@ xdg-basedir@^3.0.0: resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= +xmlbuilder@^9.0.7: + version "9.0.7" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" + integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= + +xmldom@0.1.x: + version "0.1.27" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" + integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk= + xregexp@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020"