# Release notes 2024.2

**URL:** https://community.triggre.com/t/release-notes-2024-2/746
**Category:** Release notes
**Tags:** actions, designer, flow-parts
**Created:** [July 11, 2024, 7:00am UTC](https://community.triggre.com/t/release-notes-2024-2/746 "2024-07-11T07:00:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jesse](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.triggre.com/jesse/32/88_2.png) [@Jesse](https://community.triggre.com/u/Jesse)
#### Post date: [July 11, 2024, 7:00am UTC](https://community.triggre.com/t/release-notes-2024-2/746/1 "2024-07-11T07:00:28Z")

</div>

[![](https://canada1.discourse-cdn.com/flex035/uploads/triggre/original/1X/edce2670d9495a162a621a8f17e8d8dc4d976889.jpeg "NEW in Triggre: improvements in arrows, Web API error handling, image processing and much more!") ](https://www.youtube.com/watch?v=1DFHRiRO3Iw)

**Arrows stay when removing items**  
In the flow part, user flow and automation flow editors, when you remove an item after an arrow, the arrow is no longer automatically removed. This includes the buttons that you have made in your user flows; meaning you can stop stressing about that very complicated business rule you put into that button, as it will be here to stay!

**PDF generation**  
With this release we introduce a completely new PDF rendering engine, which provides much faster performance and results in smaller PDF files. The speed increase should specifically be noticeable when your document contains one or more charts. There could be minor differences with the old engine:

- About 0.5mm difference in page size
- Minor diffences in element placement (1-2mm)
- Slight difference in how fonts are rendered
- Better unicode support, including emojis 👍

**Image format support**  
We have extended our support for newer formats such as WEBP and HEIC/HEIF. Triggre now supports: BMP, GIF, HEIF, JPEG, JPEG XL, PNG, TIFF and WEBP. On Windows, Triggre also supports ICO files. SVG files can be uploaded and are displayed, but otherwise have limited support (there is no extensive vector image support in Triggre).

**Improved image processing**  
With this release, we have improved our image processing logic, resulting in faster loading of images that you use in your application. We now apply the following conversion logic:

- BMP, TIFF → PNG
- JPEG XL, HEIF → JPEG
- ICO, JPEG, GIF, PNG, WEBP - no conversion

**Improved Web API error handling**  
We have made another small improvement in the Web API error handling, in case of 500 errors. If the server sends a 500-599 status code, and sends data in JSON format, you can now use that data in your flow part. This is a very exceptional case, as usually these errors mean that something went wrong on the server and no data could be sent.
