mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Add release notes draft for 0.44
Rename to *-ready.md to continue. [ci skip]
This commit is contained in:
parent
47d38628ec
commit
521e63ac7c
1 changed files with 56 additions and 0 deletions
56
temp/0.44-relnotes.md
Normal file
56
temp/0.44-relnotes.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
|
||||
This release represents **14 contributions by 2 contributors** to the main Hugo code base.
|
||||
|
||||
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
|
||||
which has received **9 contributions by 7 contributors**. A special thanks to [@kaushalmodi](https://github.com/kaushalmodi), [@whs-dot-hk](https://github.com/whs-dot-hk), [@wondratsch](https://github.com/wondratsch), and [@maiki](https://github.com/maiki) for their work on the documentation site.
|
||||
|
||||
|
||||
Hugo now has:
|
||||
|
||||
* 27120+ [stars](https://github.com/gohugoio/hugo/stargazers)
|
||||
* 443+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
|
||||
* 239+ [themes](http://themes.gohugo.io/)
|
||||
|
||||
## Enhancements
|
||||
|
||||
### Templates
|
||||
|
||||
* Set permission of embedded templates to 0644 [2b73e89d](https://github.com/gohugoio/hugo/commit/2b73e89d6d2822e86360a6c92c87f539677c119b) [@anthonyfok](https://github.com/anthonyfok)
|
||||
|
||||
### Output
|
||||
|
||||
* Only show deprecation warning when needed [ac530350](https://github.com/gohugoio/hugo/commit/ac53035030dff7d9e33cd22c33d915f6d1b5ef8b) [@bep](https://github.com/bep) [#4927](https://github.com/gohugoio/hugo/issues/4927)
|
||||
|
||||
### Core
|
||||
|
||||
* Remove empty resources/ dir after TestNewSiteDefaultLang [41087059](https://github.com/gohugoio/hugo/commit/4108705934846f2b7cae2602ce14aeee17139608) [@anthonyfok](https://github.com/anthonyfok)
|
||||
|
||||
### Other
|
||||
|
||||
* Clean up the in-memory Resource reader usage [47d38628](https://github.com/gohugoio/hugo/commit/47d38628ec0f4e72ff17661f13456b2a1511fe13) [@bep](https://github.com/bep) [#4936](https://github.com/gohugoio/hugo/issues/4936)
|
||||
* Move opening of the transformed resources after cache check [0024dcfe](https://github.com/gohugoio/hugo/commit/0024dcfe3e016c67046de06d1dac5e7f5235f9e1) [@bep](https://github.com/bep)
|
||||
* Improve type support in resources.Concat [306573de](https://github.com/gohugoio/hugo/commit/306573def0e20ec16ee5c447981cc09ed8bb7ec7) [@bep](https://github.com/bep) [#4934](https://github.com/gohugoio/hugo/issues/4934)
|
||||
* Flush partialCached cache on rebuilds [6b6dcb44](https://github.com/gohugoio/hugo/commit/6b6dcb44a014699c289bf32fe57d4c4216777be0) [@bep](https://github.com/bep) [#4931](https://github.com/gohugoio/hugo/issues/4931)
|
||||
* Include the transformation step in the error message [d96f2a46](https://github.com/gohugoio/hugo/commit/d96f2a460f58e91d8f6253a489d4879acfec6916) [@bep](https://github.com/bep) [#4924](https://github.com/gohugoio/hugo/issues/4924)
|
||||
* Exclude *.svg from CRLF/LF conversion [9c1e8208](https://github.com/gohugoio/hugo/commit/9c1e82085eb07d5b4dcdacbe82d5bafd26e08631) [@anthonyfok](https://github.com/anthonyfok)
|
||||
* Build a fully static Windows extended binary [febf0aec](https://github.com/gohugoio/hugo/commit/febf0aec8beb40d4e8c0886ca404ab1825542ab2) [@bep](https://github.com/bep)
|
||||
* Adjust release notes [a4fad5be](https://github.com/gohugoio/hugo/commit/a4fad5be6be821e959d8ffec999080d9c8a74c84) [@bep](https://github.com/bep)
|
||||
|
||||
## Fixes
|
||||
|
||||
### Output
|
||||
|
||||
* Allow multiple file suffixes per media type [b874a1ba](https://github.com/gohugoio/hugo/commit/b874a1ba7ab8394dc741c8c70303a30a35b63e43) [@bep](https://github.com/bep) [#4920](https://github.com/gohugoio/hugo/issues/4920)
|
||||
|
||||
### Core
|
||||
|
||||
* Fix static filesystem for themed multihost sites [80c8f3b8](https://github.com/gohugoio/hugo/commit/80c8f3b81a9849080e64bf877288ede28d960d3f) [@bep](https://github.com/bep) [#4929](https://github.com/gohugoio/hugo/issues/4929)
|
||||
|
||||
### Other
|
||||
|
||||
* Fix resources.Concat for transformed resources [beec1fc9](https://github.com/gohugoio/hugo/commit/beec1fc98e5d37bba742d6bc2a0ff7c344b469f8) [@bep](https://github.com/bep) [#4936](https://github.com/gohugoio/hugo/issues/4936)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue