From e5c2bb616d498eb5291757faa187d05fb23924f6 Mon Sep 17 00:00:00 2001 From: jeroencosyn <51122933+jeroencosyn@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:54:22 +0100 Subject: [PATCH 1/2] Draft version of GraFx Studio release notes --- docs/release-notes/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 590b2a3e..19d990b7 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -1,5 +1,23 @@ # Release notes +## Nov 2, 2023 - GraFx Studio + +![rn_icon](https://chilipublishdocs.imgix.net/logos/CHILI_LOGOS_OK-09.svg) + +### Features + +- Our new AI assistant GraFx Genie can help you write actions. Just tell it what the action should do and it will generate the JavaScript code for you (available in experimental mode) +- You can change the unit of a layout to millimeters or inches. This is a first step toward enabling print output with GraFx Studio! (available in experimental mode) + +### Improvements + +- You can reorder frames in the Layers panel by drag and drop. This changes the order in which frames are rendered on top of each other +- Improved handling of invalid input in the property input fields + +### Fixes + +- Fixed issue where a frame was accidentally deleted when using the delete/backspace key while a dialog is open but the focus is not on the text input field + ## Oct 20, 2023 - We go live! GraFx Studio, GraFx Fonts & GraFx Media go live! From efd5c7d576a08805f5eb772a0d9a8b762ef12764 Mon Sep 17 00:00:00 2001 From: jeroencosyn <51122933+jeroencosyn@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:51:00 +0100 Subject: [PATCH 2/2] Release notes for the GraFx Studio release on Nov 7 --- docs/release-notes/index.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 19d990b7..cc4cd3ea 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -1,22 +1,35 @@ # Release notes -## Nov 2, 2023 - GraFx Studio +## Nov 7, 2023 - GraFx Studio ![rn_icon](https://chilipublishdocs.imgix.net/logos/CHILI_LOGOS_OK-09.svg) ### Features -- Our new AI assistant GraFx Genie can help you write actions. Just tell it what the action should do and it will generate the JavaScript code for you (available in experimental mode) -- You can change the unit of a layout to millimeters or inches. This is a first step toward enabling print output with GraFx Studio! (available in experimental mode) +- Our new AI assistant [GraFx Genie](/GraFx-Studio/concepts/grafx-genie/) can help you write actions! Just tell it what the action should do and it will generate the JavaScript code for you (available in [experimental](/release-notes/experimental/) mode) +- You can change the unit of a layout to millimeters or inches. This is a first step toward enabling print output with GraFx Studio! (available in [experimental](/release-notes/experimental/) mode) ### Improvements - You can reorder frames in the Layers panel by drag and drop. This changes the order in which frames are rendered on top of each other - Improved handling of invalid input in the property input fields +- Added support for images with a custom crop in PDF output (available in [experimental](/release-notes/experimental/) mode) ### Fixes -- Fixed issue where a frame was accidentally deleted when using the delete/backspace key while a dialog is open but the focus is not on the text input field +- Assets are shown twice in the Media panel +- Selected frame is deleted when using the delete/backspace key while a dialog is open but the focus is not on the text input field +- Actions that use the "Frame moved" trigger are executed multiple times when the frame is moved by holding down an arrow key +- Action is not added to the undo/redo stack if the Folder setting for the GraFx Media connector was changed in the image variable settings +- Cannot insert an empty text variable in a text frame +- Not able to apply the default Arial font to text +- Font style does not display the correct style when the default Arial font is used +- Updated value of line height in character style is applied to the text only after entering text edit mode +- Paragraph style cannot be set after deleting the used font +- Paragraph style settings can't be opened by pencil icon if you clicked outside before +- 'Null' is present for character style settings when you provide an invalid value +- Copyfitting maximum value resets to the default value on frame movement +- Text overflow warning icon is shown for a second when you switch between text frames in text edit mode ## Oct 20, 2023 - We go live!