We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee5023 commit 50ce109Copy full SHA for 50ce109
3 files changed
CHANGELOG.md
@@ -1 +1 @@
1
-- fix: 当链接处于 `raw` 页面时,停止渲染扩展以避免不必要的冲突 #313
+- fix: 修复一些 UI 问题
docs/docs/version-log.md
@@ -1,5 +1,11 @@
# Changelog / 更新日志
2
3
+## 1.5.28
4
+
5
6
7
+https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.28
8
9
## 1.5.27
10
11
- fix: 当链接处于 `raw` 页面时,停止渲染扩展以避免不必要的冲突 #313
package.json
@@ -1,7 +1,7 @@
{
"name": "linuxdo-scripts",
"description": "manifest.json description",
- "version": "1.5.27",
+ "version": "1.5.28",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments