v0.103.0
There are 3 main topics in this release:
- The
hugo server
finally comes with proper 404 support. - You can now use
PostProcess
'ed resources in all file types (e.g. JSON), not just HTML. - We have standardised the archive names for the release archives (as you can see further below). Hugo has since the first version used a rather odd and non-standard mixed case naming of the archive files (e.g.
hugo_0.102.3_OpenBSD-64bit.tar.gz
). We now use the standard GOOS/GOARCH values as-is, which makes it easier for people to script against. To avoid breakage when running on Netlify and similar, we create aliases for the most commonly downloaded Linux-archives on the old format and will continue to do so in the foreseeable future.
Bug fixes
- Fix usage description ab5ce59 @satotake
- scss: Handle single-file sourcemaps correctly 02c89a4 @toothrot #8174
Improvements
- Filter out any duplicate files to post process 8e77bcc @bep #10269
- Support PostProcess for all file types 74daca6 @bep #10269
- server: Add 404 support a5cda5c @bep
- Add
--force
tohugo new
7d40da8 @satotake #9243 - Update stale.yml 5e03de0 @sashashura
Dependency Updates
- build(deps): bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0 1fd4c56 @dependabot[bot]
- build(deps): bump github.com/getkin/kin-openapi from 0.98.0 to 0.100.0 5e2b28d @dependabot[bot]
- build(deps): bump github.com/evanw/esbuild from 0.15.5 to 0.15.7 f2019f0 @dependabot[bot]
- build(deps): bump github.com/yuin/goldmark from 1.4.13 to 1.4.14 475638f @dependabot[bot]