From fdee28b40f03e9251b51bbd751992a9bbdae3660 Mon Sep 17 00:00:00 2001 From: solstice23 Date: Sat, 5 Feb 2022 23:30:33 +0800 Subject: [PATCH] 1.3.1 --- README.md | 8 ++++++-- info.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60afdc4e..4a915c07 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI # 更新日志 +## 20220205 v1.3.1 ++ 📌 新增 评论置顶 功能(需要在选项中开启) ++ 子评论支持显示被回复者昵称 ++ 同步 Highlight.js 高亮方案 ++ 其他改进与修复 + ## 20220203 v1.3.0 + 🎨 新增 气氛色 选项:主题色全局沉浸(类似 Material You) + 新增 `argon_comment_extra_info` filter @@ -82,8 +88,6 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI + 修复后台媒体库不能搜索问题 + 其他改进与修复 - - ## 20220106 v1.2.10 + 新增通过 Ajax 获取验证码以绕过 CDN 缓存选项 + 说说预览显示赞数和评论数,优化折叠样式 diff --git a/info.json b/info.json index 4206d770..2212aa47 100644 --- a/info.json +++ b/info.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "details_url": "https://github.com/solstice23/argon-theme/releases", - "download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.0/argon.zip" + "download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.1/argon.zip" }