From c7f563dc42f814d775cce7d5cbf994498bcfdb63 Mon Sep 17 00:00:00 2001 From: Johann Hofmann Date: Sun, 9 Jul 2017 13:35:32 +0200 Subject: [PATCH] 2.0 --- Gulpfile.js | 4 ++-- manifest.json | 2 +- package.json | 2 +- src/popup.jade | 13 +++++-------- src/popup.js | 2 +- src/style.css | 4 ++-- 6 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index 2b3a7ce..16fb0b2 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -9,7 +9,7 @@ var request = require("request-promise-native"); var fs = require("fs-extra"); const BUILD_DIR = "./build/"; -const VERSION = "1.2.0"; +const VERSION = "2.0.0"; var static = [ "./data/emoji/clock9.png", @@ -19,7 +19,7 @@ var static = [ "./data/emoji/oncoming_automobile.png", "./data/emoji/symbols.png", "./data/emoji/hatched_chick.png", - "./data/emoji/octopus.png", + "./data/emoji/owl.png", "./data/emoji/heart.png" ]; diff --git a/manifest.json b/manifest.json index a6408d7..5ad7ba9 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Emoji Cheatsheet for GitHub, Basecamp etc.", "short_name": "Emoji Helper", "description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.", - "version": "1.2.0", + "version": "2.0.0", "icons": { "32": "icon32.png", "48": "icon48.png", diff --git a/package.json b/package.json index e4ff857..3821b89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "emoji-helper", "title": "Emoji Cheatsheet for GitHub, Basecamp etc.", - "version": "1.2.0", + "version": "2.0.0", "description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.", "author": "Johann Hofmann", "homepage": "http://github.com/johannhof/emoji-helper", diff --git a/src/popup.jade b/src/popup.jade index 11dfa24..7cd5419 100644 --- a/src/popup.jade +++ b/src/popup.jade @@ -70,17 +70,14 @@ html img.about-text-img(src="./img/emoji/heart.png") div.half p.center - | Version 1.2.0 - - img.about-text-img(src="./img/emoji/octopus.png") + | Version 2.0.0 - + img.about-text-img(src="./img/emoji/owl.png") hr ul li - | "Clear history" option in the settings (by - +link("https://github.com/jackunion") @jackunion - | ) - li - | Show the emoji name on hover, also by - +link("https://github.com/jackunion") @jackunion + | Now as a + +link("https://developer.mozilla.org/en-US/Add-ons/WebExtensions") WebExtension! + li Updated Emoji to the latest set and added all the missing new Emoji! hr p +link("https://github.com/johannhof/emoji-helper/releases") diff --git a/src/popup.js b/src/popup.js index a14d524..43abc89 100644 --- a/src/popup.js +++ b/src/popup.js @@ -1,5 +1,5 @@ (function() { - const VERSION = "1.2.0"; + const VERSION = "2.0.0"; function getLocal(name, cb) { chrome.storage.local.get(name, function(item) { diff --git a/src/style.css b/src/style.css index ef1643d..4f55f65 100644 --- a/src/style.css +++ b/src/style.css @@ -38,8 +38,8 @@ body { /* Sprite height / 2 */ background-size: 897px; transform: scale(1.2); - height: 22px; - width: 22px; + height: 23px; + width: 23px; margin: 8px; } #copy-message {