mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 18:00:59 +00:00
dfb1cc4315
Rename to *-ready.md to continue. [ci skip]
3.4 KiB
3.4 KiB
This release represents 14 contributions by 2 contributors to the main Hugo code base. Many have also been busy writing and fixing the documentation in hugoDocs, which has received 1 contributions by 1 contributors.
Hugo now has:
- 53005+ stars
- 431+ contributors
- 370+ themes
Enhancements
Other
- Simplify "active menu" logic for section menus d831d2fc @bep #8776
- Make keepWhitespace = true default for HTML c19f65f9 @bep #8771
- Make FileMeta a struct 022c4795 @bep #8749
- Add tabindex="0" to default
wrapper f27e5424 @rhymes #7194
- Rename/reorder the hook methods 80566481 @bep #8755
- Support auto links in render hook ee3d2bb1 @bep #8755
- Adjust a test helper eb2a5003 @bep
- Add config.cascade 5cb52c23 @bep #8741
- Regenerate image golden testdata 30eea391 @bep #8729
Fixes
Other
- Fix panic on invalid config in "hugo mod get" and similar 351ed0f5 @bep #8773
- Fix Params case handling for menu items defined in site config 634481ba @bep #8775
- Fix default values when loading from config dir ae6cf93c @bep #8763
- Fix the deprecation error/warn log levels a70da2b7 @bep
- Fix transparency problem when converting 32-bit images to WebP 8f40f34c @bep #8729