mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
8915cb83f4
Rename to *-ready.md to continue. [ci skip]
8.9 KiB
8.9 KiB
This release represents 40 contributions by 5 contributors to the main Hugo code base. @bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @vassudanagunta, @kaushalmodi, and @curttimson for their ongoing contributions. And as always a big thanks to @digitalcraftsman for his relentless work on keeping the documentation and the themes site in pristine condition.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 24 contributions by 8 contributors. A special thanks to @bep, @4RU, @kaushalmodi, and @mitchchn for their work on the documentation site.
Hugo now has:
- 23649+ stars
- 447+ contributors
- 197+ themes
Enhancements
Templates
Core
- Avoid scanning entire site to find the home e39797fa @bep #4447
- Continue GitInfo lookup on error e9750d83 @bep
- Improve error message in .Render 08521dac @bep
- Improve error message in .Render 4edb4bcc @bep
- Refactor tests for JSON, YAML and TOML equivalency, add coverage 82eefded @vassudanagunta
- Re-enable YAML data tests disabled in
f554503f
e1728349 @vassudanagunta - Temp. disable some YAML data tests f554503f @bep #4393
Other
- Use Floyd-Steinberg dithering for PNGs 13ea1e7c @bep #4453
- Make ge, le etc. work with the Hugo Version number 0602135f @bep #4443
- Remove ERROR on missing baseURL 55bd46a6 @bep #4397
- Run gofmt -s with Go 1.10 77212848 @bep #4434
- Preserve color palette for PNG images 799c654b @bep #4416
- Update dependencies eaf573a2 @bep #4418
- Disable Go 1.10 gofmt check for now 3ced6f8d @bep
- Update to Go 1.10 (!) a3f26e56 @bep
- Update to Go 1.10 (!) ff10c15a @bep
- Merge branch 'release-0.36.1' efd50631 @bep
- Release 0.36.1 a1f40084 @bep
- Bump Travis/Snapcraft to Go 1.9.4 fc23a80f @bep
- Improve error processing error message 2851af02 @bep
- Improve error processing error message 53dac9a5 @bep
- Add WARNING for integer YAML keys 0816a97a @bep #4393
- Tune stringifyMapKeys 10a917df @bep
- Rename stringifyYAMLMapKeys to stringifyMapKeys d4beef0d @bep
- Add benchmarks for stringifyYAMLMapKeys 51213e0b @bep
- Add support for YAML array data files 1fa24177 @vassudanagunta #3890
- Account for array type data in data dir merge/override logic bb549a0d @vassudanagunta #4366
- Add "target" and "rel" parameters to figure shortcode 2e95ec68 @kaushalmodi
- image" property, not "twitter:image:src" 76d38d5e @kaushalmodi
- Bump Travis/Snapcraft to Go 1.9.4 0de375a7 @bep
Fixes
Core
- Fix paginator URL for sections with URL in front matter 9f740b37 @bep #4415
- Fix broken footnote test c2c4cb1f @bep #4433
Other
- Fix bug in Site.assembleSections method 00868081 @vassudanagunta #4447
- Properly handle -DEV suffix when comparing Hugo versions 19d9a46f @bep #4443
- Update Blackfriday to fix footnote HTML5 validation error 492fea7c @bep #4433
- Fix typos in development contribution doc faa3159e @curttimson
- Fix multi-threaded image processing issue d8fdffb5 @bep #4404
- Fix multi-threaded image processing issue 58382e95 @bep #4404
- Fix YAML maps key type 16a5c745 @dmgawel #2441