We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b7bb3 commit 24e2d19Copy full SHA for 24e2d19
3 files changed
CHANGELOG.md
@@ -1,2 +1,2 @@
1
-- fix: 修复搜索页新标签页打开问题 #269
2
-- refactor: 全面重构插件存储机制,配置页面由 localStorage 改为 IndexedDB 存储 #266
+- fix: 修复自定义屏蔽等功能因异步存储数据失效问题 #270
+- feat: 新增预览设置按钮位置功能 #268
package.json
@@ -2,7 +2,7 @@
"name": "linuxdo-scripts",
3
"description": "manifest.json description",
4
"private": true,
5
- "version": "1.5.6",
+ "version": "1.5.7",
6
"type": "module",
7
"scripts": {
8
"dev": "wxt",
version-log.md
@@ -1,3 +1,8 @@
+## 1.5.7
+
## 1.5.6
- fix: 修复搜索页新标签页打开问题 #269
0 commit comments