v0.115.0
The notable new feature in this release is that you can now have permalink configuration also for section and taxonomy pages. Thanks to @Mai-Lapyst for the implementation. See the documentation for more information.
Bug fixes
- commands: Fix panic when running hugo new theme without theme name 635cc34 @deining #11162
- Fix output formats and media type per language config regression 79639c9 @bep #11159
- common/collections: Fix append regression to allow appending nil b74b8d6 @khayyamsaleem #11180
- commands: Fix help message for hugo new theme 793e38f @deining #11161
- Fix false path warnings with resources.PostProcess fa0e16f @bep #7735
- tpl/tplimpl: Fix typo in global variable name e3308a0 @alexandear
- Fix broken nodeploy setup 5b4bfc2 @bep #11149
Improvements
- Misc permalinks adjustments 7917961 @bep #9448 #11184 #8523
- commands: Handle hugo mod get --help 80ecb95 @bep #11141
- Print help message when triggered with no flags 1264675 @roshanavand
- Don't panic on invalid security whitelist regexp 7f698c8 @bep #11176
- Merge branch 'master' of github.com:gohugoio/hugo bac03f4 @bep
- resources/page: Allow section and taxonomy pages to have a permalink configuration cc14c6a @Mai-Lapyst #8523
- commands: Enable format flag with hugo new site 019299b @jmooring #11155
Dependency Updates
- build(deps): bump github.com/evanw/esbuild from 0.18.5 to 0.18.10 9b313ce @dependabot[bot]
- build(deps): bump github.com/niklasfasching/go-org from 1.6.6 to 1.7.0 92f55f1 @dependabot[bot]
Documentation
- Update README.md 58e09cc @jmooring
- docs: Update permalinks documentation 12e4c4d @jmooring #8523 #10847
- Update README.md 23ed087 @bep