diff --git a/CHANGELOG.md b/CHANGELOG.md index 197cf49..f459930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Psnine Plus Changes ------------------ +## 0.4.4(2018-12-21) + +### New + +- 支援 d7vg.com 域名 + +### Bugfix + +- 修复奖杯筛选下占位表情链接失效的问题 + +## 0.4.3(2018-08-06) + +### Bugfix + +- 修复 Storage 初始值为空引起的扩展失效问题 + +## 0.4.2(2018-07-04) + +### Bugfix + +- 修复 Firefox 下 Popup 的样式问题 + ## 0.4.0(2018-07-03) ### New diff --git a/package.json b/package.json index c0aece3..3bf45eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psnine-plus", - "version": "0.4.3", + "version": "0.4.4", "description": "Tiny browser extension for Psnine", "scripts": { "start": "npm run dev",