From c33c3fb2fafcdeec9eee4f189ded5e565fd9a020 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 12 May 2021 09:48:06 +0200 Subject: [PATCH] :books: Update changelog. --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5691c58bc6..f7d6975823 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,18 +15,25 @@ ### :sparkles: New features +- Add many performance related improvements to indexes handling on workspace. - Add option to interactively scale text [Taiga #1527](https://tree.taiga.io/project/penpot/us/1527) +- Add the ability to upload/use custom fonts (and automatically generate all needed webfonts). +- Refactor dashboard state management (improves considerably the performance when you have a dashboard with a big collection of projects and files). - Translate automatic names of new files and projects. ### :bug: Bugs fixed - Remove interactions when the destination artboard is deleted [Taiga #1656](https://tree.taiga.io/project/penpot/issue/1656) -- Fix snap index problem [Taiga #1661](https://tree.taiga.io/project/penpot/issue/1661) ### :arrow_up: Deps updates + +- Update exporter dependencies (puppetteer), that fixes some unexpected exceptions. +- Update string manipulation library. + + ### :boom: Breaking changes -- The OIDC setting `PENPOT_OIDC_SCOPES` has chenged the default semantincs. Before this +- The OIDC setting `PENPOT_OIDC_SCOPES` has changed the default semantics. Before this configuration added scopes to the default set. Now it replaces it, so use with care, because penpot requires at least `name` and `email` props found on the user info object.