From ec7f97a9e51c98a7174d9c63600579c46ed2f100 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 May 2021 07:31:51 +0000 Subject: [PATCH] chore(release): 1.1.0 ## [1.1.0](https://github.com/melink14/rikaikun/compare/v1.0.0...v1.1.0) (2021-05-11) ### Features * **dict:** Update dictionaries ([#451](https://github.com/melink14/rikaikun/issues/451)) ([97e6306](https://github.com/melink14/rikaikun/commit/97e6306a7faabfe2e42f16566c56a768478683df)) * **dict:** Update dictionaries to latest versions. ([#469](https://github.com/melink14/rikaikun/issues/469)) ([96a6032](https://github.com/melink14/rikaikun/commit/96a6032b445181033f17855ce28274e72e180e5c)) ### Bug Fixes * Change manifest.json description to be more descriptive. ([#268](https://github.com/melink14/rikaikun/issues/268)) ([5fb116c](https://github.com/melink14/rikaikun/commit/5fb116c8427c479e926f16250a7bedf858b29890)), closes [#245](https://github.com/melink14/rikaikun/issues/245) * Falsy setting values now correctly initialize. ([#408](https://github.com/melink14/rikaikun/issues/408)) ([327eecd](https://github.com/melink14/rikaikun/commit/327eecdb40c06dbd48784d50e0dee1e03f00bc85)), closes [#346](https://github.com/melink14/rikaikun/issues/346) * Migrate `onSelectionChanged` to `onActivated` ([#461](https://github.com/melink14/rikaikun/issues/461)) ([d8a0a9d](https://github.com/melink14/rikaikun/commit/d8a0a9dd73f46b914554a3fd1f7afa671cbae8a6)), closes [#153](https://github.com/melink14/rikaikun/issues/153) * Remove unneeded tabs permission from manifest. ([#266](https://github.com/melink14/rikaikun/issues/266)) ([d529e62](https://github.com/melink14/rikaikun/commit/d529e624fdbbd7b0f8c250fc2396ac30efddec07)), closes [#152](https://github.com/melink14/rikaikun/issues/152) * Reset badge text to empty on extension startup ([#462](https://github.com/melink14/rikaikun/issues/462)) ([b4afd3f](https://github.com/melink14/rikaikun/commit/b4afd3fa07116c9900575aefae2dae7b9065f6d9)), closes [#82](https://github.com/melink14/rikaikun/issues/82) * Update manifest.json to allow rikaikun to work in srcdoc iframes. ([#411](https://github.com/melink14/rikaikun/issues/411)) ([093824b](https://github.com/melink14/rikaikun/commit/093824b15cc8e792c01541ae1fa40a1355b28d2f)), closes [#410](https://github.com/melink14/rikaikun/issues/410) --- CHANGELOG.md | 16 ++++++++++++++++ extension/manifest.json | 15 +++++---------- package.json | 2 +- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaa29ad7..095dfb614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ consistently version releases as follows: - Minor: New user visible feature added. (contains feat commits) - Patch: Bug fix to previous feature. (contains only fix commits) +## [1.1.0](https://github.com/melink14/rikaikun/compare/v1.0.0...v1.1.0) (2021-05-11) + +### Features + +- **dict:** Update dictionaries ([#451](https://github.com/melink14/rikaikun/issues/451)) ([97e6306](https://github.com/melink14/rikaikun/commit/97e6306a7faabfe2e42f16566c56a768478683df)) +- **dict:** Update dictionaries to latest versions. ([#469](https://github.com/melink14/rikaikun/issues/469)) ([96a6032](https://github.com/melink14/rikaikun/commit/96a6032b445181033f17855ce28274e72e180e5c)) + +### Bug Fixes + +- Change manifest.json description to be more descriptive. ([#268](https://github.com/melink14/rikaikun/issues/268)) ([5fb116c](https://github.com/melink14/rikaikun/commit/5fb116c8427c479e926f16250a7bedf858b29890)), closes [#245](https://github.com/melink14/rikaikun/issues/245) +- Falsy setting values now correctly initialize. ([#408](https://github.com/melink14/rikaikun/issues/408)) ([327eecd](https://github.com/melink14/rikaikun/commit/327eecdb40c06dbd48784d50e0dee1e03f00bc85)), closes [#346](https://github.com/melink14/rikaikun/issues/346) +- Migrate `onSelectionChanged` to `onActivated` ([#461](https://github.com/melink14/rikaikun/issues/461)) ([d8a0a9d](https://github.com/melink14/rikaikun/commit/d8a0a9dd73f46b914554a3fd1f7afa671cbae8a6)), closes [#153](https://github.com/melink14/rikaikun/issues/153) +- Remove unneeded tabs permission from manifest. ([#266](https://github.com/melink14/rikaikun/issues/266)) ([d529e62](https://github.com/melink14/rikaikun/commit/d529e624fdbbd7b0f8c250fc2396ac30efddec07)), closes [#152](https://github.com/melink14/rikaikun/issues/152) +- Reset badge text to empty on extension startup ([#462](https://github.com/melink14/rikaikun/issues/462)) ([b4afd3f](https://github.com/melink14/rikaikun/commit/b4afd3fa07116c9900575aefae2dae7b9065f6d9)), closes [#82](https://github.com/melink14/rikaikun/issues/82) +- Update manifest.json to allow rikaikun to work in srcdoc iframes. ([#411](https://github.com/melink14/rikaikun/issues/411)) ([093824b](https://github.com/melink14/rikaikun/commit/093824b15cc8e792c01541ae1fa40a1355b28d2f)), closes [#410](https://github.com/melink14/rikaikun/issues/410) + ## [1.0.0](https://github.com/melink14/rikaikun/compare/v0.10.1...v1.0.0) (2020-09-01) ### Features diff --git a/extension/manifest.json b/extension/manifest.json index 12ce76bbf..f249ae37f 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,28 +1,24 @@ { "manifest_version": 2, - "name": "rikaikun", - "version": "1.0.0", - + "version": "1.1.0", "description": "rikaikun helps you to read Japanese web pages by showing the reading and English definition of Japanese words when you hover over them.", - "icons": { "48": "images/icon48.png", "128": "images/icon128.png" }, - + "icons": { + "48": "images/icon48.png", + "128": "images/icon128.png" + }, "permissions": ["clipboardWrite", "storage"], - "background": { "page": "background.html", "persistent": true }, - "browser_action": { "default_icon": "images/ba.png" }, - "options_ui": { "page": "options.html", "open_in_tab": false }, - "content_scripts": [ { "matches": ["http://*/*", "https://*/*", "ftp://*/*", "file:///*"], @@ -31,7 +27,6 @@ "all_frames": true } ], - "web_accessible_resources": [ "css/popup-black.css", "css/popup-blue.css", diff --git a/package.json b/package.json index 3737e7ee5..823374c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "1.0.0", + "version": "1.1.0", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {