Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gohugoio/hugo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.149.0
Choose a base ref
...
head repository: gohugoio/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.149.1
Choose a head ref
  • 9 commits
  • 16 files changed
  • 5 contributors

Commits on Aug 27, 2025

  1. releaser: Prepare repository for 0.150.0-DEV

    [ci skip]
    bep committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    70d6299 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Update README.md

    bep authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    0071b47 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. minifiers: Update deprecation handling

    1. With minify.tdewolff.css and minify.tdewolff.svg, check
       for "decimals" instead of "decimal"
    
    2. Add deprecation messages for:
    
      - minify.tdewolff.css.decimals
      - minify.tdewolff.svg.decimals
      - minify.tdewolff.html.keepconditionalcomments
      - config root minify (bool)
      - config root minifyoutput (bool)
    
    3. Deprecate minify.tdewolff.css.keepcss2 in favor
       of minify.tdewolff.css.version
    
    4. Refactor minify configuration tests
    
    Closes #11893
    Closes #13947
    Closes #13948
    jmooring authored and bep committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    a09b8a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    e751afa View commit details
    Browse the repository at this point in the history
  2. Upgrade to Go 1.25.1

    Fixes #13960
    bep committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    1d90aff View commit details
    Browse the repository at this point in the history
  3. tpl/collections: Require collections.D args to be ints

    Fixes #13952
    
    Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
    bep and jmooring committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    b8eb45c View commit details
    Browse the repository at this point in the history
  4. Fix nilpointer on ToC heading

    Fixes #11843
    
    Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
    bep and jmooring committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    4f2d2b2 View commit details
    Browse the repository at this point in the history
  5. Remove noindex meta tag from alias.html

    Google does not behave as expected when an alias is used. It does not index the client-side alias page, but on top of that it also does not index the original page.
    
    Google does not require noindex to be present and since alias pages do not have any content, it makes little sense to provide it. Therefore, this patch removes the line completely.
    
    https://developers.google.com/search/docs/crawling-indexing/301-redirects
    lzap authored and bep committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    25c0f24 View commit details
    Browse the repository at this point in the history
  6. releaser: Bump versions for release of 0.149.1

    [ci skip]
    bep committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    57a784e View commit details
    Browse the repository at this point in the history
Loading