Skip to content

Release v2.0.4

  • Date (UTC): 2026-03-10
  • Previous tag: v2.0.3
  • Channel: stable
  • Stage: stable

Highlights

感谢使用 Grtblog v2!项目发布初期,在这个版本中,我们继续优化用户体验和系统稳定性,主要更新内容包括:

  • 支持 Hero 组件居中对齐配置,新增主题扩展选项
  • 健康检查增加迟滞机制,网络波动时不再频繁翻转状态,改为弹出提示
  • 修复管理后台仪表盘流量趋势和发布趋势图表数据为空的问题
  • 修复 useDiscreteApi 在 Pinia store setup 阶段调用导致 useMessage 报错的问题
  • 优化前台页面导航过渡动画与浮动窗口组件(参考大佬的建议!!!)
  • 新增 GitHub Issue / PR 模板与 CI 流水线
  • 支持 Docker Hub 镜像源配置,改善国内拉取速度
  • Webhook 事件系统补充评论和思考的示例数据

Commits

  • fix: update date handling in analytics queries to use time.Time type (4f7c00f)
  • feat: implement health check hysteresis and improve network stability notifications (698b913)
  • feat: enhance navigation transitions and optimize FloatingWindow component (cfdd72b)
  • fix: fix icon size (a4dd8a0)
  • feat: set default alignment for hero component in theme configuration (e234e72)
  • ci: fix pnpm version (5c1863a)
  • feat: add bug report and feature request templates for improved issue tracking (bf4d0a2)
  • feat(theme): Add center alignment options for Hero component (#8) (a40e792)
  • fix: add comment and thinking event sample to event system (08d0c91)
  • feat: add support for Docker Hub mirror configuration for improved image pull performance (91ebacb)
  • feat: enable pushing all images in Docker publish workflow (b4f0847)