Revisions of hugo

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1069504 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 32)
- Update to version 0.111.2:
  * Fix .Fragments when called cross sites on uninitialized output format
  * Allow page.TableOfContents on self in shortcode
  * tpl/partial: Consolidate GoDoc
  * Fix "context canceled" with partial
  * cache: Fix --gc failure on Windows
  * Page context handling in i18n
  * Work around --gc failure on Windows <= 10
  * Update to Go 1.20.1
  * snap: Fix dart-sass-embedded installation
  * Correct typos in Go comments
  * Fix "page" not defined (forwarded request 1069503 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1068559 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 31)
- Update to version 0.111.0: (forwarded request 1068558 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1059144 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 30)
- Update to version 0.110.0:
  * related: Handly []any
  * Fix permalinks issue with repeated sections
  * tpl/strings: Add findRESubmatch
  * config/security: Add O\w+ (e.g. GOROOT) to the default allowed list
  * Preserve front matter slice value types (e.g. int)
  * Make hugo.toml the new config.toml
  * Add fill HTTP Response info into .Data in resources.GetRemote
  * Fix HEAD method in resources.GetRemote
  * Fix order when reading custom headers in resources.GetRemote
  * deps: Upgrade github.com/evanw/esbuild v0.15.18 => v0.17.0
  * resource: Fix Go Doc vs .Data.Integrity
  * Misc doc, code refactoring to improve documentation
  * Make readFile return nil when file not found (note)
  * Remove reference to Goreleaser in code comment
  * tpl/compare: Sort special float values as string
  * tpl/diagrams: Move Goat to its own file (forwarded request 1059143 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1045119 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 29)
- Update to version 0.109.0:
  * Adjust "you need the extended version" error message
  * resource/page: Slight adjustment of Page.Ancestors
  * resource/page: Add Page.Ancestors
  * build(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0
  * Annotate test assertions
  * hugolib: Exclude non-linkable pages from translations map
  * Add HUGO_PUBLISHDIR to the Node environment
  * tpl: Improve template funcs GoDoc
  * tpl/resources: Fix data race in ToCSS
  * tocss: Add some more test cases
  * tocss: Fix unquote case with double quotes
  * Allow "fast render mode" even if --disableLiveReload is set
  * tocss: Add vars option
  * modules: Improve "module workspace" not found error
  * modules: Adjust watch logic vs workspace use definitions
  * Add any configured Go Workspace file to the config watcher
  * modules: Make the module.workspace=off as default (note)
  * helpers: Allow at signs in UnicodeSanitize (note)
  * parser/metadecoders: Remove superflous cast in test
  * parser/metadecoders: Simplify nil check in Unmarshal
  * parser/metadecoders: Add empty /data JSON file as empty map
  * Also consider wrapped errors when checking for file IsNotExist errors
  * tpl/openapi3: Wrap *kopenapi3.T
  * resources/js: Fix some import discrepancies between Hugo and ESBuild
  * github: Update to Dart Sass 1.56.2
  * github: Use ruby/setup-ruby
  * parser/metadecoders: Fix spelling (forwarded request 1045114 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1040818 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 28)
- Update to version 0.108.0:
  * Make the hugo env non verbose output slightly more verbose
  * Add dart-sass-embedded version info to hugo env -v
  * deps: Upgrade github.com/bep/godartsass v0.15.0 => v0.16.0
  * tpl/embedded: Make Open Graph's series optional
  * common/hugio: Fix multiWriteCloser.Close
  * build(deps): bump github.com/getkin/kin-openapi from 0.109.0 to 0.110.0
  * docs: Add basic doc for wrapStandAloneImageWithinParagraph etc.
  * dartsass: Add sourceMapIncludeSources option
  * github: Update Dart Sass Embedded to 1.56.1
  * markup/goldmark: Add removeSurroundingParagraph for Markdown images
  * build(deps): bump github.com/evanw/esbuild from 0.15.16 to 0.15.18
  * build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
  * build(deps): bump github.com/evanw/esbuild from 0.15.15 to 0.15.16
  * tpl/tplimpl: Allow alternate comment syntax
  * resources: Increase timeout for http.Client
  * tpl/collections: Fix some index cases where the indices given is a slice and be more lenient with nil inputs
  * tpl: Misco GoDoc improvements
  * config/security: Add CI env var to whitelist
  * deps: Upgrade github.com/bep/godartsass v0.14.0 => v0.15.0
  * tpl: Use consistent delimiter spacing in examples (forwarded request 1040817 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1037984 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 27)
- Update to version 0.107.0:
  * build(deps): bump github.com/getkin/kin-openapi from 0.108.0 to 0.109.0
  * build(deps): bump github.com/evanw/esbuild from 0.15.14 to 0.15.15
  * Add a cache for lexers.Get
  * markup/goldmark: Improve benchmark
  * commands: Create assets directory with new site
  * build(deps): bump github.com/frankban/quicktest from 1.14.3 to 1.14.4
  * build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0
  * deps: Upgrade github.com/alecthomas/chroma/v2 v2.4.0
  * hugo/parser: Fix shortcode boolean param parsing (forwarded request 1037983 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1036522 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 26)
- Update to version 0.106.0:
  * resources/tpl: Add a test for resources.Get
  * tlp/resources: resources.Get returns nil when given empty string
  * build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.4 to 2.0.6
  * build(deps): bump github.com/evanw/esbuild from 0.15.13 to 0.15.14
  * deps: Update the libweb version string
  * deps: Upgrade github.com/bep/gowebp v0.1.0 => v0.2.0
  * build(deps): bump github.com/yuin/goldmark from 1.5.2 to 1.5.3
  * build(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.3
  * build(deps): bump github.com/getkin/kin-openapi from 0.107.0 to 0.108.0
  * tpl/internal: Sync go_templates
  * build(deps): bump github.com/clbanning/mxj/v2 from 2.5.6 to 2.5.7
  * build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0
  * build(deps): bump github.com/evanw/esbuild from 0.15.12 to 0.15.13
  * Add Go 1.16+ install method to README
  * Fix taxonomy weight sort regression (forwarded request 1036521 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1032075 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 25)
- Update to version 0.105.0:
  * build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0
  * build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0
  * build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
  * build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
  * build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0
  * build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4
  * Revise the fix for shortcode vs output format nilpointer
  * Avoid nilpointer when shortcode page content output nil
  * livereload: Use text/javascript here, too
  * media: Rename application/javascript, application/typescript to text/javascript etc.
  * build(deps): bump github.com/yuin/goldmark from 1.4.15 to 1.5.2
  * build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
  * Skip flakey server tests on GitHub Action on Windows
  * build(deps): bump github.com/magefile/mage from 1.13.0 to 1.14.0
  * github: Avoid duplicate test runs
  * tpl/encoding: Add noHTMLEscape option to jsonify
  * build(deps): bump github.com/evanw/esbuild from 0.15.9 to 0.15.12
  * Update Go and Alpine version in Dockerfile
  * Don't use self-closing generator tag
  * build: Update to Go 1.19.2
  * github: Use SHA versions
  * Resolve dependency-path not found error in workflow
  * Use setup-go action to cache dependencies
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 1006255 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 24)
- Update to version 0.104.1:
  * Fix /static performance regression from Hugo 0.103.0 (forwarded request 1006254 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1005664 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 23)
- Update to version 0.104.0:
  * Consolidate the glob case logic
  * hugofs: Fix glob case-sensitivity bug
  * server: Fix 404 redirects on Windows
  * build(deps): bump github.com/evanw/esbuild from 0.15.8 to 0.15.9
  * build(deps): bump github.com/yuin/goldmark from 1.4.14 to 1.4.15
  * build(deps): bump github.com/getkin/kin-openapi from 0.100.0 to 0.103.0
  * docs: Regen docs helper
  * build(deps): bump github.com/alecthomas/chroma/v2 from 2.2.0 to 2.3.0
  * build(deps): bump github.com/evanw/esbuild from 0.15.7 to 0.15.8
  * docs: Regenerate CLI docs
  * Run go mod tidy
  * resources/images: Add $image.Colors
  * commands: Skip flaky test on CI
  * config/security: Allow proxy variables in subcommands (forwarded request 1005663 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1004745 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 22)
- Update to version 0.103.1:
  * server: Fix redirects when file path contains bytes > 0x80
  * Use standard GOOS/GOARCH values in release archives
  * Filter out any duplicate files to post process
  * Support PostProcess for all file types
  * build(deps): bump github.com/gobuffalo/flect from 0.2.5 to 0.3.0
  * server: Add 404 support
  * build(deps): bump github.com/getkin/kin-openapi from 0.98.0 to 0.100.0
  * build(deps): bump github.com/evanw/esbuild from 0.15.5 to 0.15.7
  * build(deps): bump github.com/yuin/goldmark from 1.4.13 to 1.4.14
  * Feat/sponsors in readme (#10273)
  * Squashed 'docs/' changes from e5aa641a6..392668f4f
  * Fix usage description
  * Add `--force` to `hugo new`
  * scss: Handle single-file sourcemaps correctly
  * Update stale.yml (forwarded request 1004740 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1000946 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 21)
- Update to version 0.102.3:
  * Fix shortcode parser regression with quoted param values (forwarded request 1000945 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1000507 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 20)
- Update to version 0.102.2:
  * deps: Update github.com/tdewolff/minify/v2 v2.12.0 => v2.12.1
  * snap: Use "snapcraftctl set-grade"
  * snap: Use "snapcraftctl set-version"
  * snap: Make external dependencies actually work
  * release: Add the releaser commits to the ignore list (forwarded request 1000506 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1000081 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 19)
- Update to version 0.102.1: (forwarded request 1000079 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 983166 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 18)
- Update to version 0.101.0:
  * build: Update to Go 1.18.3
  * docs: Regen docshelper
  * markup/highlight: Add hl_inline option
  * deps: Update github.com/alecthomas/chroma/v2 v2.1.0 => v2.2.0
  * build(deps): bump github.com/clbanning/mxj/v2 from 2.5.5 to 2.5.6
  * build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2
  * build(deps): bump golang.org/x/tools from 0.1.10 to 0.1.11
  * build(deps): bump github.com/tdewolff/minify/v2 from 2.11.5 to 2.11.10
  * build(deps): bump github.com/evanw/esbuild from 0.14.42 to 0.14.43
  * build(deps): bump github.com/getkin/kin-openapi from 0.94.0 to 0.97.0
  * deps: Udpate to github.com/alecthomas/chroma/v2
  * common: Add hugo.GoVersion
  * resources: Panic on Copy of Resource with .Err
  * resources/page: Add :slugorfilename attribute
  * Respect NO_COLOR
  * readme: Update dependency list
  * Fix relURL with leading slash when baseURL includes a subdirectory
  * js: Resolve index.esm.js
  * Add animated GIF support
  * resources: Add a Gif source file to golden tests (forwarded request 983164 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 981347 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 17)
- Update to version 0.100.2:
  * Update CONTRIBUTING.md
  * Fix raw TOML dates in where/eq
  * deps: Update to github.com/pelletier/go-toml/v2 v2.0.1
  * tpl/path: Add path.BaseName function
  * livereload: Use `X-Forwarded-Host` for Codespace
  * helpers: Fix panic with invalid defaultMarkdownHandler
  * resources: Register MediaTypes before build (forwarded request 981343 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 980416 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 16)
- Update to version 0.100.1:
  * Fix panic with markdownify/RenderString with shortcode on Page with no content file (forwarded request 980415 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 980159 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 15)
- Update to version 0.100.0:
  * Fix indentation in highlight shortcode
  * Make .RenderString render shortcodes
  * Improve shortcode indentation handling
  * Add Markdown as an output format
  * build(deps): bump github.com/evanw/esbuild from 0.14.39 to 0.14.42
  * Run go mod tidy
  * Add a shortcode benchmark
  * Remove Blackfriday markdown engine
  * Fix HasMenuCurrent and IsDescendant/IsAncestor when comparing to itself
  * build(deps): bump github.com/sanity-io/litter from 1.5.4 to 1.5.5
  * deps: Update to github.com/tdewolff/minify/v2 v2.11.5
  * Don't use the baseURL /path as part of the resource cache key
  * postcss: Make the resource cache key more stable
  * commands: Fix case where languages cannot be configured
  * github: Set HUGO_BUILD_TAGS: extended when running tests
  * metrics: Fix divide by zero error
  * Fix error message when PostCSS config file is not found
  * server: Skip watching dirs in ignoreFiles
  * resources: Improve error message on .Resize etc. on SVGs
  * Fix Plainify edge cases
  * Add resources.Copy
  * basefs: add `noBuildLock` flag
  * import: Fix importing jekyll site (forwarded request 980150 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 977964 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 14)
- Update to version 0.99.1:
  * server: Fix multihost crash
  * Update stale.yml
  * common/hugo: Fix version logic (forwarded request 977963 from jfkw)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 977590 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 13)
- Update to version 0.99.0:
  * server: Refresh the error template
  * server: Fix SIGINT handling after loading bad configuration
  * Improve SASS errors
  * postcss: Fix import error handling
  * build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4
  * common/herrors: Remove unused struct
  * build(deps): bump github.com/evanw/esbuild from 0.14.38 to 0.14.39
  * errors: Misc improvements
  * server: Always rebuild the files involved in an error
  * postcss: Fix line numbers in error messages
  * Update CONTRIBUTING.md
  * js: Bump test dependency
  * deps: Update github.com/spf13/cast v1.4.1 => v1.5.0
  * hugolib: Check for nil in shouldRender
  * Revise the use of htime.Since/htime.Now
  * tpl/collections: Make sort stable
  * docs: Regen CLI docs
  * Use configured timeZone for the clock
  * Add `clock` cli flag
  * Improve error messages, esp. when the server is running
  * tpl: Improve godoc
  * github: Add permissions to test action
  * tpl/crypto: Add example for FNV32a (forwarded request 977580 from jfkw)
Displaying revisions 41 - 60 of 72
openSUSE Build Service is sponsored by