2021-02-04 16:27:54 +01:00
|
|
|
# CHANGELOG #
|
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
## :rocket: Next
|
2021-02-04 16:27:54 +01:00
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
### :sparkles: New features
|
2021-02-11 18:04:02 +01:00
|
|
|
|
2021-03-08 13:14:52 +01:00
|
|
|
- Add blob-encoding v3 (uses ZSTD+transit) [#738](https://github.com/penpot/penpot/pull/738)
|
2021-03-08 22:45:59 +01:00
|
|
|
- Add http caching layer on top of Query RPC.
|
|
|
|
- Add layer opacity and blend mode to shapes
|
|
|
|
- Add more chinese translations [#726](https://github.com/penpot/penpot/pull/726)
|
|
|
|
- Add thumbnail in memory caching mechanism.
|
2021-03-08 11:17:11 +01:00
|
|
|
- Duplicate and move files and projects [Taiga #267](https://tree.taiga.io/project/penpot/us/267)
|
2021-03-04 17:15:12 +01:00
|
|
|
- Import SVG will create Penpot's shapes
|
2021-03-04 16:57:13 +01:00
|
|
|
- Improve french translations [#731](https://github.com/penpot/penpot/pull/731)
|
|
|
|
|
2021-02-24 10:36:25 +01:00
|
|
|
### :bug: Bugs fixed
|
|
|
|
|
2021-03-08 11:59:12 +01:00
|
|
|
- Fix broken profile and profile options form.
|
2021-03-08 18:13:21 +01:00
|
|
|
- Fix problem with mask and flip [#715](https://github.com/penpot/penpot/issues/715)
|
2021-03-08 18:28:42 +01:00
|
|
|
- Fix problem with rotated blur [Taiga #1370](https://tree.taiga.io/project/penpot/issue/1370)
|
2021-03-09 12:10:01 +01:00
|
|
|
- Disables buttons in view mode for users without permissions [Taiga #1328](https://tree.taiga.io/project/penpot/issue/1328)
|
2021-03-09 12:49:31 +01:00
|
|
|
- Fix issue when undo after changing the artboard of a shape [Taiga #1304](https://tree.taiga.io/project/penpot/issue/1304)
|
2021-03-09 13:37:54 +01:00
|
|
|
- Fix problem with system shortcuts and application [#737](https://github.com/penpot/penpot/issues/737)
|
2021-03-09 13:50:36 +01:00
|
|
|
- Fix issue with typographies panel cannot be collapsed [#707](https://github.com/penpot/penpot/issues/707)
|
2021-03-09 14:49:28 +01:00
|
|
|
- Fix problem with middle mouse button press moving the canvas when not moving mouse [#717](https://github.com/penpot/penpot/issues/717)
|
2021-03-08 11:59:12 +01:00
|
|
|
|
2021-02-24 10:36:25 +01:00
|
|
|
### :heart: Community contributions by (Thank you!)
|
|
|
|
|
2021-03-04 17:15:12 +01:00
|
|
|
- iblueer [#731](https://github.com/penpot/penpot/pull/731)
|
2021-02-24 10:36:25 +01:00
|
|
|
|
|
|
|
## 1.3.0-alpha
|
|
|
|
|
|
|
|
### :sparkles: New features
|
|
|
|
|
2021-02-24 10:48:19 +01:00
|
|
|
- Add emailcatcher and ldap test containers to devenv. [#506](https://github.com/penpot/penpot/pull/506)
|
2021-02-18 14:37:54 +01:00
|
|
|
- Add major refactor of internal pubsub/redis code; improves scalability and performance [#640](https://github.com/penpot/penpot/pull/640)
|
2021-02-23 18:36:02 +08:00
|
|
|
- Add more chinese transtions [#687](https://github.com/penpot/penpot/pull/687)
|
2021-02-24 10:48:19 +01:00
|
|
|
- Add more presets for artboard [#654](https://github.com/penpot/penpot/pull/654)
|
2021-02-18 14:37:54 +01:00
|
|
|
- Add optional loki integration [#645](https://github.com/penpot/penpot/pull/645)
|
2021-02-22 14:13:27 +01:00
|
|
|
- Add proper http session lifecycle handling.
|
2021-02-24 10:48:19 +01:00
|
|
|
- Allow to set border radius of each rect corner individually
|
2021-02-18 14:37:54 +01:00
|
|
|
- Bounce & Complaint handling [#635](https://github.com/penpot/penpot/pull/635)
|
2021-02-12 12:12:39 +01:00
|
|
|
- Disable groups interactions when holding "Ctrl" key (deep selection)
|
|
|
|
- New action in context menu to "edit" some shapes (binded to key "Enter")
|
2021-02-11 18:04:02 +01:00
|
|
|
|
2021-02-15 13:14:05 +01:00
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
### :bug: Bugs fixed
|
2021-02-11 18:04:02 +01:00
|
|
|
|
2021-02-18 14:07:13 +01:00
|
|
|
- Add more improvements to french translation strings [#591](https://github.com/penpot/penpot/pull/591)
|
2021-02-16 13:46:31 +01:00
|
|
|
- Add some missing database indexes (mainly improves performance on large databases on file-update rpc method, and some background tasks).
|
2021-02-25 17:07:42 +01:00
|
|
|
- Disables filters in masking elements (problem with Firefox rendering)
|
2021-02-24 13:36:47 +01:00
|
|
|
- Drawing tool will have priority over resize/rotate handlers [Taiga #1225](https://tree.taiga.io/project/penpot/issue/1225)
|
2021-02-24 10:48:19 +01:00
|
|
|
- Fix broken bounding box on editing paths [Taiga #1254](https://tree.taiga.io/project/penpot/issue/1254)
|
2021-02-18 14:07:13 +01:00
|
|
|
- Fix corner cases on invitation/signup flows.
|
2021-02-24 13:17:16 +01:00
|
|
|
- Fix errors on onboarding file [Taiga #1287](https://tree.taiga.io/project/penpot/issue/1287)
|
2021-02-24 10:48:19 +01:00
|
|
|
- Fix infinite recursion on logout.
|
2021-02-24 13:17:16 +01:00
|
|
|
- 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)
|
2021-02-24 15:16:16 +01:00
|
|
|
- Fix local fonts error [#691](https://github.com/penpot/penpot/issues/691)
|
2021-02-16 13:46:31 +01:00
|
|
|
- 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)
|
2021-02-12 14:03:33 +01:00
|
|
|
- Have language change notification written in the new language [Taiga #1205](https://tree.taiga.io/project/penpot/issue/1205)
|
2021-02-24 10:48:19 +01:00
|
|
|
- Hide register screen when registration is disabled [#598](https://github.com/penpot/penpot/issues/598)
|
2021-02-11 18:04:02 +01:00
|
|
|
- Properly handle errors on github, gitlab and ldap auth backends.
|
|
|
|
- Properly mark profile auth backend (on first register/ auth with 3rd party auth provider).
|
2021-02-18 14:07:13 +01:00
|
|
|
- Refactor LDAP auth backend.
|
2021-02-18 14:37:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
### :heart: Community contributions by (Thank you!)
|
|
|
|
|
|
|
|
- girafic [#538](https://github.com/penpot/penpot/pull/654)
|
|
|
|
- arkhi [#591](https://github.com/penpot/penpot/pull/591)
|
2021-02-11 18:04:02 +01:00
|
|
|
|
2021-02-11 18:04:02 +01:00
|
|
|
|
|
|
|
## 1.2.0-alpha
|
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
### :sparkles: New features
|
2021-02-05 11:27:01 +01:00
|
|
|
|
2021-02-11 18:04:02 +01:00
|
|
|
- Add horizontal/vertical flip
|
2021-02-10 17:17:16 +01:00
|
|
|
- Add images lock proportions by default [#541](https://github.com/penpot/penpot/discussions/541), [#609](https://github.com/penpot/penpot/issues/609)
|
2021-02-11 18:04:02 +01:00
|
|
|
- Add new blob storage format (Zstd+nippy)
|
2021-02-10 17:17:16 +01:00
|
|
|
- Add user feedback form
|
2021-02-11 18:04:02 +01:00
|
|
|
- Improve French translations
|
|
|
|
- Improve component testing
|
|
|
|
- Increase default deletion delay to 7 days
|
|
|
|
- Show a pixel grid when zoom greater than 800% [#519](https://github.com/penpot/penpot/discussions/519)
|
2021-02-12 17:12:01 +01:00
|
|
|
- Fix behavior of select all command when there are objects outside frames [Taiga #1209](https://tree.taiga.io/project/penpot/issue/1209)
|
2021-02-11 18:04:02 +01:00
|
|
|
|
2021-02-05 11:27:01 +01:00
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
### :bug: Bugs fixed
|
2021-02-04 16:27:54 +01:00
|
|
|
|
2021-02-11 13:45:30 +01:00
|
|
|
- Fix 404 when access shared link [#615](https://github.com/penpot/penpot/issues/615)
|
2021-02-11 18:04:02 +01:00
|
|
|
- Fix 500 when requestion password reset
|
|
|
|
- Fix Problems when transforming path shapes [Taiga #1170](https://tree.taiga.io/project/penpot/issue/1170)
|
2021-02-11 15:49:18 +01:00
|
|
|
- Fix apply a color to a text selection from color palette was not working [Taiga #1189](https://tree.taiga.io/project/penpot/issue/1189)
|
2021-02-11 18:04:02 +01:00
|
|
|
- Fix issues when moving shapes outside groups [Taiga #1138](https://tree.taiga.io/project/penpot/issue/1138)
|
|
|
|
- Fix ldap function called on login click
|
2021-02-11 15:49:18 +01:00
|
|
|
- Fix logo icon in viewer should go to dashboard [Taiga #1149](https://tree.taiga.io/project/penpot/issue/1149)
|
2021-02-11 10:58:58 +01:00
|
|
|
- Fix ordering when restoring deleted shapes in sync [Taiga #1163](https://tree.taiga.io/project/penpot/issue/1163)
|
2021-02-12 15:42:24 +01:00
|
|
|
- Fix problem when editing text immediately after creating [Taiga #1207](https://tree.taiga.io/project/penpot/issue/1207)
|
2021-02-11 18:04:02 +01:00
|
|
|
- Fix problem when pasting URL's copied from the browser url bar [Taiga #1187](https://tree.taiga.io/project/penpot/issue/1187)
|
2021-02-11 14:43:54 +01:00
|
|
|
- Fix problem with multiple selection and groups [Taiga #1128](https://tree.taiga.io/project/penpot/issue/1128)
|
2021-02-11 15:49:18 +01:00
|
|
|
- Fix problem with red handler indicator on resize [Taiga #1188](https://tree.taiga.io/project/penpot/issue/1188)
|
2021-02-11 18:04:02 +01:00
|
|
|
- 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)
|
|
|
|
- Fix updates on collaborative editing not updating selection rectangles [Taiga #1127](https://tree.taiga.io/project/penpot/issue/1127)
|
|
|
|
- Make the team deletion deferred (in the same way other objects)
|
|
|
|
|
2021-02-16 13:46:31 +01:00
|
|
|
### :heart: Community contributions by (Thank you!)
|
2021-02-10 17:17:16 +01:00
|
|
|
|
2021-02-11 18:04:02 +01:00
|
|
|
- abtinmo [#538](https://github.com/penpot/penpot/pull/538)
|
2021-02-10 17:17:16 +01:00
|
|
|
- kdrag0n [#585](https://github.com/penpot/penpot/pull/585)
|
2021-02-11 18:04:02 +01:00
|
|
|
- nisrulz [#586](https://github.com/penpot/penpot/pull/586)
|
2021-02-10 17:17:16 +01:00
|
|
|
- tomer [#575](https://github.com/penpot/penpot/pull/575)
|
|
|
|
- violoncelloCH [#554](https://github.com/penpot/penpot/pull/554)
|
2021-02-10 16:52:24 +01:00
|
|
|
|
2021-02-04 16:27:54 +01:00
|
|
|
## 1.1.0-alpha
|
|
|
|
|
|
|
|
- Bugfixing and stabilization post-launch
|
|
|
|
- Some changes to the register flow
|
|
|
|
- Improved MacOS shortcuts and helpers
|
|
|
|
- Small changes to shape creation
|
|
|
|
|
|
|
|
|
|
|
|
## 1.0.0-alpha
|
|
|
|
|
|
|
|
Initial release
|