0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00
penpot/CHANGES.md

92 lines
4.7 KiB
Markdown
Raw Normal View History

2021-02-04 10:27:54 -05:00
# CHANGELOG #
## :rocket: Next
2021-02-04 10:27:54 -05:00
### :sparkles: New features
2021-02-11 12:04:02 -05:00
2021-02-18 08:37:54 -05:00
- Add major refactor of internal pubsub/redis code; improves scalability and performance [#640](https://github.com/penpot/penpot/pull/640)
- Add optional loki integration [#645](https://github.com/penpot/penpot/pull/645)
- Add emailcatcher and ldap test containers to devenv. [#506](https://github.com/penpot/penpot/pull/506)
2021-02-22 08:13:27 -05:00
- Add proper http session lifecycle handling.
2021-02-18 08:37:54 -05:00
- Add more presets for artboard [#654](https://github.com/penpot/penpot/pull/654)
- Bounce & Complaint handling [#635](https://github.com/penpot/penpot/pull/635)
- Disable groups interactions when holding "Ctrl" key (deep selection)
- New action in context menu to "edit" some shapes (binded to key "Enter")
- Allow to set border radius of each rect corner individually
2021-02-11 12:04:02 -05:00
### :bug: Bugs fixed
2021-02-11 12:04:02 -05:00
- 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).
- Fix corner cases on invitation/signup flows.
- 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-22 08:13:27 -05:00
- Fix infinite recursion on logout.
- Have language change notification written in the new language [Taiga #1205](https://tree.taiga.io/project/penpot/issue/1205)
2021-02-11 12:04:02 -05: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).
- Refactor LDAP auth backend.
2021-02-18 08:37:54 -05: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 12:04:02 -05:00
2021-02-11 12:04:02 -05:00
## 1.2.0-alpha
### :sparkles: New features
2021-02-05 05:27:01 -05:00
2021-02-11 12:04:02 -05:00
- Add horizontal/vertical flip
2021-02-10 11:17:16 -05: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 12:04:02 -05:00
- Add new blob storage format (Zstd+nippy)
2021-02-10 11:17:16 -05:00
- Add user feedback form
2021-02-11 12:04:02 -05: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)
- 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 12:04:02 -05:00
2021-02-05 05:27:01 -05:00
### :bug: Bugs fixed
2021-02-04 10:27:54 -05:00
- Fix 404 when access shared link [#615](https://github.com/penpot/penpot/issues/615)
2021-02-11 12:04:02 -05:00
- Fix 500 when requestion password reset
- Fix Problems 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)
2021-02-11 12:04:02 -05: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
- 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)
2021-02-11 12:04:02 -05:00
- 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)
2021-02-11 12:04:02 -05: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)
### :heart: Community contributions by (Thank you!)
2021-02-10 11:17:16 -05:00
2021-02-11 12:04:02 -05:00
- abtinmo [#538](https://github.com/penpot/penpot/pull/538)
2021-02-10 11:17:16 -05:00
- kdrag0n [#585](https://github.com/penpot/penpot/pull/585)
2021-02-11 12:04:02 -05:00
- nisrulz [#586](https://github.com/penpot/penpot/pull/586)
2021-02-10 11:17:16 -05:00
- tomer [#575](https://github.com/penpot/penpot/pull/575)
- violoncelloCH [#554](https://github.com/penpot/penpot/pull/554)
2021-02-10 10:52:24 -05:00
2021-02-04 10:27:54 -05: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