I you use i18n, there is an unfortunate regression bug in this release (see issue. A patch release coming Sunday.
Hugo 0.83.0 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux
- traditional release - updated
- extended release - updated
Docker/CI Image - Hugo Docker image for Continuous Integration - updated
Docker Image - klakegg/hugo - Other Hugo Docker image - updated
Debian (sid) - not yet updated (Track link)
Ubuntu (hirsute) - not yet updated (Track link)
Fedora Copr - Hugo RPM package for Fedora and CentOS - updated
Chocolatey Package - Hugo Chocolatey package for Windows
-
traditional release - updated
-
extended release - updated
FYI and related to i18n update, I get now a lot of warning of 2 sort:
- MISSING_TRANSLATION for a keyword I do not use with i18n.
- gazillions of missing plural form one (I only use
other
in my i18n files)
Let me know if I should open an issue ?
i18n|MISSING_TRANSLATION|fr|fullscreen
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "all": message "all" has no plural form "one"
i18n|MISSING_TRANSLATION|fr|all
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "banner": message "banner" has no plural form "one"
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "about": message "about" has no plural form "one"
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "team": message "team" has no plural form "one"
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "contact": message "contact" has no plural form "one"
WARN 2021/05/01 18:11:04 Failed to get translated string for language "fr" and ID "portfolio": message "portfolio" has no plural form "one"
If you think that this is a issue that needs to be fixed.
Never mind, I see it myself. i118n regression in 0.83.0 · Issue #8491 · gohugoio/hugo · GitHub
@divinerites thanks for the report, I’ll push a patch release tomorrow. Sometimes it surprises me how we miss some very basic test cases in some areas
You’re welcome bep. So much hard work, and a schmuck (me) comes with some misc reports.
Anyway the WebP is a fantastic news. Keep up the good work
Do we forget to tweet this amazing release? ʕ◔ϖ◔ʔ
Done: https://twitter.com/GoHugoIO/status/1388901655983398913?s=20
Yea, I deliberately waited until the patch release was out.
Docker image - klakegg/hugo - Updated
There are now also available images for use in ARM containing Hugo standard edition. I’m crossing my fingers for extended edition builds for linux too from @bep in an upcoming Hugo release.