Sourced from github.com/gohugoio/hugo's releases.
v0.148.1
What's Changed
- Fix assignment to entry in nil map 6f42cfbc9
@bep#13853- deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0 a84beee42
@bep#13846v0.148.0
[!NOTE]
There's some minor breaking changes in this release. Please read this thread for more information.Note
- Fix some uglyURLs issues for home, section and taxonomy kind (note) b8ba33ca9
@bep#4428 #7497- Fix branch paths when OutputFormat.Path is configured (note) f967212b7
@bep#13829Bug fixes
- resources/page: Allow full datetime prefix in filenames 1b4c42366
@jmooring#13830Improvements
- Add Ancestors (plural) method to GitInfo, rename Ancestor field to Parent 3e2f1cdfd
@bep#13839- Allow creating home pages from content adapters bba6996e1
@bep- Remove the internal GitInfo type and make Page.GitInf() return a pointer 90d397b14
@bep#5693- source: Expose Ancestor in GitInfo 61e6c730d
@jenbroek#5693- config: Increase test coverage 266d46dcc
@pixel365- markup/goldmark: Change link and image render hook enablement to enums 84b31721b
@jmooring#13535- hugolib: Honor implicit "page" type during template selection cfc8d315b
@jmooring#13826- deploy: walkLocal worker pool for performance dd6e2c872
@davidejonesDependency Updates
- build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6 0a5b87028
@dependabot[bot]- build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 94e2c276a
@dependabot[bot]- build(deps): bump github.com/niklasfasching/go-org from 1.8.0 to 1.9.0 e77b2ad8f
@dependabot[bot]- build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 9487acf6a
@dependabot[bot]- build(deps): bump golang.org/x/tools from 0.32.0 to 0.34.0 1e9a0b93e
@dependabot[bot]v0.147.9
Improvements and fixes
- Remove WARN with false negatives 6a4a3ab8f
@bep#13806- resources/page: Make sure a map is always initialized 36f6f987a
@bep#13810- tpl/tplimpl: Copy embedded HTML table render hook to each output format 18a9ca7d7
@jmooring#13351- tpl/tplimpl: Change resources.GetRemote errors to suppressible warnings b6c8dfa9d
@jmooring#13803
... (truncated)
98ba786
releaser: Bump versions for release of 0.148.16f42cfb
Fix assignment to entry in nil mapa84beee
deps: Downgrade github.com/niklasfasching/go-org v1.9.0 =>
v1.8.065893ef
releaser: Prepare repository for 0.149.0-DEVc0d9beb
releaser: Bump versions for release of 0.148.03e2f1cd
Add Ancestors (plural) method to GitInfo, rename Ancestor field to
Parent0a5b870
build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6bba6996
Allow creating home pages from content adapters94e2c27
build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to
1.0.890d397b
Remove the internal GitInfo type and make Page.GitInf() return a
pointer