From 5e1fe0598ba5fcae6aa619b0a0c55505e040e103 Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Mon, 28 Oct 2024 17:23:13 -0400 Subject: [PATCH] first draft of 8.2.0 alpha notes --- api/release-notes.md | 14 ++++++++++++++ app-shell/build/release-notes.md | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/api/release-notes.md b/api/release-notes.md index 2a528502bef..edfa1bc3402 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -8,6 +8,20 @@ By installing and using Opentrons software, you agree to the Opentrons End-User --- +## Opentrons Robot Software Changes in 8.2.0 + +Welcome to the v8.2.0 release of the Opentrons robot software! This release adds support for the Opentrons Absorbance Plate Reader Module. + +### New Features + +- Create and run Python protocols that use the Opentrons Absorbance Plate Reader. + +### Improved Features + +- Liquid presence detection no longer checks for liquid before every aspiration in a `mix()` command. + +--- + ## Opentrons Robot Software Changes in 8.1.0 Welcome to the v8.1.0 release of the Opentrons robot software! diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index 27ff23e0909..e33121d4e37 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -8,6 +8,21 @@ By installing and using Opentrons software, you agree to the Opentrons End-User --- +## Opentrons App Changes in 8.2.0 + +Welcome to the v8.2.0 release of the Opentrons App! This release adds support for the Opentrons Absorbance Plate Reader Module, as well as other features. + +### New Features + +- Run protocols that use the Absorbance Plate Reader and check the status of the module on the robot details screen for your Flex. +- Run protocols that use the new Opentrons Tough PCR Auto-Sealing Lid with the Thermocycler Module GEN2. Stacks of these lids appear in a consolidated view when setting up labware. + +### Improved Features + +- Error recovery now works in more partial tip pickup configurations. + +--- + ## Opentrons App Changes in 8.1.0 Welcome to the v8.1.0 release of the Opentrons App!