v25.04.01 (May 2025)
1. Dithering Enhancements
Dithering enhancements have been implemented for 6-color and 7-color tags to significantly improve image quality and visual clarity.
2. Webhook timestamp enhancements
The insertTime key in the webhook payload has been removed to avoid confusion.
3. Power rail tag reset support
The Power Rail tag reset is intended to be executed on the Power Rail Controller. Once the command is delivered to the controller, it will handle the power management for all associated Power Rail Tags and initiate their reset.
After selecting the desired Power Rail Controller for label reset, click the Reset button. A confirmation popup will appear, displaying the required Gateway firmware version and Controller firmware version.
If the selected controller meets the required firmware versions, you can proceed with the reset operation.
Refer to the image below for guidance.
4. Article Id conversion to string
Artcle ID Handling Improvement (JSON-based Article Posting Only)
This change applies specifically to JSON-based article posting
When articleId uploaded as an number (as shown in the reference image). The server stored this value without any transformation, which occasionally led to inconsistencies in operations such as search and comparison.
To address this issue, we have introduced a change where the articleId is now converted to a string before saving it into the data column of the e_article table. This ensures that throughout the system, the articleId is consistently treated as a string, improving reliability across all downstream operations and when customers view their full product data.
- Article Id as Number
- Article Id as String
5. Label Schedule and Active Page Enhancements
The Label Schedule displayed in the Label Details popup will now reflect the user’s local time, consistent with all other timestamps shown in the interface.
The Label Active Page section in the Label Details popup has been updated to reflect the currently active schedule information. This allows users to clearly confirm which page is currently displayed on the label based on the active schedule
These enhancements improve clarity and help ensure that the correct label content is being shown as intended.