(J)Wt 4.13.0 is out!
The main focus of this new version is the introduction of new ways to notify users. To this end, this release adds the ability to send notifications and update the favicon dynamically. We have also added examples on how to use these features to the Widget Gallery.
Another major change in this version is the caching of form data. Previously, the client sent all form data to the server with every request. This was often inefficient, as most of the data remained unchanged since the last update. Now, in most cases, the client will only send the modified form data, significantly reducing request sizes.
This release also includes several other features, bug fixes, and improvements. Check the release notes for more detailed information.
Here are the links:
Wt 4.13.0 (C++): download wt-4.13.0.tar.gz (release notes)
JWt 4.13.0 (Java): download jwt-4.13.0.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.