Changelog History
Page 7
-
v0.55.6 Changes
May 18, 2019π This is a bug-fix release with one important fix. There have been reports about infrequent paginator crashes when running the Hugo server since 0.55.0. The reason have been narrowed down to that of parallel rebuilds. This isn't a new thing, but the changes in 0.55.0 made it extra important to serialize the page initialization. This release fixes that by protecting the
Build
method with a lock when running in server mode. 95ce2a40 @bep #5885#5968 -
v0.55.5 Changes
May 02, 2019π This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34743+ stars
- 439+ contributors
- 314+ themes
β¨ Enhancements
Templates
- Provide more detailed errors in Where f76e5011 @moorereason
Other
π Fixes
Templates
- π Fix nil compare in eq/ne for interface values 66b143a0 @bep #5905
- π Fix hugo package name and add godocs 4f93f8c6 @moorereason
Output
Core
Other
-
v0.55.4 Changes
April 25, 2019π This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34558+ stars
- 439+ contributors
- 310+ themes
β¨ Enhancements
Core
- Avoid recloning of shortcode templates 69a56420 @bep #5890
- No links for bundled pages 0775c98e @bep #5882
Other
- π Avoid rebuilding the Translations map for every lookup 4756ec3c @bep #5892
- Init mem profile at the end 4c3c5120 @bep
π Fixes
Core
-
v0.55.3 Changes
April 20, 2019π This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34468+ stars
- 439+ contributors
- 308+ themes
β¨ Enhancements
Templates
- Return error on invalid input in in 7fbfedf0 @bep #5875
- π Make Pages etc. work with the in func 06f56fc9 @bep #5875
- π Make Pages etc. work in uniq d7a67dcb @bep #5852
Core
- β Add some OutputFormats.Get tests 7aeeb60d @bep #5877
- β Add some integration tests for in/uniq using Pages 6c80acbd @bep #5875#5852
Other
- π Regenerate docs helper 75b16e30 @bep
- Replace IsDraft with Draft in list command 3e421bd4 @bep #5873
π Fixes
Output
-
v0.55.2 Changes
April 17, 2019π This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34386+ stars
- 439+ contributors
- 307+ themes
β¨ Enhancements
Templates
Core
π Fixes
Core
- π Fix Pages reinitialization on rebuilds 9b17cbb6 @bep #5833
- π Fix shortcode namespace issue 56550d1e @bep #5863
- π Fix false WARNINGs in lang prefix check 7881b096 @bep #5860
- π Fix bundle resource publishing when multiple output formats 49d0a826 @bep #5858
- π Fix panic for unused taxonomy content files b799b12f @bep #5847
- π Fix dates for sections with dates in front matter 70148672 @bep #5854
Other
-
v0.55.1 Changes
April 12, 2019π This is a bug-fix release with a couple of important fixes.
Hugo now has:
- 34225+ stars
- 439+ contributors
- 307+ themes
Notes
β¨ Enhancements
Core
Other
π Fixes
Core
Other