diff --git a/api/release-notes.md b/api/release-notes.md index 6d67d063038..9581da3d371 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -8,9 +8,18 @@ By installing and using Opentrons software, you agree to the Opentrons End-User --- -## Opentrons Robot Software Changes in 8.3.0-alpha.0 +## Opentrons Robot Software Changes in 8.3.0 + +Welcome to the v8.3.0 release of the Opentrons robot software! This release adds support for Evosep Evotips on the Flex, as well as other features. + +### New Features +- Use Evosep Evotips in Python API version 2.22 protocols for protein sample purification. Only available with the Flex 96-channel pipette. +- Control robot movements outside of a protocol using the RobotContext API. For more, please read *link PAPI docs section*. +- Load a newly modified Flex 8-Channel EM 1000 µL pipette equipped with a PEEK motor component to automate emulsion applications. + +### Improved Features +- Improvements to the Flex error recovery feature help protocols recover from detected stalls and collisions, saving you valuable time and resources. -Welcome to 8.3.0-alpha.0! This release solely adds support for the modified pipettes, outfitted with a PEEK motor nut to enable emulsification applications. Included is the recognition of new load name "FLEX 8-Channel EM 1000 μL" based on SN P1KP, which automatically disables pressure sensors and allows a max plunger speed of 90mm/s. --- diff --git a/app-shell/build/release-notes.md b/app-shell/build/release-notes.md index 9771b8751fc..4d5c7827f6f 100644 --- a/app-shell/build/release-notes.md +++ b/app-shell/build/release-notes.md @@ -8,9 +8,19 @@ By installing and using Opentrons software, you agree to the Opentrons End-User --- -## Opentrons App Changes in 8.3.0-alpha.0 +## Opentrons App Changes in 8.3.0 -Welcome to 8.3.0-alpha.0! This release solely adds support for the modified pipettes, outfitted with a PEEK motor nut to enable emulsification applications. Included is the recognition of new load name "FLEX 8-Channel EM 1000 μL" based on SN P1KP, which automatically disables pressure sensors and allows a max plunger speed of 90mm/s. +Welcome to the v8.3.0 release of the Opentrons App! This release adds support for Evosep Evotips on the Flex, as well as other features. + +### New Features + +- Use Evosep Evotips in Python API version 2.22 protocols for protein sample purification. Only available with the Flex 96-channel pipette. +- Change the app or Flex touchscreen language to Mandarin in Settings. +- Load a newly modified Flex 8-Channel EM 1000 µL pipette equipped with a PEEK motor component to automate emulsion applications. + +### Improved Features + +- Improvements to the Flex error recovery feature help protocols recover from detected stalls and collisions, saving you valuable time and resources. ---