Skip to content

Commit 3eb5348

Browse files
committed
1.4.4: new release try to fix data missing problem
1 parent e1bde91 commit 3eb5348

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.4.4 5/2/2019
2+
3+
- fix: parse title from compatible format by mistake when it include `|`
4+
- fix: a possible case to cause data missing
5+
16
### v1.4.3 2/13/2019
27

38
- fix: transparent drawer

src/common/listManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
REMOVE_LIST_BY_ID,
99
CHANGE_LIST_ORDER,
1010
} from './constants'
11-
import {isBackground, sendMessage, throttle, Mutex} from './utils'
11+
import {isBackground, sendMessage, Mutex} from './utils'
1212

1313
const cache = { lists: null, ops: null }
1414
const RWLock = new Mutex()

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__EXT_NAME__",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"default_locale": "en",
66
"description": "__MSG_ext_desc__",
77
"author": "WangJie <[email protected]>",

0 commit comments

Comments
 (0)