Files
hugo/temp/0.100.0-relnotes-ready.md
2022-05-31 08:37:12 +00:00

2.9 KiB

This release represents 32 contributions by 4 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], @satotake, and @moorereason for their ongoing contributions. And thanks to @digitalcraftsman for his ongoing work on keeping the themes site in pristine condition.

Many have also been busy writing and fixing the documentation in hugoDocs, which has received 1 contributions by 1 contributors.

Hugo now has:

Notes

  • releaser: Add release notes for 0.99.1 [ci skip] 31ce89f7 @bep

Changes

  • docs: Regen CLI docs 3fcbee26 @bep
  • docs: Regen docs helper db9d2742 @bep
  • Fix indentation in highlight shortcode 6f7bf3f2 @bep #4717
  • Make .RenderString render shortcodes 9e904d75 @bep #6703
  • Improve shortcode indentation handling d2cfaede @bep #9946
  • Add Markdown as an output format 322d19a8 @bep #9821
  • build(deps): bump github.com/evanw/esbuild from 0.14.39 to 0.14.42 7cb484e1 @dependabot[bot]
  • Run go mod tidy 0b395f0b @bep
  • Add a shortcode benchmark c1a83076 @bep
  • Remove Blackfriday markdown engine 0f8dc470 @bep #9934
  • Fix HasMenuCurrent and IsDescendant/IsAncestor when comparing to itself 3b478f50 @bep #9846
  • build(deps): bump github.com/sanity-io/litter from 1.5.4 to 1.5.5 f343b8eb @dependabot[bot]
  • deps: Update to github.com/tdewolff/minify/v2 v2.11.5 60ede146 @bep
  • Don't use the baseURL /path as part of the resource cache key dd9eaf19 @bep #9787
  • postcss: Make the resource cache key more stable 46a2ea6d @bep #9787
  • commands: Fix case where languages cannot be configured 653ab2cc @bep
  • github: Set HUGO_BUILD_TAGS: extended when running tests 52edea0f @bep #9935
  • metrics: Fix divide by zero error 6a5acd75 @moorereason
  • Fix error message when PostCSS config file is not found 805b2155 @bep #9927
  • server: Skip watching dirs in ignoreFiles 8ca70525 @bep #9838
  • resources: Improve error message on .Resize etc. on SVGs bb232a35 @bep #9875
  • Fix Plainify edge cases 3854a6fa @bep #9199 #9909 #9410
  • Add resources.Copy cd0112a0 @bep #9313
  • basefs: add noBuildLock flag 6f7fbe03 @satotake #9780
  • import: Fix importing jekyll site 2fc2e9c8 @satotake #9817
  • releaser: Prepare repository for 0.100.0-DEV e164834f @bep
  • releaser: Bump versions for release of 0.99.1 d5240673 @bep
  • releaser: Add release notes for 0.99.1 [ci skip] 31ce89f7 @bep
  • releaser: Fix version replacement ee55fde5 @bep
  • server: Fix multihost crash 2f9eac48 @bep #9901
  • Update stale.yml 3a8189ee @bep
  • common/hugo: Fix version logic 7bc3401e @bep