Version 25.6.2.0 (2025/10/31) ----------------------------- * Added display language support for spanish ("es-ES"). Version 25.6.1.0 (2025/10/10) ----------------------------- * Added display language support for italian ("it-IT"). * Update `Newtonsoft.Json` to version "13.0.4". Version 25.5.0.0 (2025/07/20) ----------------------------- * Display language support for chinese (zh-cn, simplified Mainland China) was added. Version 25.4.1.0 (2025/07/17) ----------------------------- * Fix example JSON data to match PushBullet API specifications. Version 25.4.0.0 (2025/07/10) ----------------------------- * Implement custom headers for targets. * Implement custom data for targets. * Implement GUI controls in target configuration dialog for editing custom header and data settings. * Increment value for `ConfigVersion` to "9" because of new properties. * Implement compression and decompression of configuration data, because there is a limit of apx. 8kB when writing to `RoamingSettings`. Version 25.3.0.0 (2025/03/21) ----------------------------- * Enable forwarding as email using individual and configurable SMTP server. * New "Duplicate target" button. * Double-tapping on target opens edit target dialog. * Double-tapping on empty area on targets page opens "add new target" dialog. * New Button in edit target dialog to send a test message. * Enhance rendering when `Use HTTP BasicAuth` is switched on. * Fix layout of "Import Settings" dialog. * Add some popup help text when hovering over some controls. Version 25.2.1.0 (2025/02/20) ----------------------------- * Update "Microsoft.UI.Xaml" from version "2.8.6" to version "2.8.7". * Write exception detail info to log file "application.log" into the "LocalCache" directory located under "%UserProfile%\AppData\Local\Packages\414matasconsulting.EZNotificationForwarder_h1qcp5dzdza Version 24.2.1.0 (2024/10/10) ----------------------------- * Enable support for Windows 10 Version 1809 (Build 17763) by reducing minimum required version from "10.0.18362.0" to "10.0.17763.0". Version 24.2.0.0 (2024/09/27) ----------------------------- * Change settings of targets using the new "Edit Target" dialog. * New input fields for filtering by application name and message text have been added to the "Add New Target" and "Edit target" dialogs. Different target URLs can be specified to forward messages to different destinations or with different parameters depending on the triggering application or the content of the message body. Version 24.1.0.0 (2024/08/03) ----------------------------- * Implement customization of generated json through new configuration elements 'JsonSerializationConfig', 'Indent' and 'PropertiesToExclude'. Version 24.0.0.0 (2024/03/06) ----------------------------- * The "Add target" dialog now contains a toggle to choose from http methods POST or GET for request invocation. * Using GET will allow EZ Notification Forwarder to utilize APIs in "RESTful like notation" by URLs with "query parameters". * Request invocation using GET is required on http RESTful API endpoints like for example "notifymydevice.com" and other similar providers. * When selecting the http method GET for a target, the configured URL will be called with no extra payload data added to the request and "Content-Type: application/x-www-form-urlencoded" is set in the http request header. * When selecting the http method POST for a target, the proprietary notification data as json is added as payload to the request the same way as in previous versions. In the http request header "Content-Type: application/json; charset=utf-8" is set. Version 23.6.1.0 (2024/01/08) ----------------------------- * Added new property "Id" to notification json. This Id is provided by the Windows Notification API and can be used within custom code to retrieve the notification from the Windows Notification Center. * Enhancements in new notification processing to avoid duplicates. * Changed the default value for the setting "MuteNewApps" to disabeld. * Performance improvments and bug fixes. Version 23.6.0.0 (2023/12/17) ----------------------------- * Add feature "dump notifications to downloads folder". Version 23.5.0.0 (2023/11/16) ----------------------------- * Use "TextBox" instead of "NumberBox" for proxy port entry. * Enhance validations for proxy settings dialog. * Enhance accessibility for individual controls. * Increment TargetPlatformVersion from "10.0.20348.0" to "10.0.22621.0". * Update Microsoft.UI.Xaml from 2.8.5 to 2.8.6. * Performance enhancements and bugfixes. Version 23.4.1.0 (2023/10/15) ----------------------------- * Bugfix: Correct handling of unicode characters. * The notification json is now transfered in "UTF-8". Version 23.4.0.0 (2023/09/30) ----------------------------- * Version update of incorporated components. * Optimized embedded image resources. * Enhance accessibility for individual controls. * Performance improvements und bug fixes. Version 23.2.0.0 (2023/04/30) ----------------------------- * New export function to save configuration settings for reuse. * New import function to load saved configuration settings. The import dialogue supports "Drag and Drop". * The new "UserProperties" element can be utilized to store a list of "name/value" pairs within configuration settings, e.g.: { ... "UserProperties": [ { "Name": "Foo", "Value": "Doo" }, { "Name": "Woo", "Value": "Zoo" } ] ... } * The element "UserProperties" is contained within notification json. * All the elements from notification json as well as the names from "UserProperties" can be inserted within target URLs as placeholders using the "$Variable" mimic, e.g.: as parameters like: http://acme.com/toast?t=$Title&c=$Contet&p1=$Foo$p2=$Woo The placeholder will be replace by acitual variable value on forwarding. Version 23.1.0.0 (2023/01/21) ----------------------------- * The notification json has now an element containing the host name. Version 22.10.2.0 (2022/12/17) ------------------------------ * Contains performance improvements and bugfixes. The bugfixes ensure stability during long app uptime and also is prepared for the upgrade to the PRO version, which will be available as add-on through the Microsoft Store in the near future. Version 22.10.1.0 (2022/10/10) ------------------------------ * First public version.