From 013fc2fc9c7f6a47a060d4faacc48690835ba7e0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 23 Mar 2021 11:55:47 +0100 Subject: [PATCH] :paperclip: Update changelog. --- CHANGES.md | 60 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 23 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 055fc1ad22..e8f11258b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,17 @@ ### :sparkles: New features +### :bug: Bugs fixed + +### :arrow_up: Deps updates + +### :heart: Community contributions by (Thank you!) + + +## 1.4.0-alpha + +### :sparkles: New features + - Add blob-encoding v3 (uses ZSTD+transit) [#738](https://github.com/penpot/penpot/pull/738) - Add http caching layer on top of Query RPC. - Add layer opacity and blend mode to shapes [Taiga #937](https://tree.taiga.io/project/penpot/us/937) @@ -11,30 +22,31 @@ - Add native support for text-direction (RTL, LTR & auto). - Add thumbnail in memory caching mechanism. - Duplicate and move files and projects [Taiga #267](https://tree.taiga.io/project/penpot/us/267) +- Hide viewer navbar on fullscreen [Taiga 1375](https://tree.taiga.io/project/penpot/us/1375) - Import SVG will create Penpot's shapes [Taiga #1006](https://tree.taiga.io/project/penpot/us/1066) - Improve french translations [#731](https://github.com/penpot/penpot/pull/731) - Reimplement workspace presence (remove database state). - Replace Slate-Editor with DraftJS [Taiga #1346](https://tree.taiga.io/project/penpot/us/1346) +- Set proper page title [Taiga #1377](https://tree.taiga.io/project/penpot/us/1377) - Several enhancements in shape selection [Taiga #1195](https://tree.taiga.io/project/penpot/us/1195) - ### :bug: Bugs fixed -- Fix broken profile and profile options form. -- Fix problem with mask and flip [#715](https://github.com/penpot/penpot/issues/715) -- Fix problem with rotated blur [Taiga #1370](https://tree.taiga.io/project/penpot/issue/1370) - Disables buttons in view mode for users without permissions [Taiga #1328](https://tree.taiga.io/project/penpot/issue/1328) -- Fix issue when undo after changing the artboard of a shape [Taiga #1304](https://tree.taiga.io/project/penpot/issue/1304) -- Fix problem with system shortcuts and application [#737](https://github.com/penpot/penpot/issues/737) -- Fix issue with typographies panel cannot be collapsed [#707](https://github.com/penpot/penpot/issues/707) -- Fix problem with middle mouse button press moving the canvas when not moving mouse [#717](https://github.com/penpot/penpot/issues/717) -- Fix problem with masks interactions outside bounds [#718](https://github.com/penpot/penpot/issues/718) -- Fix issues with Alt key in distance measurement [#672](https://github.com/penpot/penpot/issues/672) -- Fix problem with rotation degree input [#741](https://github.com/penpot/penpot/issues/741) -- Fix problem with resolved comments [Taiga #1406](https://tree.taiga.io/project/penpot/issue/1406) -- Fix problem with comments styles on dashboard [Taiga #1405](https://tree.taiga.io/project/penpot/issue/1405) -- Fix problem with default square grid [Taiga #1344](https://tree.taiga.io/project/penpot/issue/1344) +- Fix broken profile and profile options form. - Fix error with the "Navigate to" button on prototypes [Taiga #1268](https://tree.taiga.io/project/penpot/issue/1268) +- Fix issue when undo after changing the artboard of a shape [Taiga #1304](https://tree.taiga.io/project/penpot/issue/1304) +- Fix issue with typographies panel cannot be collapsed [#707](https://github.com/penpot/penpot/issues/707) +- Fix issue with Alt key in distance measurement [#672](https://github.com/penpot/penpot/issues/672) +- Fix issue with comments styles on dashboard [Taiga #1405](https://tree.taiga.io/project/penpot/issue/1405) +- Fix issue with default square grid [Taiga #1344](https://tree.taiga.io/project/penpot/issue/1344) +- Fix issue with mask and flip [#715](https://github.com/penpot/penpot/issues/715) +- Fix issue with masks interactions outside bounds [#718](https://github.com/penpot/penpot/issues/718) +- Fix issue with middle mouse button press moving the canvas when not moving mouse [#717](https://github.com/penpot/penpot/issues/717) +- Fix issue with resolved comments [Taiga #1406](https://tree.taiga.io/project/penpot/issue/1406) +- Fix issue with rotated blur [Taiga #1370](https://tree.taiga.io/project/penpot/issue/1370) +- Fix issue with rotation degree input [#741](https://github.com/penpot/penpot/issues/741) +- Fix issue with system shortcuts and application [#737](https://github.com/penpot/penpot/issues/737) ### :arrow_up: Deps updates @@ -45,7 +57,9 @@ ### :heart: Community contributions by (Thank you!) -- iblueer [#726](https://github.com/penpot/penpot/pull/726) +- iblueer [#726](https://github.com/penpot/penpot/pull/726) +- gizembln [#759](https://github.com/penpot/penpot/pull/759) +- girafic [#759](https://github.com/penpot/penpot/pull/748) ## 1.3.0-alpha @@ -68,7 +82,7 @@ - Add more improvements to french translation strings [#591](https://github.com/penpot/penpot/pull/591) - Add some missing database indexes (mainly improves performance on large databases on file-update rpc method, and some background tasks). -- Disables filters in masking elements (problem with Firefox rendering) +- Disables filters in masking elements (issue with Firefox rendering) - Drawing tool will have priority over resize/rotate handlers [Taiga #1225](https://tree.taiga.io/project/penpot/issue/1225) - Fix broken bounding box on editing paths [Taiga #1254](https://tree.taiga.io/project/penpot/issue/1254) - Fix corner cases on invitation/signup flows. @@ -76,8 +90,8 @@ - Fix infinite recursion on logout. - Fix issues with frame selection [Taiga #1300](https://tree.taiga.io/project/penpot/issue/1300), [Taiga #1255](https://tree.taiga.io/project/penpot/issue/1255) - Fix local fonts error [#691](https://github.com/penpot/penpot/issues/691) -- Fix problem width handoff code generation [Taiga #1204](https://tree.taiga.io/project/penpot/issue/1204) -- Fix problem with indices refreshing on page changes [#646](https://github.com/penpot/penpot/issues/646) +- Fix issue width handoff code generation [Taiga #1204](https://tree.taiga.io/project/penpot/issue/1204) +- Fix issue with indices refreshing on page changes [#646](https://github.com/penpot/penpot/issues/646) - Have language change notification written in the new language [Taiga #1205](https://tree.taiga.io/project/penpot/issue/1205) - Hide register screen when registration is disabled [#598](https://github.com/penpot/penpot/issues/598) - Properly handle errors on github, gitlab and ldap auth backends. @@ -110,16 +124,16 @@ - Fix 404 when access shared link [#615](https://github.com/penpot/penpot/issues/615) - Fix 500 when requestion password reset -- Fix Problems when transforming path shapes [Taiga #1170](https://tree.taiga.io/project/penpot/issue/1170) +- Fix issue when transforming path shapes [Taiga #1170](https://tree.taiga.io/project/penpot/issue/1170) - Fix apply a color to a text selection from color palette was not working [Taiga #1189](https://tree.taiga.io/project/penpot/issue/1189) - Fix issues when moving shapes outside groups [Taiga #1138](https://tree.taiga.io/project/penpot/issue/1138) - Fix ldap function called on login click - Fix logo icon in viewer should go to dashboard [Taiga #1149](https://tree.taiga.io/project/penpot/issue/1149) - Fix ordering when restoring deleted shapes in sync [Taiga #1163](https://tree.taiga.io/project/penpot/issue/1163) -- Fix problem when editing text immediately after creating [Taiga #1207](https://tree.taiga.io/project/penpot/issue/1207) -- Fix problem when pasting URL's copied from the browser url bar [Taiga #1187](https://tree.taiga.io/project/penpot/issue/1187) -- Fix problem with multiple selection and groups [Taiga #1128](https://tree.taiga.io/project/penpot/issue/1128) -- Fix problem with red handler indicator on resize [Taiga #1188](https://tree.taiga.io/project/penpot/issue/1188) +- Fix issue when editing text immediately after creating [Taiga #1207](https://tree.taiga.io/project/penpot/issue/1207) +- Fix issue when pasting URL's copied from the browser url bar [Taiga #1187](https://tree.taiga.io/project/penpot/issue/1187) +- Fix issue with multiple selection and groups [Taiga #1128](https://tree.taiga.io/project/penpot/issue/1128) +- Fix issue with red handler indicator on resize [Taiga #1188](https://tree.taiga.io/project/penpot/issue/1188) - Fix show correct error when google auth is disabled [Taiga #1119](https://tree.taiga.io/project/penpot/issue/1119) - Fix text alignment in preview [#594](https://github.com/penpot/penpot/issues/594) - Fix unexpected exception when uploading image [Taiga #1120](https://tree.taiga.io/project/penpot/issue/1120)