mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update penpot to version 2.2.0 (#1636)
This commit is contained in:
parent
c425deaebc
commit
51ebb97a77
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
penpot-frontend:
|
||||
image: penpotapp/frontend:2.1.2@sha256:fabd50fb29567fb53ebf2aedd3f717b89f4b44b06a44414f2a29558b3f10ce55
|
||||
image: penpotapp/frontend:2.2.0@sha256:b725df199487d88d50bb96716fd50d39621c75549b12862bcc3ea68537ef1b7e
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/assets:/opt/data/assets
|
||||
environment:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
penpot-backend:
|
||||
image: penpotapp/backend:2.1.2@sha256:8c244f241d261620f50c02c0bd61e59b41c0e8dc96d3708c134076d6fb9187af
|
||||
image: penpotapp/backend:2.2.0@sha256:821c642580ed1107ea8ef2a951bfefcfbcee56a4a78559ebdb941249f1e9a3a6
|
||||
# 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.1.2@sha256:e155660771dc2f966962efdb2b3c2aeedb4bfb50e8de18cacc0f4b2d12c6a90e
|
||||
image: penpotapp/exporter:2.2.0@sha256:e8ced1e3db4e61db7c7dce2898bfa69da7c2344962e50d162343f7bd8f6a9dcc
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
- PENPOT_PUBLIC_URI=http://penpot-frontend
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: penpot
|
||||
category: developer
|
||||
name: Penpot
|
||||
version: "2.1.2"
|
||||
version: "2.2.0"
|
||||
tagline: Design and prototyping platform
|
||||
description: >-
|
||||
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
|
||||
@ -10,14 +10,19 @@ description: >-
|
||||
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.
|
||||
releaseNotes: >-
|
||||
This update includes several bug fixes and improvements:
|
||||
- Fixed an issue where switching the language to "zh_hant" would result in a 400 error
|
||||
- Resolved a problem with SMTP configuration ignoring the port when SSL is set
|
||||
- Added the ability for users to authenticate with a private OIDC provider only
|
||||
⚠️ This version of Penpot no longer includes the "merge assets" option when exporting ".svg + .json" files.
|
||||
|
||||
|
||||
This update includes several new features and improvements:
|
||||
|
||||
- Added tiered file data storage for offloading inactive file data to object storage
|
||||
- Implemented full JSON interoperability for the HTTP API
|
||||
- Introduced automatic file snapshotting for recovery purposes
|
||||
- Updated templates in libraries and dashboard modal
|
||||
- Implemented new Design System components
|
||||
- Added Storybook for Design System components
|
||||
|
||||
Full release notes are found at https://github.com/penpot/penpot/releases.
|
||||
|
||||
developer: Penpot
|
||||
website: https://penpot.app/
|
||||
dependencies: []
|
||||
|
Loading…
Reference in New Issue
Block a user