Release 0.41

This commit is contained in:
Bjørn Erik Pedersen 2018-05-25 18:43:31 +02:00 committed by Bjørn Erik Pedersen
parent 06827398f9
commit 9e7e322ded
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -1,10 +1,7 @@
This release represents **47 contributions by 8 contributors** to the main Hugo code base.
[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@anthonyfok](https://github.com/anthonyfok), [@domdomegg](https://github.com/domdomegg), and [@onedrawingperday](https://github.com/onedrawingperday) for their ongoing contributions.
And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site.
In Hugo `0.41` we add a new **Privacy Configuration** section to meet the new regulations in the new **General Data Protection Regulation ([GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation))**. Many have contributed in the discussion about this, but a special thanks to [@onedrawingperday](https://github.com/onedrawingperday), [@jhabdas](https://github.com/jhabdas), and [@it-gro](https://github.com/it-gro).
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
which has received **10 contributions by 5 contributors**. A special thanks to [@kaushalmodi](https://github.com/kaushalmodi), [@bep](https://github.com/bep), [@JStickler](https://github.com/JStickler), and [@Hanzei](https://github.com/Hanzei) for their work on the documentation site.
> You can read more about the new Privacy Config [here](https://gohugo.io/about/hugo-and-gdpr/).
Hugo now has:
@ -13,32 +10,20 @@ Hugo now has:
* 446+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 231+ [themes](http://themes.gohugo.io/)
## Notes
* We have fixed an issue where we sent the wrong `.Site` object into the archetype templates used in `hugo new`. This meant that if you wanted to access site params and some other fields you needed to use `.Site.Info.Params` etc. This release fixes that so now you can use the same construct in the archetype templates as in the regular templates.
## Enhancements
### Templates
* Remove the shortcode assets for now [0bf0e197](https://github.com/gohugoio/hugo/commit/0bf0e1972df01cb3c5cff21b1accbbff55a6a475) [@bep](https://github.com/bep)
* Adjust instagram_simple margins [1f244b80](https://github.com/gohugoio/hugo/commit/1f244b802eaabb119d38dae00a8c2bbbd3263752) [@bep](https://github.com/bep)
* Alias tweet shortode to twitter [3bfe8f4b](https://github.com/gohugoio/hugo/commit/3bfe8f4be653f44674293685cb5750d90668b2f6) [@bep](https://github.com/bep) [#4765](https://github.com/gohugoio/hugo/issues/4765)
* Add another class and an id to youtube_simple [14705ece](https://github.com/gohugoio/hugo/commit/14705ecead09a0ad8dfa4de2d9b5ba9188c32d07) [@bep](https://github.com/bep) [#4616](https://github.com/gohugoio/hugo/issues/4616)
* Adjust GA templates [f45b522e](https://github.com/gohugoio/hugo/commit/f45b522ebffafc61a3cb9b694bc3542747c73e07) [@bep](https://github.com/bep) [#4616](https://github.com/gohugoio/hugo/issues/4616)
* Wrap the relevant templates with the privacy policy disable check [67892073](https://github.com/gohugoio/hugo/commit/6789207347fc2df186741644a6fe968d41ea9077) [@bep](https://github.com/bep) [#4616](https://github.com/gohugoio/hugo/issues/4616)
* Move README one level up [c2bb62d6](https://github.com/gohugoio/hugo/commit/c2bb62d63eb17e00b692b56f0ef2abf7db6009cf) [@bep](https://github.com/bep)
* Extract internal templates [34ad9a4f](https://github.com/gohugoio/hugo/commit/34ad9a4f178fcf50abe7246ad9d30b294327da16) [@bep](https://github.com/bep) [#4457](https://github.com/gohugoio/hugo/issues/4457)
### Output
* Avoid ANSI character output on Windows [568b4335](https://github.com/gohugoio/hugo/commit/568b4335c20effb46168bd639317a3420f563463) [@LorenzCK](https://github.com/LorenzCK) [#4462](https://github.com/gohugoio/hugo/issues/4462)
### Core
* Use double quotes instead of back quotes [b2b500f5](https://github.com/gohugoio/hugo/commit/b2b500f563c3bb36751a4c1610df113c4daad604) [@anthonyfok](https://github.com/anthonyfok)
### Other
* Provide the correct .Site object to archetype templates [ab02594e](https://github.com/gohugoio/hugo/commit/ab02594e09c0414124186e42d67d52d474dd341a) [@bep](https://github.com/bep) [#4732](https://github.com/gohugoio/hugo/issues/4732)
* Document the GDPR Privacy Config [c71f201f](https://github.com/gohugoio/hugo/commit/c71f201fd93287afa7cb7b875bd523c25e48400c) [@bep](https://github.com/bep) [#4751](https://github.com/gohugoio/hugo/issues/4751)
* Add no-cookie variants of the Google Analytics templates [a51945ea](https://github.com/gohugoio/hugo/commit/a51945ea4b99d17501d73cf3367926683e4a4dfd) [@bep](https://github.com/bep) [#4775](https://github.com/gohugoio/hugo/issues/4775)
* Add no-cookie variants of the Google Analytics templates [a51945ea] (https://github.com/gohugoio/hugo/commit/a51945ea4b99d17501d73cf3367926683e4a4dfd) [@bep](https://github.com/bep) [#4775](https://github.com/gohugoio/hugo/issues/4775)
* Remove youtube_simple for now [448081b8](https://github.com/gohugoio/hugo/commit/448081b840db4a23c0c49c2d869ac207dcb6ac40) [@bep](https://github.com/bep) [#4751](https://github.com/gohugoio/hugo/issues/4751)
* Add anonymizeIP to GA privacy config [1f1d955b](https://github.com/gohugoio/hugo/commit/1f1d955b56471e41d5288c57f1ef8333dc297120) [@bep](https://github.com/bep) [#4751](https://github.com/gohugoio/hugo/issues/4751)
* Support DNT in Twitter shortcode for GDPR [9753cb59](https://github.com/gohugoio/hugo/commit/9753cb59f1f1d866943a485dd7c917d1b68f6eda) [@bep](https://github.com/bep) [#4765](https://github.com/gohugoio/hugo/issues/4765)
@ -58,29 +43,12 @@ Hugo now has:
* Show site build warning in TestPageBundlerSiteRegular [9bd4236e](https://github.com/gohugoio/hugo/commit/9bd4236e1b3bee332439eef50e12d4481340c3eb) [@anthonyfok](https://github.com/anthonyfok) [#4672](https://github.com/gohugoio/hugo/issues/4672)
* Do not show empty BuildDate in version [4eedb377](https://github.com/gohugoio/hugo/commit/4eedb377b60fb6742c97398942a0045ff2a824c4) [@anthonyfok](https://github.com/anthonyfok)
* Improve markup determination logic [2fb9af59](https://github.com/gohugoio/hugo/commit/2fb9af59c14b1732ba1a2f21794e2cf8dfca0604) [@vassudanagunta](https://github.com/vassudanagunta)
* Merge branch 'release-0.40.3' [00e36a41](https://github.com/gohugoio/hugo/commit/00e36a4164d730bd1dff1d0efd04283992bfe671) [@bep](https://github.com/bep)
* Release 0.40.3 [46dc006f](https://github.com/gohugoio/hugo/commit/46dc006f176d3614d0406dc6880925863c0f18ba) [@bep](https://github.com/bep)
* Update CONTRIBUTING.md [b6ededf0](https://github.com/gohugoio/hugo/commit/b6ededf0591a81667754f1dccef2c6fe6d342811) [@domdomegg](https://github.com/domdomegg)
* Release 0.40.2 [669b3d3a](https://github.com/gohugoio/hugo/commit/669b3d3a994a619182c102d8b9da76b9da5444ae) [@bep](https://github.com/bep)
* Reset .Page.Scratch on live-reload [655983a2](https://github.com/gohugoio/hugo/commit/655983a22dc35b2ee5119dcc4acb9918498d2d68) [@bep](https://github.com/bep) [#4683](https://github.com/gohugoio/hugo/issues/4683)
* Release 0.40.1 [88cb2697](https://github.com/gohugoio/hugo/commit/88cb2697e26a8fd2e63e925cf4ff859bd0ed30fb) [@bep](https://github.com/bep)
## Fixes
### Core
* Fix possible .Content cut [90d0d830](https://github.com/gohugoio/hugo/commit/90d0d83097a20a3f521ffc1f5a54a2fbfaf14ce2) [@bep](https://github.com/bep) [#4706](https://github.com/gohugoio/hugo/issues/4706)
* Fix possible .Content cut [086ae81a](https://github.com/gohugoio/hugo/commit/086ae81a98149de6b220cc7e2f155d15f0bc17e3) [@bep](https://github.com/bep) [#4706](https://github.com/gohugoio/hugo/issues/4706)
* Fix some shortcode vs .Content corner cases [288c3964](https://github.com/gohugoio/hugo/commit/288c39643906b4194a0a6acfbaf87cb0fbdeb361) [@bep](https://github.com/bep) [#4632](https://github.com/gohugoio/hugo/issues/4632)[#4664](https://github.com/gohugoio/hugo/issues/4664)
### Other
* Fix GA anonymizeIp order [4ed1228d](https://github.com/gohugoio/hugo/commit/4ed1228d55aa33bc2b3c399fc592b6887e22df5e) [@bep](https://github.com/bep)
* Fix broken test [ffcf26e6](https://github.com/gohugoio/hugo/commit/ffcf26e68cac843f8b257ee72f0282f405ad04a8) [@bep](https://github.com/bep)
* Fix youtube_simple thumb scaling [6d69dac9](https://github.com/gohugoio/hugo/commit/6d69dac9da5dfb7cd8a850602629f8a7b7becd82) [@onedrawingperday](https://github.com/onedrawingperday) [#4761](https://github.com/gohugoio/hugo/issues/4761)
* Fix some recently broken embedded templates [35ccf06d](https://github.com/gohugoio/hugo/commit/35ccf06daeaf86176c1341dde4207c3b11653d7a) [@bep](https://github.com/bep) [#4757](https://github.com/gohugoio/hugo/issues/4757)
* Fix typo [a6816db7](https://github.com/gohugoio/hugo/commit/a6816db77574ba3d48a6414c97a53a691c34e705) [@lognaturel](https://github.com/lognaturel)
* Fix .WordCount, .FuzzyWordCount, .ReadingTime when summary marker is set [001a28c2](https://github.com/gohugoio/hugo/commit/001a28c2f9ed121b33df18fe792859ab378784c6) [@bep](https://github.com/bep) [#4675](https://github.com/gohugoio/hugo/issues/4675)[#4682](https://github.com/gohugoio/hugo/issues/4682)
* Avoid ANSI character output on Windows [568b4335](https://github.com/gohugoio/hugo/commit/568b4335c20effb46168bd639317a3420f563463) [@LorenzCK](https://github.com/LorenzCK) [#4462](https://github.com/gohugoio/hugo/issues/4462)