diff --git a/docs/source/releases.rst b/docs/source/releases.rst index a57fca28..5e231531 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,6 +1,29 @@ Release History ############### + +v1.0.2 (2023-04-04) +=================== + +Bugfixes +-------- +- Prevents cli entrypoint from returning the LightApp instance. +- Filters the visible LightRow widgets after a path change. + This fixes a bug where changing paths would show all devices on a path, + ignoring the state of show-removed or device filter checkboxes. + +Maintenance +----------- +- Removes pcdsdevices dependency by vendoring AggregateSignal. +- Copies test requirements into the conda recipe. +- Fix a pre-commit issue where we point to a defunct mirror of flake8. + +Contributors +------------ +- tangkong +- zllentz + + v1.0.1 (2022-10-25) =================== diff --git a/docs/source/upcoming_release_notes/170-maint_auto_fix_precommit.rst b/docs/source/upcoming_release_notes/170-maint_auto_fix_precommit.rst deleted file mode 100644 index 79058e27..00000000 --- a/docs/source/upcoming_release_notes/170-maint_auto_fix_precommit.rst +++ /dev/null @@ -1,22 +0,0 @@ -170 maint_auto_fix_precommit -############################ - -API Changes ------------ -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- N/A - -Maintenance ------------ -- Fix a pre-commit issue where we point to a defunct mirror of flake8 - -Contributors ------------- -- zllentz diff --git a/docs/source/upcoming_release_notes/173-bld_rm_pcdsdev_dep.rst b/docs/source/upcoming_release_notes/173-bld_rm_pcdsdev_dep.rst deleted file mode 100644 index 40f34ad0..00000000 --- a/docs/source/upcoming_release_notes/173-bld_rm_pcdsdev_dep.rst +++ /dev/null @@ -1,22 +0,0 @@ -173 bld_rm_pcdsdev_dep -###################### - -API Changes ------------ -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- Prevents cli entrypoint from returning the LightApp instance. - -Maintenance ------------ -- Removes pcdsdevices dependency by vendoring AggregateSignal. - -Contributors ------------- -- tangkong diff --git a/docs/source/upcoming_release_notes/176-mnt_split_xpp.rst b/docs/source/upcoming_release_notes/176-mnt_split_xpp.rst deleted file mode 100644 index 6d2ca041..00000000 --- a/docs/source/upcoming_release_notes/176-mnt_split_xpp.rst +++ /dev/null @@ -1,22 +0,0 @@ -176 mnt_split_xpp -################# - -API Changes ------------ -- N/A - -Features --------- -- N/A - -Bugfixes --------- -- filters the visible LightRow widgets after a path change. This fixes a bug where changing paths would show all devices on a path, ignoring the state of show-removed or device filter checkboxes. - -Maintenance ------------ -- Copies test requirements into the conda recipe - -Contributors ------------- -- tangkong