From f8863ff8ce5fe223ff27de619753cbd294d81782 Mon Sep 17 00:00:00 2001 From: WangJie Date: Thu, 9 May 2019 21:30:17 +0800 Subject: [PATCH] 1.4.5: new release --- CHANGELOG.md | 6 ++++++ src/manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1baea0..3a42b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.4.5 5/9/2019 + + - fix: browser action broken in v1.4.4 + - feat: open selected tabs in tab list + - change: right click apply for all selected tabs in the list currently + ### v1.4.4 5/2/2019 - fix: parse title from compatible format by mistake when it include `|` diff --git a/src/manifest.json b/src/manifest.json index 4b500bd..31a067a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__EXT_NAME__", - "version": "1.4.4", + "version": "1.4.5", "default_locale": "en", "description": "__MSG_ext_desc__", "author": "WangJie ",