From 1c052862bb086f02108f73bb0ada2933bd876536 Mon Sep 17 00:00:00 2001 From: Ed Cormany Date: Wed, 9 Oct 2024 15:58:04 -0400 Subject: [PATCH] chore(release): 8.1.0 stable release notes (#16436) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Overview Release notes, meant to be final for 8.1.0 stable. ## Test Plan and Hands on Testing 👀 ## Changelog Added a line in `app-shell` notes for fixing the bug that shows the "welcome" screen on robots that are already set up. ## Review requests 🚢 ❓ ## Risk assessment none. --- app-shell/build/release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index 5a425ce0cc6..27ff23e0909 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -12,7 +12,11 @@ By installing and using Opentrons software, you agree to the Opentrons End-User Welcome to the v8.1.0 release of the Opentrons App! -There are no changes to the Opentrons App in v8.1.0, but it is required for updating the robot software to support the latest production version of Flex robots. +There are no new features in the Opentrons App in v8.1.0, but it is required for updating the robot software to support the latest production version of Flex robots. + +### Bug Fixes + +- Prevented Flex from showing the first-run screen when powering on a robot that's already set up. ---