We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8c7a2 commit bf12256Copy full SHA for bf12256
3 files changed
CHANGELOG.md
@@ -1,2 +1 @@
1
-- feat: 切换下拉菜单模式显示自定义快捷回复
2
-- feat: 是否自动打开外链(请谨慎操作,避免打开恶意链接)
+- feat: 重构等级对话框为卡片式 UI 并添加可视化样式
docs/docs/version-log.md
@@ -1,5 +1,11 @@
# Changelog / 更新日志
3
+## 1.5.26
4
+
5
6
7
+https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.26
8
9
## 1.5.25
10
11
- feat: 切换下拉菜单模式显示自定义快捷回复
package.json
@@ -1,7 +1,7 @@
{
"name": "linuxdo-scripts",
"description": "manifest.json description",
- "version": "1.5.25",
+ "version": "1.5.26",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments