发布日期: 2024-09-19
版本号: v0.134.3

本次提交包含多项更新:移除RSS功能中对site.Author的弃用检查;优化hugo mod init命令的控制台输出并忽略"模块不存在"错误提示;新增对Helix .bck文件的排除支持;将site_new.go合并至site.go重构代码结构;改进libsass和dartsass对目录索引文件的路径解析;以及增强warpc内部组件的JS插件API功能。主要贡献者为bep、jmooring和David-Else,涉及#11458、#12677等issue的修复。

更新内容 (中文)

  • 模板: 移除 RSS 弃用 site.Author 检查 e07028cb9 @bep
  • 模块: 改进 hugo mod init 的控制台输出 22a9f3fc9 @bep #11458
  • 命令: 在 hugo mod init 中忽略「模块不存在」错误 e363964e2 @bep #11458
  • 添加对 helix .bck 文件的排除规则 c260cb28a @David-Else #12677
  • hugolib: 将 hugolib/site_new.go 移至 hugolib/site.go e07914537 @bep
  • libsass: 解析目录路径至目录索引文件 5b442b3cc @jmooring #12851
  • dartsass: 解析目录路径至目录索引文件 2bc27657d @jmooring #12849
  • internal/warpc: 改进 JS 插件 API 28f621d4a @bep

更新内容 (原始)

  • tpl: Remove RSS deprecation site.Author check e07028cb9 @bep
  • modules: Improve console output on hugo mod init 22a9f3fc9 @bep #11458
  • commands: Ignore “module does not exist” errors in hugo mod init e363964f2 @bep #11458
  • Add exclusion for helix .bck files c260cb28a @David-Else #12677
  • hugolib: Move hugolib/site_new.go into hugolib/site.go e07914537 @bep
  • libsass: Resolve directory paths to directory index files 5b442b3cc @jmooring #12851
  • dartsass: Resolve directory paths to directory index files 2bc27657d @jmooring #12849
  • internal/warpc: Improve the JS plugin API 28f621d4a @bep

下载链接