Hugo 0.76.0 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux
- traditional release - not yet updated
- extended release - not yet updated
Docker/CI Image - Hugo Docker image for Continuous Integration - not yet updated
Docker Image - klakegg/hugo - Other Hugo Docker image - updated
Debian (sid) - not yet updated (Track link)
Ubuntu (groovy) - not yet updated (Track link)
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated
Chocolatey Package - Hugo Chocolatey package for Windows
-
traditional release - updated
-
extended release - updated
@dependabot[bot] leads the Hugo development with a significant amount of contributions
Hm… looks like that dependabot ate up your credit in the release notes @bep
Perhaps the bot should be excluded somehow from the release notes template.
Other than the above 0.76.0 looks like a very interesting release for me, so thanks!
Brew - updated
I have opened the pull-request at the homebrew-core. Check the status here. ʕ◔ϖ◔ʔ
hugo 0.76.0 by peaceiris · Pull Request #62191 · Homebrew/homebrew-core
hot daaaaamn the new cascading functionality is
awesome!
I discovered a bug/regression/change in 0.76.0 using the minify HTML option.
<script>window.jQuery || document.write('<script src="app.js"><\/script>')</script>
when minified becomes:
<script>window.jQuery || document.write('<script src="app.js"></script>')</script>
Is there a workaround for this?
I don’t think it’s a bug with tdewolff/minify as the same code has no issues on the online test: https://go.tacodewolff.nl/minify
@coliff this isn’t a thread about bugs.