From ce59b21a97a0ec875ea01117119b29886a841fba Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 20 Jun 2024 21:12:57 +0300 Subject: [PATCH] chore(release): 6.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6a8a1..b65d35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [6.1.0](https://github.com/dessant/web-archives/compare/v6.0.0...v6.1.0) (2024-06-20) + + +### Features + +* add storage context ([6c662c7](https://github.com/dessant/web-archives/commit/6c662c7494652bb0b0e9fb7aac6c52272d15b94d)) +* find closest match on Yandex ([7496504](https://github.com/dessant/web-archives/commit/74965042b911015fdf54f1fe9f45f356cbe51bda)) +* open current page from Megalodon archive ([a19386f](https://github.com/dessant/web-archives/commit/a19386f299f86745dccdefd12f5f82ec62bd4e63)) +* upgrade to Manifest V3 in Edge and Opera ([292d584](https://github.com/dessant/web-archives/commit/292d584c97aa7f8fd94fb9167d09d1a307dc146d)) + + +### Bug Fixes + +* apply context menu visibility option ([6732cd2](https://github.com/dessant/web-archives/commit/6732cd2f9fd286a5b46dbce9631ea5c4f3db669f)) +* check search engine access in MV3 ([44c2eee](https://github.com/dessant/web-archives/commit/44c2eeedb7f1adeabb3d28710d5c83b7eb944c11)) +* recover from error during context menu setup ([d4755b7](https://github.com/dessant/web-archives/commit/d4755b7d0cc960503164f281432e63b91823c621)) +* run content scripts only once ([47a3375](https://github.com/dessant/web-archives/commit/47a3375bf4535d4405de9fa90cf8d6b295b9643a)) +* use IndexedDB on all platforms ([9f799ec](https://github.com/dessant/web-archives/commit/9f799ece9eb82bc47b77947030c7928244fb2c68)) + ## [6.0.0](https://github.com/dessant/web-archives/compare/v5.0.0...v6.0.0) (2024-05-28) diff --git a/package-lock.json b/package-lock.json index 535b952..574aac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-archives", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-archives", - "version": "6.0.0", + "version": "6.1.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.13", diff --git a/package.json b/package.json index f2dec19..321e551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "6.0.0", + "version": "6.1.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/web-archives",