{
  "version": "2.0.1",
  "name": "FinchUI 博客版",
  "logs": [
    {
      "version": "2.0.1",
      "date": "2026-06-24",
      "summary": "主题免费开放，缩略图缓存方案重构",
      "changes": [
        {"type": "changed", "content": "主题正式免费开放"},
        {"type": "removed", "content": "移除系统生成缩略图选项（外链图片无法缓存、带 query 参数的 CDN 图片无法识别）"},
        {"type": "added", "content": "新增主题缩略图缓存引擎，对本地大图进行等比压缩与缓存"},
        {"type": "added", "content": "缩略图默认最大宽度 600px，高度按原图等比自适应；宽度不大于 600px 的图片不压缩，直接复用原图"},
        {"type": "added", "content": "缩略图缓存目录写入 zb_users/cache/thumbs/，与 Z-Blog 系统缓存同目录，支持后台一键清空"},
        {"type": "added", "content": "文章手动指定的缩略图同样纳入缓存压缩流程，避免图床大图直接暴露到列表页"},
        {"type": "changed", "content": "外链图片在列表页直接输出原地址，不做同步下载，避免远程图床阻塞页面渲染"},
        {"type": "changed", "content": "移除文章设置页的缩略图类型三选一选项，统一使用主题缩略图方案"},
        {"type": "changed", "content": "正文首图正则匹配修正：支持 webp/avif 等任意图片格式与带 query 的 CDN 链接"},
        {"type": "fixed", "content": "修复文章内使用外链图片时列表页无法获取缩略图的问题"}
      ]
    },
    {
      "version": "2.0",
      "date": "2026-05-01",
      "summary": "完成 FinchUI 2.0 架构迁移与结构化数据改造",
      "changes": [
        {"type": "changed", "content": "主题入口改为 include/function 分层加载，安装和升级逻辑拆分到独立脚本"},
        {"type": "added", "content": "新增 JSON-LD 结构化数据输出和后台网页结构数据化配置页"},
        {"type": "added", "content": "新增 OGP 头部输出与夜间 LOGO"},
        {"type": "changed", "content": "首页、列表页、搜索页切入 FinchUI 2.0 主容器和左侧全部分类导航骨架"},
        {"type": "changed", "content": "主题模块重建改为直接刷新 Z-Blog 模块对象，去掉旧的文件缓存依赖"},
        {"type": "added", "content": "补充 README.md、intro.json、changelog.json 等本地文档元数据"}
      ]
    },
    {
      "version": "1.1.25.1",
      "date": "2025-05-13",
      "summary": "优化网站分类模块的链接代码",
      "changes": [
        {"type": "changed", "content": "优化网站分类模块的链接代码"}
      ]
    },
    {
      "version": "1.1.24.7",
      "date": "2024-05-27",
      "summary": "优化网站头部，可以关闭网站logo",
      "changes": [
        {"type": "changed", "content": "优化网站头部，可以关闭网站logo"}
      ]
    },
    {
      "version": "1.1.24.6",
      "date": "2024-04-17",
      "summary": "优化图片延迟加载并增加首页轮播图",
      "changes": [
        {"type": "changed", "content": "优化图片延迟加载，首页点击tab切换按钮时，触发图片加载"},
        {"type": "added", "content": "首页首页轮播图"}
      ]
    },
    {
      "version": "1.1.24.5",
      "date": "2024-03-18",
      "summary": "优化文章页和标签页的相关标签模块",
      "changes": [
        {"type": "changed", "content": "优化文章页和标签页的相关标签模块（当后台未设置标签常用词或文章没有标签时该模块都不会显示）"}
      ]
    },
    {
      "version": "1.1.24.4",
      "date": "2024-03-14",
      "summary": "增强主题自带模块管理与缓存控制",
      "changes": [
        {"type": "changed", "content": "可以卸载主题自带的侧栏模块"},
        {"type": "changed", "content": "主题自带的侧栏模块可以设置缓存时间"},
        {"type": "added", "content": "可一键清空主题自带的模块的缓存"},
        {"type": "changed", "content": "随机文章改为伪随机，增加sql查询效率，减少内存占用"}
      ]
    },
    {
      "version": "1.1.24.3",
      "date": "2024-03-04",
      "summary": "修复启用主题与点赞按钮问题",
      "changes": [
        {"type": "fixed", "content": "修复启用主题的报错问题"},
        {"type": "fixed", "content": "修复无法关闭点赞按钮的问题"},
        {"type": "fixed", "content": "修复其他已知问题"}
      ]
    },
    {
      "version": "1.1.24.2",
      "date": "2024-02-06",
      "summary": "文章页和标签页侧栏增加相关标签",
      "changes": [
        {"type": "added", "content": "文章页和标签页的侧栏可以显示相关标签，相关标签与文章使用的标签高度关联"}
      ]
    },
    {
      "version": "1.1.24.1",
      "date": "2024-01-22",
      "summary": "优化列表宽度和侧栏可关闭能力",
      "changes": [
        {"type": "changed", "content": "当网页宽度设置为1280px时图文列表只显示为单列"},
        {"type": "added", "content": "首页、栏目页、文章页、标签页、搜索页、用户页的侧栏可以关闭"}
      ]
    },
    {
      "version": "1.0.23.10",
      "date": "2023-12-13",
      "summary": "增加栏目内容设置与新版 jQuery 选项",
      "changes": [
        {"type": "added", "content": "增加栏目内容设置"},
        {"type": "added", "content": "增加jquery库选项，可以使用新版jquery库"}
      ]
    },
    {
      "version": "1.0.23.9",
      "date": "2023-10-22",
      "summary": "修复已知问题",
      "changes": [
        {"type": "fixed", "content": "修复已知问题"}
      ]
    },
    {
      "version": "1.0.23.8",
      "date": "2023-10-15",
      "summary": "优化侧栏固定显示并增加开关",
      "changes": [
        {"type": "changed", "content": "优化侧栏随网页滑动固定显示（定位更加准确），并且增加开关"}
      ]
    },
    {
      "version": "1.0.23.7",
      "date": "2023-09-20",
      "summary": "增加由标签创建的专题页功能",
      "changes": [
        {"type": "added", "content": "增加由标签创建的专题页功能"}
      ]
    },
    {
      "version": "1.0.23.6",
      "date": "2023-09-17",
      "summary": "增加网页宽度设置选项",
      "changes": [
        {"type": "added", "content": "增加网页宽度设置选项，可以分别选择最大网页宽度为1920px或1280px"}
      ]
    },
    {
      "version": "1.0.23.5",
      "date": "2023-08-24",
      "summary": "增加列表排序与昼夜模式开关",
      "changes": [
        {"type": "added", "content": "增加列表页排序开关"},
        {"type": "added", "content": "增加昼夜模式开关"},
        {"type": "fixed", "content": "修复其它已知问题"}
      ]
    },
    {
      "version": "1.0.23.4",
      "date": "2023-07-05",
      "summary": "优化广告位代码并修复已知问题",
      "changes": [
        {"type": "changed", "content": "优化广告位代码"},
        {"type": "fixed", "content": "修复其它已知问题"}
      ]
    },
    {
      "version": "1.0.23.3",
      "date": "2023-06-20",
      "summary": "优化文章列表和摘要写法",
      "changes": [
        {"type": "changed", "content": "优化了文章列表和文章摘要，使用了更高效的写法"}
      ]
    },
    {
      "version": "1.0.23.2",
      "date": "2023-06-05",
      "summary": "增加最近更新过滤与主题扩展优化",
      "changes": [
        {"type": "changed", "content": "首页最近更新可以过滤指定分类发布的文章"},
        {"type": "changed", "content": "优化主题扩展功能"},
        {"type": "changed", "content": "优化侧栏"}
      ]
    },
    {
      "version": "1.0.23.1",
      "date": "2023-05-24",
      "summary": "作品上架",
      "changes": [
        {"type": "added", "content": "作品上架"}
      ]
    }
  ]
}
