Penpot is een opensource ontwerpprogramma waar programmeurs en grafische ontwikkelaars in kunnen samenwerken. Het is vergelijkbaar met software zoals Figma en Lunacy. Een basisversie kan gratis worden gebruikt en er zijn ook betaalde mogelijkheden met extra functionaliteit en betere ondersteuning. In alle gevallen heb je de mogelijkheid om het zelf te hosten of om van de cloud van Penpot gebruik te maken. Enkele weken geleden is versie 2.4.0 van Penpot uitgekomen en inmiddels zijn er ook drie updates met voornamelijk bugfixes verschenen.
Penpot 2.4.3
Bugs fixed
- Fix errors from editable select on measures menu Taiga #9888
- Fix exception on importing some templates from templates slider
- Consolidate adding share button to workspace
- Fix problem when pasting text Taiga #9929
- Fix incorrect media reference handling on component instantiation
Penpot 2.4.2
Bugs fixed
- Fix detach when top copy is dangling and nested copy is not Taiga #9699
- Fix problem in plugins with
replaceColor
method #174- Fix issue with recursive commponents Taiga #9903
- Fix missing methods reference on API Docs
- Fix memory usage issue on file-gc asynchronous task (related to snapshots feature)
Penpot 2.4.1
Bugs fixed
- Fix error when importing files with touched components Taiga #9625
- Fix problem when changing color libraries Plugins #184
Penpot 2.4.0
Breaking changes & DeprecationsNew features
- Use nginx-unprivileged as base image for
Penpot's frontend docker image. Now all the docker images runs with the same unprivileged user
(penpot). Because of that, the default NGINX listen port is now 8080 instead of 80, so
you will have to modify your infrastructure to apply this change.- Redis 7.2 is explicitly pinned in our example docker-compose.yml file. This is done because,
starting with the next versions, Redis is no longer distributed under an open-source license.
On-premise users are obviously free to upgrade to the version they are using or a more modern one.
Keep in mind that if you were using a version other than 7.2, you may have to recreate the volume
associated with the Redis container because the 7.2 storage format may not be compatible with what
you already have stored on the volume, and Redis may not start. In the near future, we will evaluate
whether to move to an open-source version of Redis (such as https://valkey.io/).Bugs fixed
- Viewer role for team members Taiga #1056 & Taiga #6590
- File history versions management Taiga #187
- Rename selected layer via keyboard shortcut and context menu option Taiga #8882
- New .penpot file format Taiga #8657
- Fix problem with some texts desynchronization Taiga #9379
- Fix problem with reoder grid layers #5446
- Fix problem with swap component style #9542