Skip to content

Commit

Permalink
Update penpot to 2.3.3 (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 20, 2024
1 parent d6dac27 commit dec5a8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
6 changes: 3 additions & 3 deletions penpot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

penpot-frontend:
image: penpotapp/frontend:2.2.0@sha256:b725df199487d88d50bb96716fd50d39621c75549b12862bcc3ea68537ef1b7e
image: penpotapp/frontend:2.3.3@sha256:db917a49091539f070f0f8faa11e4fed11ec8c4b7454e4929445a99a2849db0a
volumes:
- ${APP_DATA_DIR}/data/assets:/opt/data/assets
environment:
Expand All @@ -20,7 +20,7 @@ services:
restart: on-failure

penpot-backend:
image: penpotapp/backend:2.2.0@sha256:821c642580ed1107ea8ef2a951bfefcfbcee56a4a78559ebdb941249f1e9a3a6
image: penpotapp/backend:2.3.3@sha256:2818a2b573d5b0859cbf8572e1cdf54f8935a8afb1200d0226eeb7de350ff105
# user 1000:1000 to avoid permission issues when importing libraries and templates
user: "1000:1000"
volumes:
Expand All @@ -42,7 +42,7 @@ services:
restart: on-failure

penpot-exporter:
image: penpotapp/exporter:2.2.0@sha256:e8ced1e3db4e61db7c7dce2898bfa69da7c2344962e50d162343f7bd8f6a9dcc
image: penpotapp/exporter:2.3.3@sha256:d4ce89fb54f5843464e72b9b74709a46d810409cca2fa2cb15552b5142082791
user: "1000:1000"
environment:
- PENPOT_PUBLIC_URI=http://penpot-frontend
Expand Down
20 changes: 8 additions & 12 deletions penpot/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,21 @@ manifestVersion: 1
id: penpot
category: developer
name: Penpot
version: "2.2.0"
version: "2.3.3"
tagline: Design and prototyping platform
description: >-
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
Unconstrained by operating systems, Penpot utilizes the flexibility of web-based platforms and the interoperability
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 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
This update introduces several exciting improvements:
- New plugin system for extending Penpot's functionality
- Improved text editing experience with better IME support
- Enhanced clipboard support
- Better performance for text editing operations
- Various improvements to constraints, shadows, and layout handling
- Multiple bug fixes and usability enhancements
Full release notes are found at https://github.com/penpot/penpot/releases.
developer: Penpot
Expand Down

0 comments on commit dec5a8b

Please sign in to comment.