Technical blog

Upgrade note for ARender 2023.9.0

ARender 2023.9.0 Upgrade Notes

🔗 Check out the Release Notes ARender 2023.9.0

Version Upgrade

From a version equal to or higher than 4.8

Since version 4.8, several changes have been made to configurations and classes. These changes mainly concern the following elements:

  • Property File Configuration

    • Removal of certain deprecated properties.

    • Renaming of properties to align configuration with new requirements.

  • XML Bean File Configuration

    • Removal of some beans that are now unused or replaced.

    • Modification of bean definitions to meet new criteria.

We recommend thoroughly reviewing these changes to ensure your implementations are compatible with version 4.8 or higher.
For more details on these changes, please refer to the Migration page from 4.8 to 2023 for the Web-UI (HMI) and Rendition.


From version 2023.8

There are no architectural or configuration changes.
However, there is a minor interface behavior change for the hyperlink feature described below.


Interface

Behavior Change

An important improvement has been made to the hyperlink feature.
Previously, when the user clicked on a hyperlink annotation, it would enter edit mode, and hovering over the hyperlink would display a submenu with two buttons:

  • A button to open the hyperlink explorer.

  • A button to directly access the page/URL linked to the hyperlink.

In the current version, this behavior has been changed:

  • Clicking the hyperlink now directly redirects the user to the linked page or URL.

  • Hovering over the hyperlink now displays a submenu with two buttons:

    • A button to open the hyperlink explorer.

    • A button to edit the hyperlink.

This new setup aims to improve the user experience by clearly separating the action of navigating to the linked page from the action of editing the hyperlink.

Before:

After:


Product

Technical Changes

PDFOwl: 1.24-13 to 1.24-15

The version of the native PDFOwl library has been updated to fix issues with displaying PDF content, as well as resolving incorrect page retrieval when the PDFOwl service is used with Windows 11 or Windows Server 2022.