summaryrefslogtreecommitdiffstats
path: root/temp
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-06-23 08:57:01 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-06-23 08:57:01 +0000
commitee5d027cd51884666f8d6d96280bc9494d398a03 (patch)
tree850f1f4ee2731a4421a95e3d74e1a21bb73db5bc /temp
parent4a340ba254f2ea7398a43dc07b5167e5465def23 (diff)
releaser: Add release notes for 0.73.0
Rename to *-ready.md to continue. [ci skip]
Diffstat (limited to 'temp')
-rw-r--r--temp/0.73.0-relnotes.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/temp/0.73.0-relnotes.md b/temp/0.73.0-relnotes.md
new file mode 100644
index 000000000..dc73cd0a3
--- /dev/null
+++ b/temp/0.73.0-relnotes.md
@@ -0,0 +1,53 @@
+This release represents **21 contributions by 9 contributors** to the main Hugo code base.bjorn.erik.pedersen leads the Hugo development with a significant amount of contributions, but also a big shoutout to helfper, moorereason, and 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 [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site.
+
+Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
+which has received **30 contributions by 14 contributors**. A special thanks to christianoliff, bjorn.erik.pedersen, patrick, and hello for their work on the documentation site.
+
+
+Hugo now has:
+
+
+* 326+ [themes](http://themes.gohugo.io/)
+
+## Enhancements
+
+### Templates
+
+* tpl/crypto: Add hmac
+
+### Other
+
+* Remove some old release notes
+* Create robots.txt in the domain root directory [#5160](https://github.com/gohugoio/hugo/issues/5160)[#4193](https://github.com/gohugoio/hugo/issues/4193)
+* Make GroupByParamDate work with string params [#3983](https://github.com/gohugoio/hugo/issues/3983)
+* Add GroupByLastmod [#7408](https://github.com/gohugoio/hugo/issues/7408)
+* Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy [#6911](https://github.com/gohugoio/hugo/issues/6911)[#7395](https://github.com/gohugoio/hugo/issues/7395)
+* Add genDocsHelper mage target
+* Regenerate templates
+* Beautify HTML generated by pagination template [#7199](https://github.com/gohugoio/hugo/issues/7199)
+* Add a nested data dir test
+* Use os.PathError in RootMappingFs.doLstat
+* Remove credit (#7347)
+* Allow hook template per section/type [#7349](https://github.com/gohugoio/hugo/issues/7349)
+
+## Fixes
+
+### Templates
+
+* Fix bad rounding in NumFmt [#7116](https://github.com/gohugoio/hugo/issues/7116)
+
+### Other
+
+* Fix aliases with path in baseURL
+* Fix server data race/nil pointer in withMaps [#7392](https://github.com/gohugoio/hugo/issues/7392)
+* Fix order of GetTerms [#7213](https://github.com/gohugoio/hugo/issues/7213)
+* Fix aliases with uglyURLs
+* Fix crash for closing shortcode with no .Inner set [#6857](https://github.com/gohugoio/hugo/issues/6857)[#7330](https://github.com/gohugoio/hugo/issues/7330)
+* Fix aliases with relativeURLs
+* Fix URL rewrites vs fast render server mode [#7357](https://github.com/gohugoio/hugo/issues/7357)
+
+
+
+
+