From 3eb5348fbd9985a04930de30169425a54babc83c Mon Sep 17 00:00:00 2001 From: WangJie Date: Thu, 2 May 2019 16:52:40 +0800 Subject: [PATCH] 1.4.4: new release try to fix data missing problem --- CHANGELOG.md | 5 +++++ src/common/listManager.js | 2 +- src/manifest.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483a0f6..c1baea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v1.4.4 5/2/2019 + + - fix: parse title from compatible format by mistake when it include `|` + - fix: a possible case to cause data missing + ### v1.4.3 2/13/2019 - fix: transparent drawer diff --git a/src/common/listManager.js b/src/common/listManager.js index 5eb4ee4..0473ee0 100644 --- a/src/common/listManager.js +++ b/src/common/listManager.js @@ -8,7 +8,7 @@ import { REMOVE_LIST_BY_ID, CHANGE_LIST_ORDER, } from './constants' -import {isBackground, sendMessage, throttle, Mutex} from './utils' +import {isBackground, sendMessage, Mutex} from './utils' const cache = { lists: null, ops: null } const RWLock = new Mutex() diff --git a/src/manifest.json b/src/manifest.json index 1223221..4b500bd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__EXT_NAME__", - "version": "1.4.3", + "version": "1.4.4", "default_locale": "en", "description": "__MSG_ext_desc__", "author": "WangJie ",