Hugo

Latest version: v0.126.1

Safety actively analyzes 629359 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 47

0.104.1

What's Changed

* Fix /static performance regression from Hugo 0.103.0 29ccb360 bep 10328

0.104.0

Some bug fixes, dependency upgrades and a new `$image.Colors` [method](https://gohugo.io/content-management/image-processing/#colors). This method returns a slice of the most dominant colors in an image. The library we use is implemented by marekm4 and is both fast and accurate. One use case for this may be to use as a placeholder before the image is loaded, as seen on this [Hugo gallery](https://staticbattery.com/) [[theme source]](https://github.com/bep/gallerydeluxe). You need a _slow enough_ internet connection to notice this effect so you may want to try this with Chrome's dev console open and throttle the network to _slow 3G_, which would make it look something like this:

https://user-images.githubusercontent.com/394382/191991430-93a73cf9-bd0b-4a12-801d-617cf3773369.mp4

Bug fixes

* hugofs: Fix glob case-sensitivity bug 281554ee satotake
* server: Fix 404 redirects on Windows f3560aa0 bep 10314

Improvements

* Consolidate the glob case logic 5c416533 bep
* Run go mod tidy 0171fb20 bep
* resources/images: Add $image.Colors a4028112 bep 10307
* commands: Skip flaky test on CI 08f0984f bep
* config/security: Allow proxy variables in subcommands 86653fa3 sathieu

Dependency Updates

* build(deps): bump github.com/evanw/esbuild from 0.15.8 to 0.15.9 edf9038a dependabot[bot]
* build(deps): bump github.com/yuin/goldmark from 1.4.14 to 1.4.15 78f49b4c dependabot[bot]
* build(deps): bump github.com/getkin/kin-openapi from 0.100.0 to 0.103.0 fa4b77e7 dependabot[bot]
* build(deps): bump github.com/alecthomas/chroma/v2 from 2.2.0 to 2.3.0 4d909d47 dependabot[bot]
* build(deps): bump github.com/evanw/esbuild from 0.15.7 to 0.15.8 4eb6d974 dependabot[bot]

Documentation

* docs: Regen docs helper 8377c3ce bep
* docs: Regenerate CLI docs 4f9cb4f3 bep

0.103.1

What's Changed

* server: Fix redirects when file path contains bytes > 0x80 or whitespace 6be6752c bep 10287

0.103.0

There are 3 main topics in this release:

* The `hugo server` finally comes with proper [404 support](https://gohugo.io/getting-started/configuration/#404-server-error-page).
* You can now use `PostProcess`'ed resources in all file types (e.g. JSON), not just HTML.
* We have standardised the archive names for the release archives (as you can see further below). Hugo has since the first version used a rather odd and non-standard mixed case naming of the archive files (e.g. `hugo_0.102.3_OpenBSD-64bit.tar.gz`). We now use the standard GOOS/GOARCH values as-is, which makes it easier for people to script against. To avoid breakage when running on Netlify and similar, we create aliases for the most commonly downloaded Linux-archives on the old format and will continue to do so in the foreseeable future.

Bug fixes

* Fix usage description ab5ce598 satotake
* scss: Handle single-file sourcemaps correctly 02c89a44 toothrot 8174

Improvements

* Filter out any duplicate files to post process 8e77bcc9 bep 10269
* Support PostProcess for all file types 74daca6b bep 10269
* server: Add 404 support a5cda5ca bep
* Add `--force` to `hugo new` 7d40da87 satotake 9243
* Update stale.yml 5e03de0d sashashura

Dependency Updates

* build(deps): bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0 1fd4c562 dependabot[bot]
* build(deps): bump github.com/getkin/kin-openapi from 0.98.0 to 0.100.0 5e2b28d6 dependabot[bot]
* build(deps): bump github.com/evanw/esbuild from 0.15.5 to 0.15.7 f2019f0a dependabot[bot]
* build(deps): bump github.com/yuin/goldmark from 1.4.13 to 1.4.14 475638fe dependabot[bot]

Build Setup

* Use standard GOOS/GOARCH values in release archives 3f0b40f6 bep 10073
* release: Bump Hugoreleaser version 06c3ac67 bep

0.102.3

What's Changed

* Fix shortcode parser regression with quoted param values 8e5044d7 bep 10236

0.102.2

What's Changed

* deps: Update github.com/tdewolff/minify/v2 v2.12.0 => v2.12.1 5046a6c7 jmooring 10230

Page 12 of 47

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.