Skip to content

1.8.8

Compare
Choose a tag to compare
@zkqiang zkqiang released this 24 Feb 07:01
· 312 commits to master since this release

✨ 新功能

  • 自定义页与关于页支持评论(通过 FrontMatter 的 comment: 'valine' 字段开启)
  • 友链页支持自定义区域和评论(详见新配置项及注释
  • 友链页增加默认头像(在头像加载错误时使用默认头像显示)
  • 增加自定义 <head> 的配置项 custom_head
  • 多语言增加繁体中文
  • Gitalk 评论插件增加 proxy 参数

🎨 优化

  • 优化搜索框交互
  • 优化暗色模式的样式
  • 修改内联代码的默认颜色为 GitHub 相同的样式
  • 文章页的 description meta 现在跟随摘要属性
  • 全局图片最大宽度限制为 100%
  • 优化翻页锚点

🐛 修复

  • 修复代码复制按钮的错误
  • 修复 Waline requiredFields 参数转义

✨ Feature

  • Custom page and About page support comment plugin (enabled via FrontMatter comment: 'valine' field)
  • Link page supports custom area and comment plugin (see new config items for details)
  • Add a config item onerror_avatar, replace the specified image when the member avatar fails to load on the link page
  • Add a config item custom_head for customize <head>
  • i18n add traditional Chinese
  • Gitalk comment plugin adds proxy parameter

🎨 Enhancement

  • Improve search box interaction
  • Improve some styles of dark mode
  • Modify the default color of inline code to the same style as GitHub
  • The description meta of the post page now follows excerpt field
  • The maximum width of images is limited to 100%

🐛 Fix

  • Fix bug of code copy button
  • Fix Waline requiredfields parameter escape