Release notes
IDT fields renamed to Vendor fields
Previously, some fields had names specific to the DNA synthesis company IDT. Now, these have been renamed to the more generic "Vendor" fields:

Similarly, the field previously called "IDT text" for modifications has been renamed to "vendor code".

The vendor code is used, the same as IDT text was, when exporting DNA sequences to IDT file formats via the Export-->DNA sequences menu.
A similar change was made in the Python package: https://github.com/UC-Davis-molecular-computing/scadnano-python-package/releases/tag/v0.19.0
The change was breaking for the Python package since code using the old field names will have to be re-written. It is not a breaking change if you only use the web interface, since the code reading older `.sc` files is backwards compatible with the old field names.
Select all with same...
You can select a strand (or multiple strands) and pick Edit-->Copy/Paste/Select-->Select all with same... and select all strands that have the same "trait" as the currently selected strand.
A common case is to use Strand labels to generate "groups" of strands, where strands with the same label are considered in the same group. Then by selecting a strand with that label, and picking "Select all with same..." label:


all strands with the label are selected:

Option for selection box/rope to use intersection instead of containment
In some graphics programs, selecting many objects with a single box will select all objects *entirely contained* within the box. In others, it will select any object *intersecting* any part of the box. Scadnano's default behavior is the former, but now the latter can be done through Edit-->Copy/Paste/Select-->Selection box intersection:

Then draw a selection box:

Note that all strands touching the box are selected:

This also applies to rope select mode.
Note that, like with containment, the test for intersection is between the box (or rope-drawn polygon) and the *bounding box* containing the object (not the object itself). So for instance, although the selection box here does not appear to touch the strand, it does intersect the bounding box of the strand,

so the strand ends up selected:

Commits
- cb0d5a2: fixes 902: make menu dropdown wider for Edit-->Copy/Paste/Select (Edwin Chang) [905](https://github.com/UC-Davis-molecular-computing/scadnano/pull/905)
- 1117e88: bumped version (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- ff1b027: moved add modification code from design_main_strand.dart to design_main_strand_modification.dart to keep similar code together (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- 26bec37: fixed bug in regex for allowed bases on internal modification dialog (David Doty) [920](https://github.com/UC-Davis-molecular-computing/scadnano/pull/920)
- 3e09fab: fixes 919: display internal modifications un-attached to a base between bases (David Doty) [920](https://github.com/UC-Davis-molecular-computing/scadnano/pull/920)
- da641ab: closes 882: select all with same (David Doty) [922](https://github.com/UC-Davis-molecular-computing/scadnano/pull/922)
- ac3cb52: formatting (David Doty) [922](https://github.com/UC-Davis-molecular-computing/scadnano/pull/922)
- 4dece41: added helices as option for "Select all strands with same..." (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- b4fa336: closes 598: option for selection box and rope select to use intersection instead of containment (not yet implemented for rope select) (David Doty) [923](https://github.com/UC-Davis-molecular-computing/scadnano/pull/923)
- 8ff9225: formatting (David Doty) [923](https://github.com/UC-Davis-molecular-computing/scadnano/pull/923)
- b31c0dc: closes 924: option for rope select polygon to use intersection instead of containment (David Doty) [926](https://github.com/UC-Davis-molecular-computing/scadnano/pull/926)
- 7999921: Update menu.dart (David Doty) [926](https://github.com/UC-Davis-molecular-computing/scadnano/pull/926)
- 3365b50: fixed example, but problem with 921 still remains (David Doty) [928](https://github.com/UC-Davis-molecular-computing/scadnano/pull/928)
- beb614f: closes 929: rename IDTFields to VendorFields (David Doty) [930](https://github.com/UC-Davis-molecular-computing/scadnano/pull/930)
- 1b6066e: added more tooltips to modification dialogs (David Doty) [930](https://github.com/UC-Davis-molecular-computing/scadnano/pull/930)
- f325b61: bumped version (David Doty) [930](https://github.com/UC-Davis-molecular-computing/scadnano/pull/930)
- 20a2352: fixed unit test (David Doty) [930](https://github.com/UC-Davis-molecular-computing/scadnano/pull/930)
- 9abe176: Update design_footer.dart (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- 6208ca5: added keyboard shortcuts to Undo and Redo menus and optional `keyboard_shortcut' prop to all `MenuDropdownRight` components (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- da647f8: removed `display_connector` field from Modification JSON (David Doty) [932](https://github.com/UC-Davis-molecular-computing/scadnano/pull/932)
- 690c148: closes 931: remove field `Modification.id` (David Doty) [932](https://github.com/UC-Davis-molecular-computing/scadnano/pull/932)
- f82700a: Update menu.dart (David Doty) [943](https://github.com/UC-Davis-molecular-computing/scadnano/pull/943)
- 376956a: closes 934: deal with non-unique Modification vendor codes (David Doty) [935](https://github.com/UC-Davis-molecular-computing/scadnano/pull/935)
- 00cbd18: closes 917: change deploy action to use node16 (Edwin Chang) [936](https://github.com/UC-Davis-molecular-computing/scadnano/pull/936)
- d8107cb: update formatting and test actions to use latest `actions/checkout` (Edwin Chang) [936](https://github.com/UC-Davis-molecular-computing/scadnano/pull/936)
- 07a8de3: moved "Show helix coordinates in side view" to View-->Helices submenu and made helix dialogs for setting grid position and position not use saved responses (David Doty) [939](https://github.com/UC-Davis-molecular-computing/scadnano/pull/939)
- 33d2c56: closes 938: changing from grid to no grid removes major ticks (David Doty) [940](https://github.com/UC-Davis-molecular-computing/scadnano/pull/940)