Releases: fluid-dev/hexo-theme-fluid
Releases · fluid-dev/hexo-theme-fluid
1.9.8
💥 重大变更
- 移除 51la 和 cnzz 统计插件(用户较少且插件疏于维护,有需求可以自定义 js 引入)
✨ 新功能
- 新增 Umami 访问统计插件 (#1055)
- 版权声明增加
license: ZERO无版权选项 (#1053) - 支持 Canonical URL (#1038)
- Checkbox 支持 markdown 文本 (#1077)
🎨 优化
- 修改 Waline 默认 CDN (#1109)
- 调整 iconfont 图标大小
- 搜索图标垂直居中
🐛 修复
💥 Breaking Change
- Remove 51la and cnzz analytics plugins (because they are not commonly used)
✨ Feature
- Umami analytics plugin (#1055)
- Add 'license: ZERO' No copyright option (#1053)
- Support Canonical URL (#1038)
- Checkbox support markdown text (#1077)
🎨 Enhancement
- Modify Waline default CDN (#1109)
- Adjust the iconfont icon size
- Search icon is centered vertically now
🐛 Fix
1.9.7
✨ 新功能
- 使用 moment.js 动态生成更新日期的相对时间
🎨 优化
- 统一 Tag 插件的配色
🐛 修复
- 修复暗色模式的折叠块标题
- 修复折叠块内边距
- 移除 Pandoc 在脚注插入的换行
- 字数统计合计中英文
✨ Feature
- Display the relative time of the update date by moment.js
🎨 Enhancement
- Unified tag plugins color matching
🐛 Fix
- Fix the fold tag in dark mode
- Fix the margin of the fold tag
- Remove line breaks inserted by Pandoc in the footnote
1.9.6
✨ 新功能
🎨 优化
- 适配 Hexo v7.0.0+ 配置变动
- 根据不同语言统计字数 (感谢 @TimonPeng #1008)
- 统计字数适配
hexo-blog-encrypt插件
🐛 修复
✨ Feature
🎨 Enhancement
- Adapt Hexo v7.0.0+ breakchange
- Word count enhancement (by @TimonPeng #1008)
🐛 Fix
1.9.5
✨ 新功能
- 文章归档功能,在 FrontMatter 里添加
archive: true可开启,该文章将不在首页列出,但依然能在归档、分类等页面看到 (感谢 @LovelyQuantum #869) - 文章页打印样式适配 (感谢 @Bluemangoo #958)
- 支持 discuss 评论插件 (感谢 @lete114 #810)
🎨 优化
- 适配 Hexo 新版本依赖 (#952)
- 谷歌统计 GA4 替换 UA (感谢 @crescenth #892)
- 首页文章标题改为
<h2>标签 (感谢 @xiyuvi #963)
🐛 修复
- 修复
search.content无法使用的问题 (感谢 @wuhao21 #912) - 修复使用
hexo-blog-encrypt插件会丢失样式 (#895) - 修复隐藏文章失效 (#937)
- 修复脚注误识别到代码块 (#951)
- 修复提示标签默认值不生效
- 修复副标题 API 参数被转义 (#947)
✨ Feature
- Article archiving feature, add 'archive: true' to FrontMatter, the post will not be listed on the index page, but can still be seen in the archives, categories and other pages (by @LovelyQuantum in #869)
- Adapt print style on the post page (by @Bluemangoo in #958)
- New comment plugin discuss (by