Releases: Opentrons/opentrons
4.3.0 and 4.3.0-rtcfix
Version 4.3.0 was not released publicly. Most people should use a newer release instead.
v4.3.0 was released on 2021-05-06 for our factory to use to provision new OT-2 Refresh robots.
v4.3.0-rtcfix is a special release made much later, on 2022-08-09. It resolves provisioning problems at the factory. It's identical to v4.3.0, except that it uses v1.7.1 of our robot OS instead of v1.7.0.
4.2.0
Version 4.2.0 of the OT-2 and Opentrons App software.
Opentrons App
- Separated the "Pipettes and Modules" page into two separate pages
- Added in a missing prompt to use a calibration block during certain tip-length calibrations
- Removed auto-resume behavior when clicking "Back" from the protocol run cancellation confirmation alert
OT-2 Software and OS
- Upgraded to a newer version of
wpa_supplicant
to resolve connectivity issues with certain 802.1X networks- Please note that the OT-2 still cannot connect to 802.1X networks that require TLS v1.2; we're working on it
- Added a fix for incorrect pipette offset data causing differences in pipettes' Z-positioning
- Fixed pipettes not lowering enough during the "Change Pipette" flow
- Fixed a variety of bugs in how pipette settings are saved that could cause invalid configuration data
Please see the following for more information!
4.0.0
Version 4.0.0 of the OT-2 and Opentrons App software.
This is a major release with a massive overhaul of the calibration experience, along with several breaking changes. The largest breaking change is that this release drops support for Python Protocol API v1. Please see the following links for more information!
3.21.2
Version 3.21.2 of the OT-2 and Opentrons App software.
This patch release includes the following fixes:
- Fixed a bug that would cause fresh installations of the Opentrons App to fail to download OT-2 updates from our release server
- Fixed a bug that would cause the OT-2 to fail to boot properly if certain testing files were present
- Added missing analytics and Intercom profile events for the "Turn off update notifications" functionality added in 3.21.1
3.21.1
Version 3.21.1 of the OT-2 and Opentrons App software.
This patch release adds a setting to the Opentrons App to allow you to disable the pop-up notification when an update is available. There are no other changes in this release.
3.21.0
Version 3.21.0 of the OT-2 and Opentrons App software. This software release includes version 1.4.0 of the OT-2 Operating System.
3.20.0
v2.4.2
Patches two bugs in App:
- Flask server correctly parses WellSeries containing WellSeries, so as not to duplicate containers in calibration
- App-shell calls BrowserWindow.loadURL() within a setTimeout() to hopefully avoid trouble with Chromium not actually sending that request to Flask
v2.4.1
New Feature
Run with USB cable disconnected (requires latest v2.0.0 Smoothie firmware). If the "Run Job" button is pressed in the UI with a SHIFT-CLICK, the protocol will be converted to a .gcode
file, then uploaded to the Smoothieboard to be run independent of any connected computer.
Bug Fix
To avoid any garbage data received during fast movements, driver.wait_for_arrival()
will swallow any bad data.
Also adds more logging to app-shell to help determine why Windows users experience a white screen on app open.