Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: penpot/penpot

2.11.1

13 Nov 10:58

Choose a tag to compare

2.11.0

11 Nov 17:57

Choose a tag to compare

πŸ’₯ Breaking changes & Deprecations

  • Deprecated configuration variables with the prefix PENPOT_ASSETS_*, and will be
    removed in future versions:

  • The PENPOT_ASSETS_STORAGE_BACKEND becomes PENPOT_OBJECTS_STORAGE_BACKEND and its
    values passes from (assets-fs or assets-s3) to (fs or s3)

  • The PENPOT_STORAGE_ASSETS_FS_DIRECTORY becomes PENPOT_OBJECTS_STORAGE_FS_DIRECTORY

  • The PENPOT_STORAGE_ASSETS_S3_BUCKET becomes PENPOT_OBJECTS_STORAGE_S3_BUCKET

  • The PENPOT_STORAGE_ASSETS_S3_REGION becomes PENPOT_OBJECTS_STORAGE_S3_REGION

  • The PENPOT_STORAGE_ASSETS_S3_ENDPOINT becomes PENPOT_OBJECTS_STORAGE_S3_ENDPOINT

  • The PENPOT_STORAGE_ASSETS_S3_IO_THREADS replaced (see below)

  • Add PENPOT_NETTY_IO_THREADS and PENPOT_EXECUTOR_THREADS variables to provide the
    control over concurrency of the shared resources used by netty. Penpot uses the netty IO
    threads for AWS S3 SDK and Redis/Valkey communication, and the EXEC threads to perform
    out of HTTP serving threads tasks such that cache invalidation, S3 response completion,
    configuration reloading and many other auxiliar tasks. By default they use a half number
    if available cpus with a minumum of 2 for both executors. You should not touch that
    variables unless you are know what you are doing.

  • Replace the PENPOT_STORAGE_ASSETS_S3_IO_THREADS with a more general configuration
    PENPOT_NETTY_IO_THREADS used to configure a shared netty resources across different
    services which use netty internally (redis connection, S3 SDK client). This
    configuration is not very commonly used so don't expected real impact on any user.

✨ New features & Enhancements

πŸ› Bugs fixed

  • Fix selection problems when devtools open Taiga #11950
  • Fix long font names overlap Taiga #11844
  • Fix paste behavior according to the selected element Taiga #11979
  • Fix problem with export size Github #7160
  • Fix multi level library dependencies Taiga #12155
  • Fix component context menu options order in assets tab Taiga #11941
  • Fix error updating library Taiga #12218
  • Fix restoring a variant in another file makes it overlap the existing variant Taiga #12049
  • Fix auto-width changes to fixed when switching variants Taiga #12172
  • Fix component number has no singular translation string Taiga #12106
  • Fix adding/removing identical text fills Taiga #12287
  • Fix scroll on the inspect tab Taiga #12293
  • Fix lock proportion tooltip Taiga #12326
  • Fix internal Error when selecting a set by name in the token theme editor Taiga #12310
  • Fix drag & drop functionality is swapping instead or reordering Taiga #12254
  • Fix variants not syncronizing tokens on switch Taiga #12290
  • Fix incorrect behavior of Alt + Drag for variants Taiga #12309
  • Fix text override is lost after switch Taiga #12269
  • Fix exporting a board crashing the app Taiga #12384
  • Fix nested variant in a component doesn't keep inherited overrides Taiga #12299
  • Fix selected colors not showing colors from children shapes in multiple selection Taiga #12384
  • Fix scrollbar issue in design tab Taiga #12367
  • Fix library update notificacions showing when they should not Taiga #12397
  • Fix remove flex button doesn’t work within variant Taiga #12314
  • Fix an error translation Taiga #12402
  • Fix problem with certain text input in some editable labels (pages, components, tokens...) being in conflict with the drag/drop functionality Taiga #12316
  • Fix not controlled theme renaming Taiga #12411
  • Fix paste without selection sends the new element in the back Taiga #12382
  • Fix options button does not work for comments created in the lower part of the screen Taiga #12422
  • Fix problem when checking usage with removed teams Taiga #12442
  • Fix focus mode persisting across page/file navigation Taiga #12469
  • Fix shadow color validation Github #7705
  • Fix exception on selection blend-mode using keyboard Github #7710
  • Fix crash when using decimal (floating-point) values for X/Y or width/height Taiga #12543

2.10.1

16 Oct 10:18

Choose a tag to compare

✨ New features & Enhancements

πŸ› Bugs fixed

  • Fix regression with text shapes creation with Plugins API Taiga #12244

2.10.0

29 Sep 16:09

Choose a tag to compare

πŸš€ Epics and highlights

  • Variants

πŸ’₯ Breaking changes & Deprecations

❀️ Community contributions (Thank you!)

✨ New features & Enhancements

πŸ› Bugs fixed

  • Display strokes information in inspect tab Taiga #11154
  • Fix problem with booleans selection Taiga #11627
  • Fix missing font when copy&paste a chunk of text Taiga #11522
  • Fix bad swap slot after two swaps Taiga #11659
  • Fix missing package for the penpot_exporter Docker image GitHub #7205
  • Fix issue where multiple dropdown menus could be opened simultaneously on the dashboard page Taiga #11500
  • Fix font size/variant not updated when editing a text Taiga #11552
  • Fix issue where Alt + arrow keys shortcut interferes with letter-spacing when moving text layers Taiga #11552
  • Fix consistency issues on how font variants are visualized Taiga #11499
  • Fix parsing rx and ry SVG values for rect radius Taiga #11861
  • Fix misleading affordance in saved versions Taiga #11887
  • Fix pasting RTF text crashes penpot Taiga #11717
  • Fix navigation arrows in Libraries & Templates carousel Taiga #10609
  • Fix applying tokens with zero value to size Taiga #11618
  • Fix typo Taiga #11969
  • Fix typo Taiga #11970
  • Fix typos Taiga #11971
  • Fix inconsistent naming for "Flatten" Taiga #8371
  • Layout item tokens should be unapplied when moving out of a layout Taiga #11012
  • Fix incorrect date displayed for support plan Taiga #11986
  • Fix can't import 'borderWidth' type token #132
  • Fix moving elements up or down while pressing alt Taiga Issue #11992
  • Fix conflicting shortcuts (remove dec/inc line height and letter spacing) Taiga #12102
  • Fix conflicting shortcuts (remove text-align shortcuts) Taiga #12047
  • Fix export file with empty tokens library Taiga #12137
  • Fix context menu on spacing tokens Taiga #12141

2.9.0

29 Aug 08:06
ed5875f

Choose a tag to compare

❀️ Community contributions (Thank you!)

✨ New features & Enhancements

  • Add visual indicator for new comments in the workspace Taiga #11328
  • On components overrides, separate the content of the text from the rest of properties Taiga #7434
  • Improve dashboard's sidebar Taiga #10700
  • Change "Save color" button to primary button Taiga #9410
  • Support for exif rotated images GitHub #6767
  • Display Blend Mode and Layer Opacity properties in the Inspect tab Taiga #11283
  • Provide CSS mix-blend-mode property in code editor when present on shape Taiga #11282
  • Add the option to import tokens in a .zip file. Taiga #11378
  • New typography token type - font size token Taiga #10938
  • Hide bounding box while editing visual effects Taiga #11576
  • Improved text layer resizing: Allow double-click on text bounding box to set auto-width/auto-height Taiga #11577
  • Improve text layer auto-resize: auto-width switches to auto-height on horizontal resize, and only switches to fixed on vertical resize Taiga #11578
  • Add the ability to show login dialog on profile settings Github #6871
  • Improve the application of tokens with object specific tokens Taiga #10209
  • Add info to apply-token event Taiga #11710
  • Fix double click on set name input Taiga #11747

πŸ› Bugs fixed

  • Copying font size does not copy the unit Taiga #11143
  • Fix text-decoration line-through that displays a wrong property value Taiga #11145
  • Fix display error message on register form Taiga #11444
  • Fix toggle focus mode did not restore viewport and selection upon exit GitHub #6280
  • Fix problem when creating a layout from an existing layout Taiga #11554
  • Fix title button from Title Case to Capitalize Taiga #11476
  • Fix touchpad swipe leading to navigating back/forth GitHub #4246
  • Keep color data when copying from info tab into CSS Taiga #11144
  • Update HSL values to modern syntax as defined in W3C CSS Color Module Level 4 Taiga #11144
  • Fix main component receives focus and is selected when using 'Show Main Component' Taiga #11402
  • Fix UI theme selection from main menu Taiga #11567
  • Fix duplicating pages with mainInstance shapes nested inside groups Taiga #10774
  • Fix ESC key not closing Add/Manage Libraries modal Taiga #11523
  • Fix copying a shadow color from info tab Taiga #11211
  • Fix remove color button in the gradient editor Taiga #11623
  • Fix "Copy as SVG" generates different code from the Inspect panel Taiga #11519
  • Fix overriden tokens in text copies are not preserved Taiga #11486
  • Fix problem when changing between flex/grid layout Taiga #11625
  • Fix opacity on stroke gradients Taiga #11646
  • Fix change from gradient to solid color Taiga #11648
  • Fix the context menu always closes after any action Taiga #11624
  • Fix X & Y position do not sincronize with tokens Taiga #11617
  • Fix tooltip position after first time Taiga #11688
  • Fix inconsistent ordering of pinned projects on dashboard sidebar Taiga #11674
  • Fix export button width on inspect tab Taiga #11394
  • Fix stroke width token application Taiga #11724
  • Fix number token application on shape Taiga #11331
  • Fix auto height is fixed in the HTML inspect tab for text elements Taiga #11680

2.8.1

01 Aug 07:43

Choose a tag to compare

πŸ› Bugs fixed

  • Fix unexpected exception on processing old texts Github #6889
  • Fix UI theme selection from main menu Taiga #11567
  • Add missing migration information to file snapshots Github #686
  • Fix error on inspect tab when selecting multiple shapes Taiga #11655

2.8.0

31 Jul 15:27

Choose a tag to compare

πŸ’₯ Breaking changes & Deprecations

Penpot Library

The initial prototype is completly reworked for provide a more consistent API
and to have proper validation and params decoding. All the details can be found
on its own changelog

Penpot migrate from Redis to Valkey

As Valkey is an opne-souce fork of Redis
version 7.2.4, this version of Penpot will be compatible with Redis but may diverge
in future versions. Therefore, migration from Redis to ValKey is recommended for all
on-premises instances
that want to keep up to date.

❀️ Community contributions (Thank you!)

✨ New features & Enhancements

  • Optimize profile setup flow for better user experience Taiga #10028
  • Rewrite path shape data PathData encoding Taiga #8542
  • Update base image for Docker Backend and Exporter to Ubuntu 24.04
  • Update base image for Docker Frontend to Nginx 1.28.0
  • Allow multi file token import Github #27
  • Create input* wrapper component, and label*, input-field* and hint-message* components Taiga #10713
  • Deselect layers (and path nodes) with Ctrl+Shift+Drag Github #2509
  • Copy to SVG from contextual menu Github #838
  • Add styles for Inkeep Chat at workspace Taiga #10708
  • Add configuration for air gapped installations with Docker
  • Support system color scheme Github #5030
  • Persist ruler visibility across files and reloads GitHub #4586
  • Update google fonts (at 2025/05/19) Taiga 10792
  • Add tooltip component to DS Taiga 9220
  • Allow multi file token export Taiga #10144
  • Fix problem when double click on hidden shapes Taiga #11314

πŸ› Bugs fixed

  • Fix getCurrentUser for plugins api Taiga #11057
  • Fix spacing / sizes of different elements in the measurements section of the design tab Taiga #11076
  • Fix selection of short paths Github #4472
  • Fix element positioning on the right side to adjust to grid #11073
  • Fix palette is over sidebar #11160
  • Fix font size input not displaying "mixed" when multiple texts are selected Taiga #11177
  • Misalignments at Create account Taiga #11315
  • Fix issue with importing files where flex/grid is used Taiga #11334
  • Fix wrong color in the export progress bar Taiga #11299
  • Fix right sidebar width overflow on long layer names Taiga #11212
  • Fix comment icon fill Taiga #11388
  • Fix gap on radio-buttons component Taiga #11360
  • Fix button width Taiga #11394
  • Fix mixed letter spacing and line height Taiga #11178
  • Fix snap nodes shortcut Taiga #11054
  • Fix changing a text property in a text layer does not unapply the previously applied token in the same property Taiga #11337
  • Fix shortcut error pressing G+W from the View Mode Taiga #11061
  • Fix entering long project name Taiga #11417
  • Fix slow color picker Taiga #11019
  • Fix tooltip position after click Taiga #11405
  • Fix incorrect media translation on paste text with fill images Github #6845

2.7.2

05 Jun 12:04
4a9fef1

Choose a tag to compare

πŸ› Bugs fixed

2.7.1

03 Jun 08:31
050ffa2

Choose a tag to compare

πŸ› Bugs fixed

  • Fix incorrect handling of strokes with images on importing files
  • Fix tokens disappearing after manual additions Taiga #11063

2.7.0

03 Jun 08:30
99fb905

Choose a tag to compare

❀️ Community contributions (Thank you!)

✨ New features

πŸ› Bugs fixed