# Changelog Filter by version: Show all div div h2 2.0.405 h3 πŸ“† Release Date ul li November 27, 2025 h3 🟑 Improvements ul li b Automatic saving of settings: Settings are stored without manual intervention. li b Check in the signing flow: Added a check for file upload. h3 πŸ”§ Fixes ul li b XAdES signature: Fixed a malfunction that prevented proper signing. li b Check in the signing flow: Added a check for file upload. div h2 2.0.389 h3 πŸ“† Release date ul li 13 november 2025 h3 🟒 Main updates ul li b Enhanced security and compatibility for digital signatures: Namirial Sign now supports qualified certificates with b RSA-3072, RSA-4096, and ECDSA up to 521 bits , providing even stronger protection and compliance with the latest European signature standards. h3 🟑 Updates ul li b Automatic device time check: During login, Namirial Sign verifies that your computer’s clock is synchronized with the server. If there is a mismatch, you will receive a warning message to prevent login errors. li b Dynamic addition of documents during signing: You can now b add new documents even while signing , without having to interrupt or restart the session (requires a PREMIUM license). li b Automatic versions of signed documents: With each applied signature, Namirial Sign can b automatically generate a new revision of the PDF document , maintaining a complete history of all applied signatures. h3 πŸ”§ Fixes ul li You can now b configure timestamp credentials directly within the corresponding workflow. li Fixed an issue that could prevent the b automatic detection of the most suitable signature format for the selected file. li Other b minor improvements and general optimizations to ensure a smoother and more reliable experience. div h2 2.0.365 h3 πŸ“† Release date ul li 9 october 2025 h3 🟒 Main updates ul li b Log support also in the portable version: It is now possible to b collect and share logs even when using the portable version of Namirial Sign. This feature is useful for facilitating assistance and troubleshooting with Namirial technical support. h3 🟑 Updates ul li b Optimized offline experience: Home dialog windows (modals) have been improved to ensure b smoother and more stable usage even without an Internet connection . h3 πŸ”§ Fixes ul li Restored the b drag & drop functionality for .P12 files in the "Add Certificate" field. li Updated the b label of the "System and P12 Certificates" tab for clearer terminology. li Fixed an issue in the b verification of CADES detached signatures (.p7s) : the associated original document is now correctly requested. div h2 2.0.355 h3 πŸ“† Release date ul li 17 september 2025 h3 🟒 Main updates ul li b Support for system certificates: Namirial Sign now allows you to b use certificates already present on Windows and macOS for signing and encryption operations, simplifying the user experience and improving integration with the operating system. h3 🟑 Updates ul li b Flexible update management: Introduced the option to b skip updating to the latest available version . li b Improved offline mode: PDF/A documents handling and b LTV have been optimized in case there is no Internet connection. li b Automatic smartcard expiration check: Namirial Sign automatically checks the status of smartcards and b displays alerts when expiration is approaching , helping you avoid interruptions in signing operations. h3 πŸ”§ Fixes ul li During b signature verification , files containing comments added after signing are now correctly recognized. li Fixed an issue that prevented proper b document type switching in the Archive feature. li Corrected an error related to the b "Protocol" type in the Archive function. li Resolved a bug that, in some cases, prevented the b application of a countersignature . div h2 2.0.347 h3 πŸ“† Release date ul li 5 september 2025 h3 🟒 Main updates ul li b Configurable bulk signing: Introduced the bulk signing workflow with the ability to configure individual files for all Premium users; you can now add multiple files for signing and individually add, move, and select each signature placeholder, completing the process with a single PIN/OTP entry. li b PDF/A conversion for Premium users: Added the PDF/A conversion feature reserved for Premium users, ensuring a signed and self-contained document. h3 🟑 Updates ul li Added b Archive provisioning functionality for Premium users. li b Integration of CSP certificates from Windows for signing and encryption operations. li Improved b save path selection: you can now choose between the default folder, the source file folder, or a custom folder. li Introduced the ability to b add an alias for certificates. li Ability to b edit the graphical signature directly during the signing process. li For b mobile web users, a popup has been added for downloading the Android or iOS app. li Added the option to b configure the proxy even without login. h3 πŸ”§ Fixes ul li Resolved the issue of the b ghost graphical signature . li Fixed the b removal of documents from the bulk signing workflow. li General fixes related to b signing malformed files . li General fixes in managing b drafts . li General fixes to the b graphical signature . div h2 2.0.304 h3 πŸ“† Release date ul li 24 july 2025 h3 🟒 NovitΓ  princiapli ul li b Full SignIT integration: The self-activation workflow is now fully integrated into Namirial Sign, allowing you to quickly activate your smartcard/token and complete the procedure independently from home or office, without a webcam or travel. It only takes a few minutes! h3 🟑 Updates ul li b Log collection: Introduced the ability to collect logs for better interaction with technical support. li Added an option to b hide the confirmation request for each signature. li Added an option to b disable automatic verification at the end of signing. li Added an option for b automatic download from the Web after signing. li The default b graphical signature now includes b date and time . li The visibility status of physical devices has been added within the b Device Monitoring section. li Added b PIN and PUK status check in Device Management. li b The time in the graphical signature is now displayed in b UTC+1/UTC+2 based on Italian local time. li Added the ability to b open the folder containing the signed file directly. li From b verification , it is now possible to b add a new signature . li The b decrypt feature is now available for b Free users. li b Verification can now also be performed by setting b date and time . h3 πŸ”§ Fixes ul li The b "Proceed" button is now always visible at the bottom during operations. li If the same certificate is added multiple times, the system recognizes it is b already present . li Improved handling of b error messages and association of b remote signatures . li Fixed recognition of b ecrypto files. li Corrected rendering of the b vertical graphical signature . li b Excluded readers not enabled for signing , such as Windows Hello. li Improved detection of b files not viewable in preview . li Updated b software translations . li Renewed certificates are now recognized at login. li Added b UTF-8 support for PDFs. style .custom-dropdown { font-size: var(--dropdown-menu-font-size); font-weight: var(--dropdown-menu-font-weight); line-height: var(--dropdown-menu-line-height); color: var(--dropdown-menu-text-color); --md-list-margin: 0; --md-list-left-padding: var(--dropdown-menu-padding); margin: 0px; min-width: var(--dropdown-menu-min-width); max-width: var(--dropdown-menu-max-width); max-height: var(--dropdown-menu-max-height); padding: var(--dropdown-menu-padding); background-color: var(--dropdown-menu-bg-color); border-radius: var(--dropdown-menu-border-radius); border: 1px solid var(--dropdown-menu-border-color); list-style-type: none; white-space: nowrap; overflow: hidden auto; z-index: var(--z-index-surface); gap: var(--dropdown-menu-item-gap); } script (function() { const container = document.getElementById('changelogVersions'); const blocks = [...container.querySelectorAll('[data-version]')]; const select = document.getElementById('versSelect'); // Populate dropdown blocks.forEach(b => { const v = b.getAttribute('data-version'); const opt = document.createElement('option'); opt.value = v; opt.textContent = v; select.appendChild(opt); }); function applyFilter(value) { if (value === '__default__') { blocks.forEach(b => b.hidden = false); } else { blocks.forEach(b => { b.hidden = b.getAttribute('data-version') !== value; }); } } // Initial state: show all select.value = '__default__'; applyFilter(select.value); select.addEventListener('change', () => applyFilter(select.value)); })();