Update penpot to version 2.5.3 (#2347)

This commit is contained in:
Alexander L. 2025-03-17 18:10:03 +01:00 committed by GitHub
parent d07c8d810d
commit eea7fb6db8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 11 deletions

View File

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
penpot-frontend: penpot-frontend:
image: penpotapp/frontend:2.4.3@sha256:1b7249ed23694f2b82d28b07e71fc788175f3e4e2606f19da07b78a220264fc3 image: penpotapp/frontend:2.5.3@sha256:27ebfe80b1a448547879c509d672ed5989103c22e153fd2f9e8a2333b20220b7
volumes: volumes:
- ${APP_DATA_DIR}/data/assets:/opt/data/assets - ${APP_DATA_DIR}/data/assets:/opt/data/assets
environment: environment:
@ -20,7 +20,7 @@ services:
restart: on-failure restart: on-failure
penpot-backend: penpot-backend:
image: penpotapp/backend:2.4.3@sha256:f716f3e66738fb868cc718d0c629a1737bca79792ba37813fed20fd001142210 image: penpotapp/backend:2.5.3@sha256:dc4ecfb11eaf780515f9245a76240588df0a3e4bfb728d562047dce6f529667b
# user 1000:1000 to avoid permission issues when importing libraries and templates # user 1000:1000 to avoid permission issues when importing libraries and templates
user: "1000:1000" user: "1000:1000"
volumes: volumes:
@ -42,7 +42,7 @@ services:
restart: on-failure restart: on-failure
penpot-exporter: penpot-exporter:
image: penpotapp/exporter:2.4.3@sha256:60adce36eb42c46df7f2f8bb94d68b9c633f09ffcf7242c84da73eb056a959ef image: penpotapp/exporter:2.5.3@sha256:66f3e6e642ed4e51d40ed6ca97cdfaa1fc0db361bee234c122f73b0034fa6b52
user: "1000:1000" user: "1000:1000"
environment: environment:
- PENPOT_PUBLIC_URI=http://penpot-frontend - PENPOT_PUBLIC_URI=http://penpot-frontend

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: penpot id: penpot
category: developer category: developer
name: Penpot name: Penpot
version: "2.4.3" version: "2.5.3"
tagline: Design and prototyping platform tagline: Design and prototyping platform
description: >- description: >-
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams. Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
@ -10,13 +10,17 @@ description: >-
of open standards, specifically SVG. Penpot invites designers all over the world to fall in love with open source of open standards, specifically SVG. Penpot invites designers all over the world to fall in love with open source
while getting developers excited about the design process in return. while getting developers excited about the design process in return.
releaseNotes: >- releaseNotes: >-
This update includes several improvements and fixes: This update includes several new features, improvements and fixes:
- Fixed issues with editable measurements menu - Added multi-stop support and radial options to gradients
- Improved template import reliability - Implemented shareable links to specific boards
- Enhanced workspace sharing functionality - Added ability to copy styles in CSS and between shapes
- Better text pasting behavior - Added text content copying to clipboard
- Fixed media handling in components - Added board resize to fit content option
- Implemented comment mentions, sidebar filters and notifications
- Fixed component sync issues with multiple tabs open
- Fixed problem with selection colors and strokes not refreshing in Safari
- Fixed issue with media asset reference handling
- Improved Nginx entrypoint to dynamically get resolvers by default
Full release notes are found at https://github.com/penpot/penpot/releases Full release notes are found at https://github.com/penpot/penpot/releases
developer: Penpot developer: Penpot