diff --git a/content/en/news/0.85.0-relnotes/featured.png b/content/en/news/0.85.0-relnotes/featured.png new file mode 100644 index 000000000..eb68d3171 Binary files /dev/null and b/content/en/news/0.85.0-relnotes/featured.png differ diff --git a/content/en/news/0.85.0-relnotes/index.md b/content/en/news/0.85.0-relnotes/index.md index 61b6fccec..beacd311f 100644 --- a/content/en/news/0.85.0-relnotes/index.md +++ b/content/en/news/0.85.0-relnotes/index.md @@ -1,12 +1,12 @@ --- date: 2021-07-05 -title: "0.85.0" -description: "0.85.0" +title: "Poll based watching" +description: "Hugo 0.85.0: Polled based alternative when watching for changes and some other nice improvements." categories: ["Releases"] --- - Hugo `0.85.0` is on the smaller side of releases, but the main new thing it brings should be important to those who need it: Poll based polling when watching the filesystem for changes. +Hugo `0.85.0` is on the smaller side of releases, but the main new thing it brings should be important to those who need it: Poll based watching the filesystem for changes. Hugo uses [Fsnotify](https://github.com/fsnotify/fsnotify) to provide native file system notifications. This is still the default, but there may situations where this isn't working. The file may not support it (e.g. NFS), or you get the "too many open files" error and cannot or do not want to increase the `ulimit`. Enable polling by passing the `--poll` flag with an interval: diff --git a/netlify.toml b/netlify.toml index ebf8f4a58..0d6198c70 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo --gc --minify" [context.production.environment] -HUGO_VERSION = "0.84.4" +HUGO_VERSION = "0.85.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.84.4" +HUGO_VERSION = "0.85.0" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.84.4" +HUGO_VERSION = "0.85.0" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.84.4" +HUGO_VERSION = "0.85.0" [context.next.environment] HUGO_ENABLEGITINFO = "true" diff --git a/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_480x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_480x0_resize_catmullrom_2.png new file mode 100644 index 000000000..a409e51f8 Binary files /dev/null and b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_480x0_resize_catmullrom_2.png differ diff --git a/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_640x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_640x0_resize_catmullrom_2.png new file mode 100644 index 000000000..d8d5ba96b Binary files /dev/null and b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_640x0_resize_catmullrom_2.png differ