diff --git a/content/news/0.37-relnotes/featured-hugo-37-poster.png b/content/news/0.37-relnotes/featured-hugo-37-poster.png new file mode 100644 index 000000000..9f369ba25 Binary files /dev/null and b/content/news/0.37-relnotes/featured-hugo-37-poster.png differ diff --git a/content/news/0.37-relnotes/index.md b/content/news/0.37-relnotes/index.md index cf6697791..a9b6b4cef 100644 --- a/content/news/0.37-relnotes/index.md +++ b/content/news/0.37-relnotes/index.md @@ -1,13 +1,12 @@ --- date: 2018-02-27 -title: "0.37" -description: "0.37" -slug: "0.37" +title: "Hugo 0.37: Preserve PNG Colour Palette" +description: "Reduces processed PNG file sizes. And 0.37 is built with Go 1.10!" categories: ["Releases"] --- - The main item in Hugo `0.37` is that we now properly preserve the colour palette when processing `PNG` images. We got reports from users experiencing their `PNG` images getting bigger in file size when scaled down. Now, if you, as an example, start out with a carefully chosen 8 bit colour palette (i.e. `PNG-8`), this is now what you will end up with. A special thanks to [@aitva](https://github.com/aitva) for doing the investigative work finding a proper fix for this issue. +The main item in Hugo `0.37` is that we now properly preserve the colour palette when processing `PNG` images. We got reports from users experiencing their `PNG` images getting bigger in file size when scaled down. Now, if you, as an example, start out with a carefully chosen 8 bit colour palette (i.e. `PNG-8`), this is now what you will end up with. A special thanks to [@aitva](https://github.com/aitva) for doing the investigative work finding a proper fix for this issue. This release represents **40 contributions by 5 contributors** to the main Hugo code base. diff --git a/netlify.toml b/netlify.toml index 6f21789b2..d4bef99ea 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo" [context.production.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37" HUGO_ENV = "production" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37" [context.next.environment] HUGO_ENABLEGITINFO = "true" diff --git a/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png new file mode 100644 index 000000000..d0f3670b2 Binary files /dev/null and b/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png differ diff --git a/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_640x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_640x0_resize_catmullrom_2.png new file mode 100644 index 000000000..a91566c1e Binary files /dev/null and b/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_640x0_resize_catmullrom_2.png differ