Skip to content

Commit 8e75b29

Browse files
authored
update release notes for 0.4.0 (#12508)
1 parent 8764bb5 commit 8e75b29

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

api/release-notes-internal.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ For more details about this release, please see the full [technical change log][
44

55
---
66

7-
# Internal Release 0.3.0
7+
# Internal Release 0.4.0
88

9-
This is internal release 0.3.0 for the Opentrons Flex robot software, involving both robot control and the on-device display.
9+
This is internal release 0.4.0 for the Opentrons Flex robot software, involving both robot control and the on-device display.
1010

1111
Some things are known not to work, and are listed below. Specific compatibility notes about peripheral hardware are also listed.
1212

@@ -21,7 +21,6 @@ Some things are known not to work, and are listed below. Specific compatibility
2121
## Big Things That Don't Work Yet So Don't Report Bugs About Them
2222

2323
### ODD
24-
- Deleting protocols stored on the robot via the ODD
2524
- Changing the text size on the ODD through the settings
2625

2726
### Robot Control
@@ -32,12 +31,15 @@ Some things are known not to work, and are listed below. Specific compatibility
3231

3332
## Reasonably Sized New Things
3433
### ODD
35-
- Liquid setup has come to protocol setup page
36-
- Gripper and pipette attach and calibration flows!
37-
- Running protocol page
34+
- No more unsightly menu bar at the top
35+
- You can delete runs and protocols from the ODD
36+
- The ODD now displays the firmware version of attached devices. If devices are on different firmwares, it will display them in a list. If this is happening, it means something wasn't updated, and you should restart the robot with that thing connected.
37+
- More in-depth liquid setup screens
38+
3839
### Robot Control
39-
- Motion configuration fixes from harware testing
40-
- Module calibration exists in the protocol engine; you can use a script to run it with any pipette for any module. The data will be saved for inspection, but will not be loaded during protocols.
40+
- Updates to accelerations and speeds from hardware testing
41+
- Module calibration offsets will now be loaded in protocols once you run it with the script
42+
- When running the repl, you can disable automatic firmware update by setting the `OT3_DISABLE_FW_UPDATES` environment variable. Please do this rarely, since often you will see weird failures if you have out-of-date firmware.
4143

4244
## Big Things That Do Work Please Do Report Bugs About Them
4345
### Robot Control
@@ -63,3 +65,4 @@ Some things are known not to work, and are listed below. Specific compatibility
6365
## Smaller fun features
6466
- Turn on display idle in the display settings for a fun surprise
6567
- The lights work (don't do anything yet though)
68+
- Lots of visual updates and improvements in the ODD

app-shell/build/release-notes-internal.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ For more details about this release, please see the full [technical changelog][]
33

44
---
55

6-
# Internal Release 0.3.0
6+
# Internal Release 0.4.0
77

8-
This is 0.3.0, an internal release for the app supporting the Opentrons Flex.
8+
This is 0.4.0, an internal release for the app supporting the Opentrons Flex.
99

1010
This is still pretty early in the process, so some things are known not to work, and are listed below. Some things that may surprise you do work, and are also listed below. There may also be some littler things of note, and those are at the bottom.
1111

1212
## New Stuff In This Release
13-
- Gripper attach and calibration flows
13+
- No real big changes in the desktop app this week
1414

1515

1616
## Big Things That Don't Work Yet So Don't Report Bugs About Them

0 commit comments

Comments
 (0)