v0.134.3
gohugoio/hugov0.134.3Sep 19, 2024by bep
AI Summary
A bug fix and refactoring release that removes specific deprecation warnings, improves console output for module initialization, and resolves directory paths in libsass and dartsass.
Key Highlights
- Removed RSS deprecation warning for site.Author.
- Improved console output for 'hugo mod init'.
- Resolved directory paths to directory index files in libsass and dartsass.
Full Release Notes
* 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