Skip to content

Commit

Permalink
1.4.4: new release try to fix data missing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwangjie committed May 2, 2019
1 parent e1bde91 commit 3eb5348
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/listManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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 <doudou19758@gmail.com>",
Expand Down

0 comments on commit 3eb5348

Please sign in to comment.