From a6c7f56faa43765d99295e270e50b5f8add2e3ef Mon Sep 17 00:00:00 2001 From: tangkong Date: Thu, 19 Dec 2024 14:55:08 -0800 Subject: [PATCH] REL: Release notes v1.5.2 --- docs/source/releases.rst | 15 ++++++++++++ .../upcoming_release_notes/257-perf_cli2.rst | 22 ------------------ .../259-mnt_timeout_nav.rst | 23 ------------------- 3 files changed, 15 insertions(+), 45 deletions(-) delete mode 100644 docs/source/upcoming_release_notes/257-perf_cli2.rst delete mode 100644 docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst diff --git a/docs/source/releases.rst b/docs/source/releases.rst index cea1cb0a..e905ee32 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,21 @@ Release History ############### +v1.5.2 (2024-12-19) +=================== + +Maintenance +----------- +- Increase the limit on spinboxes generated from MultiInputFormDialog, in response to a request that set-value-step timeouts not be limited to 99 +- Navigate BACK to the parent page when creating a new check in SetValueStep, preventing extra navigation clicks +- Improves the performance of the CLI entrypoint, deferring functional imports as long as possible + +Contributors +------------ +- tangkong + + + v1.5.1 (2024-09-16) =================== diff --git a/docs/source/upcoming_release_notes/257-perf_cli2.rst b/docs/source/upcoming_release_notes/257-perf_cli2.rst deleted file mode 100644 index b83c91dd..00000000 --- a/docs/source/upcoming_release_notes/257-perf_cli2.rst +++ /dev/null @@ -1,22 +0,0 @@ -257 perf_cli2 -############# - -API Breaks ----------- -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- N/A - -Maintenance ------------ -- improves the performance of the CLI entrypoint, deferring functional imports as long as possible - -Contributors ------------- -- tangkong diff --git a/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst b/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst deleted file mode 100644 index 8ece6018..00000000 --- a/docs/source/upcoming_release_notes/259-mnt_timeout_nav.rst +++ /dev/null @@ -1,23 +0,0 @@ -259 mnt_timeout_nav -################### - -API Breaks ----------- -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- N/A - -Maintenance ------------ -- increase the limit on spinboxes generated from MultiInputFormDialog, in response to a request that set-value-step timeouts not be limited to 99 -- navigate BACK to the parent page when creating a new check in SetValueStep, preventing extra navigation clicks - -Contributors ------------- -- tangkong