diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 00d443eb..7ba39a94 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,6 +2,26 @@ Release History ############### +v4.1.0 (2024-12-19) +=================== + +Bugfixes +-------- +- Fix an issue where detailed tree screens would automatically load without + scrollbars. Now, the "auto" scrollbar setting is based primarily on the + apparent display type of the screen, not of the originally requested + display type, which may not be used if no such template exists. +- Fix an issue where dynamic font scaling applied to a combobox + with no entries would raise an exception and close typhos. +- Fix an issue where long status messages from positioner widget moves + would fail to display in certain circumstances. + +Contributors +------------ +- zllentz + + + v4.0.0 (2024-08-20) =================== diff --git a/docs/source/upcoming_release_notes/620-fix_auto_scrollable.rst b/docs/source/upcoming_release_notes/620-fix_auto_scrollable.rst deleted file mode 100644 index bba4b7a4..00000000 --- a/docs/source/upcoming_release_notes/620-fix_auto_scrollable.rst +++ /dev/null @@ -1,25 +0,0 @@ -620 fix_auto_scrollable -####################### - -API Breaks ----------- -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- Fix an issue where detailed tree screens would automatically load without - scrollbars. Now, the "auto" scrollbar setting is based primarily on the - apparent display type of the screen, not of the originally requested - display type, which may not be used if no such template exists. - -Maintenance ------------ -- N/A - -Contributors ------------- -- zllentz diff --git a/docs/source/upcoming_release_notes/621-fix_combobox_resize_crash.rst b/docs/source/upcoming_release_notes/621-fix_combobox_resize_crash.rst deleted file mode 100644 index c3c97c8b..00000000 --- a/docs/source/upcoming_release_notes/621-fix_combobox_resize_crash.rst +++ /dev/null @@ -1,23 +0,0 @@ -621 fix_combobox_resize_crash -############################# - -API Breaks ----------- -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- Fix an issue where dynamic font scaling applied to a combobox - with no entries would raise an exception and close typhos. - -Maintenance ------------ -- N/A - -Contributors ------------- -- zllentz diff --git a/docs/source/upcoming_release_notes/622-fix_long_pos_msg_crash.rst b/docs/source/upcoming_release_notes/622-fix_long_pos_msg_crash.rst deleted file mode 100644 index 2b8cd38d..00000000 --- a/docs/source/upcoming_release_notes/622-fix_long_pos_msg_crash.rst +++ /dev/null @@ -1,23 +0,0 @@ -622 fix_long_pos_msg_crash -########################## - -API Breaks ----------- -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- Fix an issue where long status messages from positioner widget moves - would fail to display in certain circumstances. - -Maintenance ------------ -- N/A - -Contributors ------------- -- zllentz