From ff5aa93715e01ed6ea683b63ac4113731ad58d5a Mon Sep 17 00:00:00 2001 From: Belar Date: Sun, 29 Dec 2024 15:23:54 +0000 Subject: [PATCH] docs: add changelog to flatpak --- .../com.authormore.penpotdesktop.metainfo.xml | 40 +++++++++++++------ 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/build/flatpak/com.authormore.penpotdesktop.metainfo.xml b/build/flatpak/com.authormore.penpotdesktop.metainfo.xml index 5f6647f..fd632fc 100644 --- a/build/flatpak/com.authormore.penpotdesktop.metainfo.xml +++ b/build/flatpak/com.authormore.penpotdesktop.metainfo.xml @@ -14,9 +14,9 @@ Penpot Desktop is an unofficial desktop application for the open-source UI/UX design tool, Penpot.

- It delivers a desktop-like experience for Penpot users with the addition of integrated tabs to - conveniently traverse back and forth between projects. Offline support is available through the - "select your own instance" option, and theme settings can be applied to either the + It delivers a desktop-like experience for Penpot users with the addition of integrated tabs to + conveniently traverse back and forth between projects. Offline support is available through the + "select your own instance" option, and theme settings can be applied to either the entire desktop app or just the Penpot dashboard.

@@ -53,13 +53,27 @@ offline-only + + https://github.com/author-more/penpot-desktop/releases/tag/v0.8.0 + +

Features

+
    +
  • Added light/dark mode support.
  • +
+

Internal

+
    +
  • Moved the code base to ES Modules.
  • +
  • Added linting and formatting for code and commit messages.
  • +
+
+
https://github.com/author-more/penpot-desktop/releases/tag/v0.7.0

Features

  • Added a tab management menu.
  • -
  • Added a context menu for a tab item. It gives you an option to reload or duplicate a tab, or batch +
  • Added a context menu for a tab item. It gives you an option to reload or duplicate a tab, or batch close [other, right, left] tabs in relation to the targeted one.

Improvements

@@ -79,9 +93,9 @@

Features:

  • Added navigation requests action prompt.
  • -
  • Added a question system dialog for navigation requests that can't be resolved based on the lists of - allowed origins and URLs. It lets the user decide how a link that can't be predefined should be handled - (e.g. links in plug-ins and custom OpenID providers), with options to cancel, open, or open in a +
  • Added a question system dialog for navigation requests that can't be resolved based on the lists of + allowed origins and URLs. It lets the user decide how a link that can't be predefined should be handled + (e.g. links in plug-ins and custom OpenID providers), with options to cancel, open, or open in a browser (depending on the request).
@@ -108,13 +122,13 @@

Fixes:

    -
  • Fixed links to open in a new tab (e.g. "Open in a new tab" from the project menu, Preview +
  • Fixed links to open in a new tab (e.g. "Open in a new tab" from the project menu, Preview mode) or a default browser, instead of a generic new window.
  • Fixed UI events to consequently interact with the tab bar e.g. showing "no open tabs" page when closing the last tab.

Security:

    -
  • Fixed in-app navigation to have a limited range. +
  • Fixed in-app navigation to have a limited range. Navigation within the app is now limited to a set of allowed addresses.
  • Fixed the webview tag options to go through a verification process.
@@ -130,13 +144,13 @@

New features:

  • Added reload button.
  • -
  • Tab reload functionality is now available under a button in the top section of the app +
  • Tab reload functionality is now available under a button in the top section of the app (to the left of the tab bar).

Security:

  • Enabled process sandboxing.
  • -
  • Tab reload functionality is now available under a button in the top section of the app +
  • Tab reload functionality is now available under a button in the top section of the app (to the left of the tab bar).

Fixes:

@@ -153,7 +167,7 @@
  • Restored security warnings.
  • The app now displays security warnings when running in development mode.
  • Added build artifacts upload.
  • -
  • The CI pipeline now stores build artifacts, which are then available for download on a +
  • The CI pipeline now stores build artifacts, which are then available for download on a job's report page. The artifacts are intended for testing purposes, not for production use.
  • @@ -180,7 +194,7 @@
    -

    This is a legacy release, it serves as an archive and a reference for those who have +

    This is a legacy release, it serves as an archive and a reference for those who have previously used this version of the application and for future development.

    Important Notes: