Skip to content

Releases: emweb/wt

Wt 4.13.1

15 Apr 13:10

Choose a tag to compare

Wt 4.13.1 is a patch release. Check the release notes for more info.

Wt 4.13.0

14 Apr 09:11

Choose a tag to compare

Wt 4.13.0 is a major release. That focuses on:

  • Notifying the user
  • Caching form data to diminish client request size
  • Allowing to scroll to a specific column in WTableView and WTreeView

Notifying the user

  • Added WNotification to send notifications to the user
  • Added the possibility to change the favicon

Those new features have examples available in the Widget Gallery

Caching form data

Form data will now only be sent by the client when it was updated or asked by the server. Some configuration options have been added in the wt_config.xml to customize that behavior.

Check the release notes for more info.

Changes to the Windows builds:

Updated asio from 1.30.2 to 1.34.2
Updated PostgreSQL from 16.8 to 16.9
Updated Boost from 1.87.0 to 1.88.0
Updated MariaDB Connector c from 3.3.14 to 3.3.15
Updated libPNG 1.6.47 to 1.6.50
Updated OpenSSL from 1.1.1w to 3.4.0

Note:
Postgres (17.0) and MariaDB Connector C (3.4.1) and zlib (1.3.2) have not been updated to the latest versions due to build changes.

Wt 4.12.6

17 Mar 08:39

Choose a tag to compare

Wt 4.12.6 is a patch release. Check the release notes for more info.

Wt 4.12.5

03 Mar 13:43

Choose a tag to compare

Wt 4.12.5 is a patch release. Check the release notes for more info.

WT 4.12.4

02 Mar 10:19

Choose a tag to compare

Wt 4.12.4 is a patch release. Check the release notes for more info.

Wt 4.12.3

20 Feb 15:52

Choose a tag to compare

Wt 4.12.3 is a patch release. Check the release notes for more info.

Wt 4.12.2

28 Jan 10:36

Choose a tag to compare

Wt 4.12.2 is a patch release. Check the release notes for more info.

Wt 4.12.1

16 Oct 08:47

Choose a tag to compare

Wt 4.12.1 is a patch release. Check the release notes for more info.

4.12.0

23 Jul 13:08

Choose a tag to compare

Wt 4.12.0 is a major release. That focuses on:

  • additional native widgets
  • WLeafletMap features and improvements
  • newer TinyMCE version support

Native Widgets

There are now native widgets available for the WDateEdit and WTimeEdit. These offer improved experience on mobile devices. Both can be enabled with the setNativeControl(true) call.

WLeafletMap

Various new features have been added like the ability to display:

Additional signals have been defined on items on the map, such that interactivity can be better implemented.

Check the release notes for more info.

Changes to the Windows builds:

asio 1.30.2 -> 1.36.0
libpng 1.6.54 -> 1.6.56
postgresql 16.11 -> 16.13
openssl 3.4.4 -> 3.6.2
boost 1.89 -> 1.90
glew 2.2.0 -> 2.3.1
tinymce 6.8.5 -> 6.8.6
nasm 2.16.03 -> 3.01

Note:
Postgres (17.0) and MariaDB Connector C (3.4.1) have not been updated to the latest versions due to build changes.

Wt 4.11.4

03 Apr 08:48

Choose a tag to compare

Wt 4.11.4 is a patch release. Check the release notes for more info.