Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/temp
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-12-08 12:33:46 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2021-12-08 12:33:46 +0300
commitb921752331f1dc867177622ca325b44efb52b981 (patch)
tree73d5562b535b5daf93818aa3272906fcd7444625 /temp
parent0fa40ce58f612b3d38842d896a71c2322df4d80b (diff)
releaser: Add release notes for 0.90.0
[ci skip]
Diffstat (limited to 'temp')
-rw-r--r--temp/0.90.0-relnotes-ready.md94
1 files changed, 94 insertions, 0 deletions
diff --git a/temp/0.90.0-relnotes-ready.md b/temp/0.90.0-relnotes-ready.md
new file mode 100644
index 000000000..b3d08cbcd
--- /dev/null
+++ b/temp/0.90.0-relnotes-ready.md
@@ -0,0 +1,94 @@
+This release represents **58 contributions by 6 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@jmooring](https://github.com/jmooring), [@vanbroup](https://github.com/vanbroup), and [@dependabot[bot]](https://github.com/apps/dependabot) for their ongoing contributions.
+And thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his ongoing work on keeping the themes site in pristine condition.
+
+Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
+which has received **17 contributions by 6 contributors**. A special thanks to [@jmooring](https://github.com/jmooring), [@bep](https://github.com/bep), [@santosh](https://github.com/santosh), and [@coliff](https://github.com/coliff) for their work on the documentation site.
+
+
+Hugo now has:
+
+* 55686+ [stars](https://github.com/gohugoio/hugo/stargazers)
+* 431+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
+* 415+ [themes](http://themes.gohugo.io/)
+
+
+## Notes
+
+* deps: Upgrade github.com/evanw/esbuild v0.13.12 => v0.14.2 (note) b4f27ef8 [@bep](https://github.com/bep) #9244
+* releaser: Add "note" to Note regexp 3473e31e [@bep](https://github.com/bep)
+* releaser: Rework and simplify to use GitHub only for release notes 24a893cf [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.4 ab01ba6e [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.4 [ci skip] f97da9ec [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.3 c88cdb56 [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.3 [ci skip] bf489b96 [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.2 63e3a5eb [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.2 [ci skip] cf3eb580 [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.1 b6a4ae4a [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.1 [ci skip] a0741022 [@bep](https://github.com/bep)
+
+
+## Changes
+
+* releaser: Simplify the release process 0fa40ce5 [@bep](https://github.com/bep)
+* releaser: Remove unused code bf537f1c [@bep](https://github.com/bep)
+* docs: Regenerate docs helper e86b3311 [@bep](https://github.com/bep)
+* Add custom font support to images.Text e71d715b [@bep](https://github.com/bep) #9253
+* images: Fix cache busting of image text filter e61cdf33 [@bep](https://github.com/bep) #9238
+* build(deps): bump github.com/getkin/kin-openapi from 0.80.0 to 0.85.0 6c3bc5eb [@dependabot[bot]](https://github.com/apps/dependabot)
+* images: Text filter that draws text with the given options (#9239) 283394a4 [@vanbroup](https://github.com/vanbroup) #9238
+* tpl/transform: Optional options for highlight func 5538507e [@jmooring](https://github.com/jmooring) #9249
+* deps: Upgrade github.com/evanw/esbuild v0.13.12 => v0.14.2 (note) b4f27ef8 [@bep](https://github.com/bep) #9244
+* releaser: Add "note" to Note regexp 3473e31e [@bep](https://github.com/bep)
+* build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 fa0da004 [@dependabot[bot]](https://github.com/apps/dependabot)
+* releaser: Rework and simplify to use GitHub only for release notes 24a893cf [@bep](https://github.com/bep)
+* build(deps): bump google.golang.org/api from 0.51.0 to 0.61.0 bf1564bd [@dependabot[bot]](https://github.com/apps/dependabot)
+* media: Add rss suffix for application/rss+xml cd44d409 [@vanbroup](https://github.com/vanbroup) #9233
+* parser: Add a test case in format resolution 9a326d56 [@bep](https://github.com/bep) #9233
+* lazy: Reset error in Reset b10381fb [@bep](https://github.com/bep) #7043 #9194
+* Implement XML data support 0eaaa8fe [@vanbroup](https://github.com/vanbroup) #4470
+* Validate private use language tags 58adbeef [@jmooring](https://github.com/jmooring) #9119
+* resources: Add timeout to the HTTP request in Get 93572e53 [@bep](https://github.com/bep)
+* Add a remote retry for resources.Get 94f149b2 [@bep](https://github.com/bep)
+* Make resources.Get use a file cache for remote resources 66753416 [@vanbroup](https://github.com/vanbroup) #9228
+* Remove empty href element from pagination template 133e4bfb [@jmooring](https://github.com/jmooring) #9149
+* Check for empty deployment targets and matchers f122771f [@jmooring](https://github.com/jmooring) #9220
+* resources: Adjust the remote Get cache so it does not get evicted on restarts 08a863e1 [@bep](https://github.com/bep)
+* Add remote support to resources.Get 8aa7257f [@vanbroup](https://github.com/vanbroup) #5255
+* Add deprecation warning to google_news template 75a823a3 [@jmooring](https://github.com/jmooring) #9172
+* helpers: Make UniqueStringsReuse allocation free 5e0947c5 [@bep](https://github.com/bep)
+* releaser: Prepare repository for 0.90.0-DEV 0b70b46a [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.4 ab01ba6e [@bep](https://github.com/bep)
+* releaser: Bump versions for release of 0.89.4 cc08c095 [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.4 [ci skip] f97da9ec [@bep](https://github.com/bep)
+* Fix content dir resolution when main project is a Hugo Module 2e70f61f [@bep](https://github.com/bep) #9177
+* releaser: Prepare repository for 0.90.0-DEV 1ed8069a [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.3 c88cdb56 [@bep](https://github.com/bep)
+* releaser: Bump versions for release of 0.89.3 e1064d21 [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.3 [ci skip] bf489b96 [@bep](https://github.com/bep)
+* Improve error when we cannot determine content directory in "hugo new" b8155452 [@bep](https://github.com/bep) #9166
+* deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4 08552a7a [@jmooring](https://github.com/jmooring) #9159
+* commands: Make sure pollInterval is always set fdad91fd [@bep](https://github.com/bep) #9165
+* create: Improve archetype directory discovery and tests 5f3f6089 [@bep](https://github.com/bep) #9146
+* create: Add a log statement when archetype is a directory 057d02de [@bep](https://github.com/bep) #9157
+* create: Always print "Content ... created" 43ac59da [@bep](https://github.com/bep) #9157
+* commands: Fix missing file locking in server partial render ab5c6990 [@bep](https://github.com/bep) #9162
+* modules: Improve error message 9369d13e [@davidsneighbour](https://github.com/davidsneighbour)
+* releaser: Prepare repository for 0.90.0-DEV 805c24c3 [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.2 63e3a5eb [@bep](https://github.com/bep)
+* releaser: Bump versions for release of 0.89.2 eaa6c96a [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.2 [ci skip] cf3eb580 [@bep](https://github.com/bep)
+* Fix path resolution in hugo new 2b01c85d [@bep](https://github.com/bep) #9129
+* deps: Upgrade github.com/yuin/goldmark v1.4.2 => v1.4.3 c09f5c5f [@bep](https://github.com/bep) #9137
+* releaser: Prepare repository for 0.90.0-DEV 9232e284 [@bep](https://github.com/bep)
+* releaser: Add release notes to /docs for release of 0.89.1 b6a4ae4a [@bep](https://github.com/bep)
+* releaser: Bump versions for release of 0.89.1 84de0c32 [@bep](https://github.com/bep)
+* releaser: Add release notes for 0.89.1 [ci skip] a0741022 [@bep](https://github.com/bep)
+* Revert "releaser: Fat MacOS binaries" da4406ea [@bep](https://github.com/bep) #9131 #9128
+* create: Make sure the build lock is released before we open editor 166862a0 [@bep](https://github.com/bep) #9121
+* readme: Update dependency list 82c33c71 [@deining](https://github.com/deining)
+* releaser: Prepare repository for 0.90.0-DEV 41e9e9fe [@bep](https://github.com/bep)
+
+
+
+
+