Python-hugo

Latest version: v24.1.1

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

Scan your dependencies

Page 8 of 44

0.106.0

Bug fixes

* Fix taxonomy weight sort regression 52ea07d2 bep 10406
* tlp/resources: resources.Get returns nil when given empty string db945a6e shifterbit
* tpl/internal: Sync go_templates f6ab9553 bep 10411

Dependency Updates

* build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.4 to 2.0.6 bafb389b dependabot[bot]
* build(deps): bump github.com/evanw/esbuild from 0.15.13 to 0.15.14 cdd83bf3 dependabot[bot]
* deps: Update the libweb version string e00220a0 bep
* deps: Upgrade github.com/bep/gowebp v0.1.0 => v0.2.0 a662ddae bep
* build(deps): bump github.com/yuin/goldmark from 1.5.2 to 1.5.3 fe08d35f dependabot[bot]
* build(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.3 4b675ddd dependabot[bot]
* build(deps): bump github.com/getkin/kin-openapi from 0.107.0 to 0.108.0 24eaa290 dependabot[bot]
* build(deps): bump github.com/clbanning/mxj/v2 from 2.5.6 to 2.5.7 58a98c77 dependabot[bot]
* build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0 900904fd dependabot[bot]
* build(deps): bump github.com/evanw/esbuild from 0.15.12 to 0.15.13 24eca0cb dependabot[bot]

Documentation

* docs: Regen CLI docs 0a019a1a bep
* docs: Regenerate docs helper 9f7fb0a7 bep
* Add Go 1.16+ install method to README 60e0e2c1 vgnh
* readme: Update ToC 13adf3e0 vgnh

0.105.0

Bug fixes

* Avoid nilpointer when shortcode page content output nil e5d2a8f6 davidejones 10391
* Revise the fix for shortcode vs output format nilpointer 631d768b bep 10391

Improvements

* livereload: Use text/javascript here, too 00ff161b bep
* media: Rename application/javascript, application/typescript to text/javascript etc. 588710a7 bep
* Skip flakey server tests on GitHub Action on Windows 20ef6dcf bep
* github: Avoid duplicate test runs d1cd1db0 bep
* tpl/encoding: Add noHTMLEscape option to jsonify 09e10110 bep
* Don't use self-closing generator tag 01ebb6e3 djibe
* github: Use SHA versions 1fd3320d bep
* Resolve dependency-path not found error in workflow 0fb2b3d1 jongwooo
* Use setup-go action to cache dependencies db05232d jongwooo

Dependency Updates

* build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 f5058544 dependabot[bot]
* build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0 2aedccc9 dependabot[bot]
* build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 c1093140 dependabot[bot]
* build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 4732c47d dependabot[bot]
* build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0 62780ec8 dependabot[bot]
* build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 351d6b06 dependabot[bot]
* build(deps): bump github.com/yuin/goldmark from 1.4.15 to 1.5.2 ed930db2 dependabot[bot]
* build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 05df9648 dependabot[bot]
* build(deps): bump github.com/magefile/mage from 1.13.0 to 1.14.0 9860e0e1 dependabot[bot]
* build(deps): bump github.com/evanw/esbuild from 0.15.9 to 0.15.12 2ef60dbd dependabot[bot]

Documentation

* Update Go and Alpine version in Dockerfile 6275aad9 wind0r

Build Setup

* build: Update to Go 1.19.2 a066e988 bep

0.104.3

What's Changed

Note that none of the fixes below are regressions from v0.104.*; the first one, the GIF fix, comes from v0.101, back when we added support for processing animated GIFs.

* resources/images: Fix 2 animated GIF resize issues 3a9cb7b0 bep 10354
* server: Fix flaky TestServerPathEncodingIssues tests 0addb302 anthonyfok 10332
* commands: Remove extraneous newline from result of convert toTOML b002d479 jmooring 10351
* config/security: Fix filename e3f31352 felicianotech

0.104.2

Fix htimes /: operation not permitted error on config changes when running the server. This regression was introduced in Hugo `v0.104.1` 4611b692 bep

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

Page 8 of 44

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.