| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.145.0
Bug fixes
* all: Typo fixes
* all: Run modernize -fix ./...
* readme: Fix relative links in Editions section
* Fix some related content issues with content adapters
* Fix potential nilpointer in httpcache config
* Fix --printPathWarnings when site calls templates.Defer
Improvements
* Use the page path and not the backing filename as the last resort in the
default sort
* tpl: HTTPS the instagram Shortcode JS
* Add transform.PortableText
* hugolib: Deprecate _build front matter key in favor of build
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.144.2
* Fix --printPathWarnings when site calls templates.Defer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.144.1
* markup/goldmark: Fix panic on empty Markdown header
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.144.0
Note
* Fix auto generated header ids so they don't contain e.g. hyperlink
destinations (note)
Bug fixes
* markup/goldmark: Fix panic on stray attribute nodes
* Fix Position for passthrough hooks
* config: Fix server.redirects.fromRe being ignored unless
server.redirects.from is also set
* Fix shortcode name in error message on self-closing shortcodes with no .Inner
Improvements
* config/allconfig: Deprecate :filename and :slugorfilename tokens
* resources/page: Revise the new contentbasename permalinks tokens
* resources/page: Add :contentbasename and :contentbasenameorslug permalink
tokens
* Add autoID for definition terms
* internal/warpc: Enable KaTeX mhchem extension
* modules: Add GOAUTH to module config
* Support menus as maps in content adapters
* js/esbuild: Add drop option
* config: Remove unused code
* commands: Use punctuation consistently in short description
* Upgrade to Go 1.24
* Deprecate kind, lang, and path from front matter
* commands: Move the CHMOD event filter up
* parser: Handle org-mode filetags as slice
* Add ContentTypes to config
* commands: Validate style argument passed to gen chromastyles
* Update CONTRIBUTING.md
* Move "print unused templates" after renderDeferred
* Add some more server options/improvements
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.143.1
* Fix RSS with baseURL with sub dir when render hooks is enabled
* mage: Simplify magefile
* common/hugo: Adjust deprecation timing and message
* Re-introduce the LRU-evicted identities in change set calculation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.143.0
Bug fixes
* Fix some server/watch rebuild issues
* Fix "concurrent map iteration and map write" in pages from data
* Fix TailwindCSS related server rebuild issue
* Fix some server rebuild issues for non-HTML custom output formats
* Fix cascade with overlapping sections
* markup/goldmark: Fix typo in func comment
Improvements
* Don't re-render aliases on server rebuilds
* tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode
* resources: Remove debug statement
* markup/goldmark: Trim space from blockquote render hook text
* parser/pageparser: Don't allow parameters after closing tag in shortcodes
* tpl/tplimpl: Improve shortcode test coverage
* tpl/tplimpl: Deprecate gist shortcode
* resources: Remove conditional used for debugging
* resources: Add responseHeaders option to resources.GetRemote
* tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x
* Make cascade front matter order deterministic
* tpl/tplimpl: Deprecate comment shortcode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.142.0
Bug fixes
* Fix render hook's PlainText with typographer extension enabled
* Fix build with Go 1.24
* tpl/tplimpl: Fix context in shortcode error messages
* resources: Fix 2 image file cache key issues
Improvements
* Improve assert
* Improve assertions
* Also handle inline HTML comments
* Do not warn on potentially unsafe HTML comments when unsafe=false
* tpl: Add loading attribute to qr shortcode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.141.0
Bug fixes
* common/paths: Fix docstring
* commands: Fix spelling in comment
* Fix branch resource overlapping bundle path
* templates: Fix handling of multiple defers in the same template
* Fix NPX issue with TailwindCSS v4
* Fix server refresh on 404 template changes
Improvements
* tpl/tplimpl: Simplify some test assertions
* tpl/tplimpl: Deprecate twitter shortcode in favor of x shortcode
* commands: Set up the glboal logger early
* commands: Add --printZero to the config command
* For render hooks, only fallback to HTML (or the defaultOutputFormat) template
* tpl/collections: Use MapRange/SetIterKey/SetIterValue for Where, Sort and Merge
* tpl/collections: Add BenchmarkWhereMap
* tpl/collections: Add BenchmarkSortMap
* tpl/collections: Add Merge benchmark
* resources/images: Refactor golden image tests to locate them closer to the implementation
* resources/images: Add some mask tests
* resources/images: Add images.Mask
* tpl/tplimpl: Use plain text for image render hook alt attribute
* resources/images: Add some golden tests for images.QR
* tpl/images: Change signature of images.QR to images.QR TEXT OPTIONS
* resources/images: Add some golden tests for images.Text
* images.Text: Add "alignx" option for horizontal alignment
* images: Rework the golden tests
* create: Respect --noBuildLock in hugo new
* tpl/images: Format the QR hashes as hex
* tpl/images: Add images.QR function
* Add try
* resources: Add FromOpts for more effective resource creation
* markup/highlight: Remove noHl option
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.2
* Print cli usage of hugo gen chromastyles alongside css
* build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
* config/allconfig: Fix slice of language configs
* config/allconfig: Throw error when output format is not defined
* Fix same resource file published more than once
* markup/highlight: Add wrapperClass option
* Update README.md
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.1
* Update gocloud and docs for S3-Compatible Endpoints
* js/esbuild: Don't try to resolve packages in /assets marked as external
* Fix union, complement, symdiff, and intersect for transient resources
* release: Add withdeploy deb extended archives
* common/loggers: Write PrintTimerIfDelayed output to stdErr
* build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
* hugolib: Fix fallbacks for menu entry Name and Title
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.0
Bug fixes
* Fix panic on server rebuilds when using both base templates and
template.Defer
* js: Fix js.Batch for multihost setups
* parser/pageparser: Fix Org Mode summary delimiter assignment
* Fix a rebuild on resource rename case
* tpl/tplimpl: Fix title attribute in details shortcode
* Fix Sass imports on the form index.{scss,sass}
* markup/goldmark: Fix blockquote render hook text parsing
Improvements
* js/esbuild: Add missing es2024 target
* js/esbuild: Add runners after scripts
* js/esbuild: Batch: Avoid nil Instances slice
* tpl/tplimpl: Update youtube shortcode
* tpl/tplimpl: Update details shortcode
* tpl/collections: Allow querify to accept a map argument
* js/esbuild: Build groups in order of their ID
* tpl/tplimpl: Add details shortcode
* Write all logging (INFO, WARN, ERROR) to stderr
* js/esbuild: Add platform option
* Add config option disableDefaultLanguageRedirect
* Add js.Batch
* Upgrade to Go 1.23.4
* Remove some old and unused shell scripts
Dependency Updates
* build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
* build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
* build(deps): bump github.com/hairyhenderson/go-codeowners
* build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.5
No functionality changes.
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.4
tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.3
* Fix server edits of resources included in shortcode/hooks
* commands: Fix flaw in the livereload logic
* build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1
* build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2
* Fix some typos
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.2
* modules: Skip empty lines in modules.txt
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.1
* Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1"
* minifiers: Add failing test for upstream bug
* dartsass: Fix nilpointer on Close when Dart Sass isn't installed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.0
Note
* dartsass: Remove support for v1 of the protocol/binary (note)
* Remove deprecations <= v0.122.0 (note)
Bug fixes
* dartsass: Fix error message
* Fix extra newline/paragraphs issue with .RenderShortcodes
* markup/goldmark: Fix typo in error message
Improvements
* Make sure term is always set
* dartsass: Add silenceDeprecations option
* Run go mod tidy
* commands: Add -O flag to server to open browser
* Preserve input type.
* server: Strip ANSI escape codes from browser error log
* parser/metadecoders: Add benchmark
* Add site.Store and hugo.Store and Shortcode.Store
* markup/goldmark: Improve the raw HTML omitted warning
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.138.0
* Fix concurrent map read and map write in short page lookups
* Alias Page.Scratch to Page.Store (note)
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.1
* common/hugo: Add withdeploy to the version string printed in hugo version
* markup: Goldmark log "Raw HTML omitted" warning also for inline HTML
* build: Add missing withdeploy archive for Windows
* commands: Print the "deploy not available" error message even if
* flags provided
* tpl/tplimpl: Create an embedded comment shortcode
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.0
Bug fixes
* Fix stale pages on rebuilds in GetPage with short refs
* Fix some RenderShortcodes error cases
* dynacache: Fix potential deadlocks on panics in GetOrCreate e10915f @bep
Improvements
* Do not watch directories with no mounted files in it
* markup/goldmark: Only log Raw HTML omitted WARN on block entering
* markup/goldmark: Add warning (using Warnidf) on Goldmark
* resources: Address Dart Sass deprecation of global built-in functions
* github: Adjust test workflow to install Dart Sass v1.80.3
* Build without the deploy feature by default
Dependency Updates
* deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0
* deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0
Documentation
* Update README.md
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.5
* Fix stuck server error issues
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.4
* tpl/transform: Revert unmarshal whitespace removal
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.3
* docker: Fix permission issues in Dockerfile
* Make sure that HugoSites is always closed when done
* tpl/strings: Add TrimSpace function
* common/herrors: Fix the deferred error message cleaner regexp
* tpl/transform: Don't fail on "no data to transform"
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.2
* docker: Fix Dart Sass ARM64 arch mismatch, /cache permissions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.2
Bug fixes
* config: Fix uglyurls map parse
Improvements
* resources/page: Adjust the permalinks colon implementation a little
* resources/page: Allow colons in permalinks to be escaped
* commands: Use consistent style when describing subcommands
* config: Imrove uglyurls section test
* create/skeletons: Honor --format flag when creating default archetype
* hugolib: Make .Site.Author deprecation warning clearer
* ci: Build multi-platform image with cross-compilation
* tpl/tplimpl: Trim descriptions rather than just chomp
* tailwind: Pin Tailwind 4 test to alpha 26 or later
* resources/page: Treat null dates as zero dates
* resources/page: Improve front matter date validation
* commands: Add "hugo build" as an alias for "hugo"
* markup/goldmark: Change default cell alignment in table render hook
* tests: Address deprecation warnings and errors
Dependency Updates
* build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1
* build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0
* build(deps): bump github.com/yuin/goldmark-emoji from 1.0.3 to 1.0.4
* build(deps): bump golang.org/x/tools from 0.23.0 to 0.26.0
* build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1
* build(deps): bump github.com/evanw/esbuild from 0.23.1 to 0.24.0
* build(deps): bump github.com/hairyhenderson/go-codeowners
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.135.0
Improvements
* resources/page: Validate predefined front matter dates
* tailwind: Pin Tailwind 4 test to alpha 24
* tpl/compare: Use any data type for compare.Conditional condition
Dependency Updates
* build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0
* build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0
* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
* build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0
* deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.3
* tpl: Remove RSS deprecation site.Author check
* modules: Improve console output on hugo mod init
* commands: Ignore "module does not exist" errors in hugo mod init
* Add exclusion for helix .bck files
* hugolib: Move hugolib/site_new.go into hugolib/site.go
* libsass: Resolve directory paths to directory index files
* dartsass: Resolve directory paths to directory index files
* internal/warpc: Improve the JS plugin API
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.2
Don't count HTML markup in auto summaries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.0
Bug fixes
* github: Try to fix "no space left on device" on MacOS
* Fix deprecation warning for resources.ToCSS
* output: Fix docshelper template lookup order for AMP pages
Improvements
* markup/goldmark/blockquotes: Improve some tests
* Add support for Obsidian type blockquote alerts
* Rename hstring.RenderedHTML => hstring.HTML
* Make all renderhook Text methods return template.HTML
* Add Markdown render hooks for tables
* create/skeletons: Clean up lang attribute in base template
* tpl/resources: Improve resources.Concat error message
* tpl: Trim whitespace from google_analytics.html
* Add Page.Contents with scope support
* hugolib: Add a test for overriding _internal templates
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.1
Bugfix release 1.134.1
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.133.1
* Fix missing method NameNormalized panic
* config: Fix pagination deprecation messages
* deps: Upgraded github.com/bep/imagemeta v0.8.0 => v0.8.1
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.133.0
|
| |
|
| |
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.125.4
https://github.com/gohugoio/hugo/releases/tag/v0.125.5
https://github.com/gohugoio/hugo/releases/tag/v0.125.6
Doc and website seems (under visual inspection) to be built properly.
No new warnings during building AFAICT.
Test Plan:
* Apply patch and run `make` at the top level doc tree
* Build `misc/freebsd-doc-all`
PR: 278732
Reviewed by: dbaio@
Differential Revision: https://reviews.freebsd.org/D44939
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
|
| |
PR: 277776
Approved by: portmgr (exp-run)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"This release is also a rewrite of the Hugo core, fixing lots of
long-lived bugs and adding some other exciting improvements (see below).
There are some breaking changes [1] that have been announced for a long
time." 1 - https://github.com/gohugoio/hugo/issues/11455
Changelog:
https://github.com/gohugoio/hugo/releases/tag/v0.123.0
...
https://github.com/gohugoio/hugo/releases/tag/v0.123.8
PR: 277732
Reviewed by: fernape
|
|
|
|
| |
PR: 276530
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.121.2
* build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
* tpl/math: Add math.Rand template function e
* resources/images: Create AutoOrient image filter
* all: Remove unused code
Approved by: doceng (implicit)
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/gohugoio/hugo/releases/tag/v0.121.1
https://github.com/gohugoio/hugo/releases/tag/v0.121.0
https://github.com/gohugoio/hugo/releases/tag/v0.120.4
Reported by: Mark Phillips
Approved by: doceng (implicit)
|
|
|
|
| |
PR: 274405
|
|
|
|
| |
Discussed with carlavilla@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
ChangeLogs: https://github.com/gohugoio/hugo/releases/tag/v0.120.0
https://github.com/gohugoio/hugo/releases/tag/v0.120.1
Test Plan:
* Apply patch.
* Build misc/freebsd-doc-all
* Build documentation and website
Reviewed by: carlavilla@ (doceng@)
Differential Revision: https://reviews.freebsd.org/D42413
|
|
|
|
|
|
| |
Reviewed by: dbaio@, fernape@
Approved by: doceng(implicit)
Differential Revision: https://reviews.freebsd.org/D41987
|
| |
|
|
|
|
|
|
| |
Reviewed by: fernape@
Approved by: doceng(implicit)
Differential Revision: https://reviews.freebsd.org/D41695
|
|
|
|
|
|
| |
Reviewed by: dbaio@, fernape@
Approved by: doceng(implicit)
Differential Revision: https://reviews.freebsd.org/D41441
|
| |
|
|
|
|
|
|
|
|
| |
This includes a patch from the master branch/next release:
https://github.com/gohugoio/hugo/issues/11278
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.115.4
Approved by: doceng (implicit)
|
|
|
|
|
| |
PR: 271664
Approved by: former maintainer
|
|
|
|
| |
PR: 271664
|
|
|
|
|
|
| |
PR: 271664
This reverts commit 05db9606ad0e6a5834ad32a0681b5b1b4e253dd6.
|
|
|
|
|
|
| |
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.112.3
PR: 271664
|
| |
|
|
|
|
|
|
|
|
| |
Only strip if requested.
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.111.3
PR: 270439
|
| |
|