Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Releases: mayneyao/gine-blog

v0.6.1

30 Sep 04:56
Compare
Choose a tag to compare

项目重构为 Gatsby theme 插件后,发布的第一个版本。

  • 修复了 favicon 不显示的 bug
  • 修复了 book 卡片不显示阅读状态的 bug
  • 淡化了卡片组件的阴影显示效果

v0.4.5

22 Jul 07:09
Compare
Choose a tag to compare
  • lodash 等依赖存在安全漏洞,现已跟进为最新版本。
  • 更好的配置
    • 可以通过 blogMeta.avatar 正常配置用户头像了(侧边菜单栏大头像,网站 icon 需要通过 pwa 配置项设置)
    • 可以通过 blogMeta.nameblogMeta.me.github 配置页面底部 Copyright 名称及链接
  • 修复了 notion 文章表格新建空白文章后无法正常 build 的 bug
    • 参见 Issues: #10

🚀 🚀

28 Jun 19:43
Compare
Choose a tag to compare
  • 优化访问体验

    • 基于 netlify functions 的动态内容,sw 缓存其请求。
    • 现在访问 动态绘画 页面时速度飞快 🚀
  • 更快的 build 速度

    • 文章主体内容采用渐进式的缓存策略,local > github > puppeteer。
    • 现在 build 时会优先从本地缓存获取文章数据,使得 build 速度大大加快🚀
    • 添加了 gatsby-plugin-netlify-cache 插件,使得在 netlify 宿主机环境中 build 时也可以获取文章缓存。
  • 外键关联

    • 书单表格中添加了文章表的外键关联。
    • 相应的,如果书籍存在关联文章,那么在书籍的评论卡片中可以看到相关文章的链接。

v0.4.3

23 Jun 20:57
Compare
Choose a tag to compare
  • 添加了 Google AdSense 配置
    • 配置项 google_ad_client
  • 删除了不必要的依赖库
  • 性能优化
    • 更好的缓存策略
    • 新版本更新提示,保证用户可以及时看到最新文章
  • Gatsby 升级至 2.9.0
    • fast!fast!fast!🚀
  • 数学公式支持
    • notion 中的数学公式可以正常显示了

v0.4.2

15 Jun 18:37
Compare
Choose a tag to compare

duh