Update penpot to 2.4.3 (#2149)
This commit is contained in:
parent
97d1ede1c7
commit
4e949df191
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
penpot-frontend:
|
||||
image: penpotapp/frontend:2.4.2@sha256:4b8e5db32dddd133ea75a0d03c2f0f17189d5ae4834713ff8bb9cc76a17b6704
|
||||
image: penpotapp/frontend:2.4.3@sha256:1b7249ed23694f2b82d28b07e71fc788175f3e4e2606f19da07b78a220264fc3
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/assets:/opt/data/assets
|
||||
environment:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
penpot-backend:
|
||||
image: penpotapp/backend:2.4.2@sha256:3036c8be257ef3de250bf0d099518c9b5bf840bd1e4ff7399ebc731ea1eb2bd2
|
||||
image: penpotapp/backend:2.4.3@sha256:f716f3e66738fb868cc718d0c629a1737bca79792ba37813fed20fd001142210
|
||||
# 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.4.2@sha256:28e6be7b713bfa6e9e34bcfec6cf61f13e92fefc8d36f4a3273940a9e3368211
|
||||
image: penpotapp/exporter:2.4.3@sha256:60adce36eb42c46df7f2f8bb94d68b9c633f09ffcf7242c84da73eb056a959ef
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
- PENPOT_PUBLIC_URI=http://penpot-frontend
|
||||
@ -65,4 +65,4 @@ services:
|
||||
penpot-redis:
|
||||
image: redis:7@sha256:45bfd95117a171ff9c1b5304bdae80a7a61eb5bbf0793d6a86c9078526ad88fa
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
restart: on-failure
|
||||
|
||||
@ -1 +1 @@
|
||||
export APP_PENPOT_UI_PORT="9001"
|
||||
export APP_PENPOT_UI_PORT="9001"
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: penpot
|
||||
category: developer
|
||||
name: Penpot
|
||||
version: "2.4.2"
|
||||
version: "2.4.3"
|
||||
tagline: Design and prototyping platform
|
||||
description: >-
|
||||
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
|
||||
@ -11,15 +11,14 @@ description: >-
|
||||
while getting developers excited about the design process in return.
|
||||
releaseNotes: >-
|
||||
This update includes several improvements and fixes:
|
||||
- Enhanced plugin system functionality
|
||||
- Improved text editing with better IME support
|
||||
- Enhanced clipboard operations
|
||||
- Better performance for text operations
|
||||
- Improved handling of constraints, shadows, and layouts
|
||||
- Fixed various memory usage issues
|
||||
- Resolved component handling issues
|
||||
- Fixed issues with editable measurements menu
|
||||
- Improved template import reliability
|
||||
- Enhanced workspace sharing functionality
|
||||
- Better text pasting behavior
|
||||
- Fixed media handling in components
|
||||
|
||||
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
|
||||
website: https://penpot.app/
|
||||
dependencies: []
|
||||
@ -34,4 +33,4 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/605
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/605
|
||||
|
||||
Loading…
Reference in New Issue
Block a user