mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 17:03:00 +00:00
fc21b63b46
Rename to *-ready.md to continue. [ci skip]
6.3 KiB
6.3 KiB
This release represents 26 contributions by 6 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @dependabot[bot], @helfper, and @wzshiming for their ongoing contributions.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 9 contributions by 6 contributors. A special thanks to @bep, @jmooring, @StevenMaude, and @coliff for their work on the documentation site.
Hugo now has:
- 53915+ stars
- 430+ contributors
- 404+ themes
Enhancements
Templates
- Handle nil values in time.AsTime" abd969a6 @bep
- Handle nil values in time.AsTime 3e110728 @bep #8865
Other
- Run go mod tidy 6631c9c7 @bep
- Don't fail on template errors on go mod graph etc. 7d1f806e @bep #8942
- bump github.com/getkin/kin-openapi from 0.74.0 to 0.75.0 04b59599 @dependabot[bot]
- bump github.com/frankban/quicktest from 1.13.0 to 1.13.1 c278b6e4 @dependabot[bot]
- bump github.com/evanw/esbuild from 0.12.22 to 0.12.24 107c86fe @dependabot[bot]
- Avoid failing with "module not found" for hugo mod init and similar a0489c2d @bep #8940
- Update to Go 1.17 0fc2ce9e @bep #8930
- Remove Pygments from snapcraft.yml 32569285 @anthonyfok
- bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0" 5a46eefb @bep #8920
- Add tabindex when code is not highlighted 7a15edaf @helfper
- bump github.com/evanw/esbuild from 0.12.17 to 0.12.22 2f0945ba @dependabot[bot]
- bump golang.org/x/text from 0.3.6 to 0.3.7 7ba3f3d2 @dependabot[bot]
- bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 f7016524 @dependabot[bot]
- Prevent minifier from removing quoutes around post-processed attributes bc0743ed @bep #8884
- Avoid too many watch file handles causing the server to fail to start" ffa2fe61 @bep
- Remove some pygments references d966f5d0 @helfper
- Avoid too many watch file handles causing the server to fail to start 3f38c785 @wzshiming #8904
- bump github.com/getkin/kin-openapi from 0.68.0 to 0.74.0 24589c08 @dependabot[bot]
- Update github.com/spf13/cast v1.4.0 => v1.4.1 efebd756 @bep #8891
- Import time/tzdata on Windows 58b6742c @bep #8892
- Indent TOML tables 9bba9a3a @bep #8850