From 547018a39f69bab1fb28a00c8221dfb6a76fb6c6 Mon Sep 17 00:00:00 2001 From: Flavio Fois Date: Wed, 11 Feb 2026 16:54:41 +0100 Subject: [PATCH] Updates Changelog for version 1.5.4 Updates the changelog to reflect changes in version 1.5.4. Specifically, it details the addition of download buttons, bug report refactoring, temporary removal of machine data fetching, and a bug fix in bug reporting. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3727217..f5f4342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog EMLy ## 1.5.4 (2026-02-10) -1) Aggiunti i pulsanti "Download" al MailViewer, PDF e Image viewer, per scaricare il file invece di aprirlo direttamente.2 +1) Aggiunti i pulsanti "Download" al MailViewer, PDF e Image viewer, per scaricare il file invece di aprirlo direttamente. 2) Refactor del sistema di bug report. 3) Rimosso temporaneamente il fetching dei dati macchina all'apertura della pagine delle impostazioni, per evitare problemi di performance. 4) Fixato un bug dove, nel Bug Reporting, non si disattivaa il pulsante di invio, se tutti i campi erano compilati.