Update penpot to version 2.6.1 (#2546)

This commit is contained in:
Alexander L. 2025-04-11 13:49:59 +02:00 committed by GitHub
parent 89842492b5
commit e3f7fdf1a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 8 deletions

View File

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
penpot-frontend:
image: penpotapp/frontend:2.5.4@sha256:2cc369ccfee9aed84acc4bdf4d00d9e34c329ec202074dd3c027896f1d251421
image: penpotapp/frontend:2.6.1@sha256:5a1afc4972bf81be3473945f47bbce50513dc4cd47b5f2282d52b13132359b73
volumes:
- ${APP_DATA_DIR}/data/assets:/opt/data/assets
environment:
@ -20,7 +20,7 @@ services:
restart: on-failure
penpot-backend:
image: penpotapp/backend:2.5.4@sha256:9d14571f9e2a5fb1ed00439d76e829aac87bc385c6d2e63b197e75fb2b902edb
image: penpotapp/backend:2.6.1@sha256:a074efc1d0de69ceb1d4533248d78bdb960d1dd96d380e1f259ec2b941bff5dc
# user 1000:1000 to avoid permission issues when importing libraries and templates
user: "1000:1000"
volumes:
@ -42,7 +42,7 @@ services:
restart: on-failure
penpot-exporter:
image: penpotapp/exporter:2.5.4@sha256:6e7029fd14bae3d4205407b5b8252445cbd0c563de815aedb8822933ecda0493
image: penpotapp/exporter:2.6.1@sha256:48c473819c2c51b65885e52e1c47fa4d26aeabab6c2919fbcb7a51aeadccac38
user: "1000:1000"
environment:
- PENPOT_PUBLIC_URI=http://penpot-frontend

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: penpot
category: developer
name: Penpot
version: "2.5.4"
version: "2.6.1"
tagline: Design and prototyping platform
description: >-
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
@ -11,10 +11,18 @@ description: >-
while getting developers excited about the design process in return.
releaseNotes: >-
This update includes new features and improvements:
- Added support for WEBP format on shape export
- Fixed feature loading on workspace when opening a file in a background tab
- Improved handling of viewer role and inspect mode
- Enhanced comment functionality in the viewer's sidebar
- Added "Mark All as Read" for comments
- Introduced comment bubble groups
- Redesigned templates carousel
- Launched Design Tokens system (CRUD, theming, math, integration)
- Improved tooltips for new users
- Fixed UI issues (opacity, resizing, toolbar clicks, chat icon overlap)
- Enabled scrolling for large plugin lists
- Fixed cut/paste and duplicate component bugs
- Improved task result handling and asset input validation
- Fixed webhooks not shown in list
- Fixed colorpicker scroll when dropdown displayed
- Cleaned internal workspace state on exit or url changed
Full release notes are found at https://github.com/penpot/penpot/releases