diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 71970d6e4..b2048f32b 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -20,14 +20,10 @@
Wt Release notes
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.
-Release 4.11.1 (TBD)
+Release 4.11.1 (November 5, 2024)
- Wt 4.11.1 is a patch release that addresses the following issue:
-
-
-
- Wt 4.11.1 is a patch release that addresses ...
+ Wt 4.11.1 is a patch release that addresses the following issues:
@@ -50,7 +46,7 @@ Release 4.11.1 (TBD)
-
Issue #13106:
- ensure that the correct
disabled class is used on a per-theme basis. This wrongly affected all Bootstrap themes.
+ ensure that the correct disabled
class is used on a per-theme basis. This wrongly affected all Bootstrap themes.
-
Issue #13104:
@@ -58,20 +54,16 @@
Release 4.11.1 (TBD)
is now correctly raised to the front when WDialog::raiseToFront()
is called.
- -
- Issue #12174:
- an automated test for Selenium has been added for the widget gallery. This will ensure that for all used widgets, a base case is tested, and JS errors are less likely to be merged.
- This is an internal tool, but added to the public repository, as an example. This is likely something many developers would find a good approach.
-
-
Issue #12813:
Added the possibility for each column of
WAbstractItemView to be set resizable or not independently using the
- WAbstractItemView::setColumnResizeEnabled(bool, int) function.
+ WAbstractItemView::setColumnResizeEnabled() function.
-
Issue #11855:
the loading indicator should now be shown directly when the indicator-timeout is set to 0 instead of having a few millisecond delay.
+ This can be set by the
<application-settings><indicator-timeout>0</indicator-timeout></application-settings>
property in the wt_config.xml
.
-
Issue #7856:
@@ -91,6 +83,11 @@
Release 4.11.1 (TBD)
Issue #13115:
Fix a bug where a widget removed from a disabled parent widget and added to a different enabled parent widget would still appear disabled.
+ -
+ Issue #12174:
+ an automated test for Selenium has been added for the widget gallery. This will ensure that for all used widgets, a base case is tested, and JS errors are less likely to be merged.
+ This is an internal tool, but added to the public repository, as an example. This is likely something many developers would find useful.
+
Release 4.11.0 (October 1, 2024)