summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-01 13:17:21 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-01 13:53:25 +0200
commit9b63af55bd831cc3927ba663c0c48c1004cc3216 (patch)
tree06a634a457696844a89ea4cf4bb8b29393d3bc62
parent23fc65832c0531dad30328db9f76528ecf2eba69 (diff)
Update 0.83.0-relnotes.md
-rw-r--r--temp/0.83.0-relnotes-ready.md (renamed from temp/0.83.0-relnotes.md)18
1 files changed, 18 insertions, 0 deletions
diff --git a/temp/0.83.0-relnotes.md b/temp/0.83.0-relnotes-ready.md
index 15244b75b..0766bf439 100644
--- a/temp/0.83.0-relnotes.md
+++ b/temp/0.83.0-relnotes-ready.md
@@ -1,3 +1,17 @@
+Hugo `0.83` finally brings [WebP](https://gohugo.io/content-management/image-processing/) image processing support. Note that you need the [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of Hugo to encode to WebP. If you want to target all Hugo versions, you may use a construct such as this:
+
+```go-html-template
+FOO
+```
+
+Also worth highlighting:
+
+* Some important language/i18n fixes (thanks to [@jmooring](https://github.com/jmooring) for helping out with these):
+ * Fix multiple unknown language codes [7eb80a9e](https://github.com/gohugoio/hugo/commit/7eb80a9e6fcb6d31711effa20310cfefb7b23c1b) [@bep](https://github.com/bep) [#7838](https://github.com/gohugoio/hugo/issues/7838)
+ * Improve plural handling of floats [eebde0c2](https://github.com/gohugoio/hugo/commit/eebde0c2ac4964e91d26d8b0cf0ac43afcfd207f) [@bep](https://github.com/bep) [#8464](https://github.com/gohugoio/hugo/issues/8464)
+ * Revise the plural implementation [537c905e](https://github.com/gohugoio/hugo/commit/537c905ec103dc5adaf8a1b2ccdef5da7cc660fd) [@bep](https://github.com/bep) [#8454](https://github.com/gohugoio/hugo/issues/8454)[#7822](https://github.com/gohugoio/hugo/issues/7822)
+* You can now use slice syntax in the sections permalinks config[2dc222ce](https://github.com/gohugoio/hugo/commit/2dc222cec4460595af8569165d1c498bb45aac84) [@bep](https://github.com/bep) [#8363](https://github.com/gohugoio/hugo/issues/8363).
+
This release represents **61 contributions by 9 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 [@dependabot[bot]](https://github.com/apps/dependabot), [@jmooring](https://github.com/jmooring), and [@anthonyfok](https://github.com/anthonyfok) 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.
@@ -11,6 +25,10 @@ Hugo now has:
* 432+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
* 370+ [themes](http://themes.gohugo.io/)
+## Notes
+
+* We have updated ESBUild to v0.11.16. There are no breaking changes on the API side, but you may want to read the release upstream release notes: https://github.com/evanw/esbuild/releases/tag/v0.10.0 https://github.com/evanw/esbuild/releases/tag/v0.11.0
+
## Enhancements
### Templates