diff options
author | Sheogorath | 2018-05-22 22:51:33 +0200 |
---|---|---|
committer | Sheogorath | 2018-05-22 23:17:20 +0200 |
commit | fada8a8103b111c2b1f41404f4234cff82fd024f (patch) | |
tree | ff13c8a059bc6be177cb8297381bf74091bb6bc4 /public/docs | |
parent | 7a91d01830f739d48eb1cb716f32372fd7cf7f68 (diff) |
Add release notes for 1.1.1-ce
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | public/docs/release-notes.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index a6428eed..891c506a 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,27 @@ Release Notes === +<i class="fa fa-tag"></i> 1.1.1-ce <i class="fa fa-clock-o"></i> 2018-05-23 12:00 +--- + +### Security +* Fix Google Drive integration leaked `clientSecret` for Google integration +* Update base64url package + +### Fixes +* Fix typos in integrations +* Fix high need of file descriptors during build +* Fix heroku deployment by limiting node version to <10.x + +### Refactors +* Refactor letterAvatars to be compliant with CSP + +### Removes +* Google Drive integration + +### Honorable mentions +* [Max Wu (jackycute)](https://github.com/jackycute) + <i class="fa fa-tag"></i> 1.1.0-ce <i class="fa fa-clock-o"></i> 2018-04-06 12:00 --- |