This is the first release of June!
Features:
- Adds the ability to set a projects label color (#1151)
- Adds the ability to filter incidents by their associated tag types (via associated tags) (#1177, #1182)
- Adds the ability to filter incident table and incident export by reported at date window (#1265)
Improvements:
- Makes CSV export of incident data more reliable (correctly escaping incident descriptions) (#1152)
- Adds settings breadcrumbs to make it easier to switch between projects (#1153)
- Refactors slack update incident dialog to a modal and adds the ability to specify incident tags (#1175)
- Improves participant management during the incident/participant lifecycle (#1179)
- Removes deprecated plugin enabled kwarg (#1186)
- Alters when new tasks are created, we no longer automatically create new incident tasks if the incident is closed (#1199)
- Refactored github actions (#1221) Thanks @vj-codes !
- Improves how the
/dispatch-list-incidents
command handles projects (#1225)
- Allows project roles to be assigned via the CLI (#1243)
- Don't attempt to send feedback to archived channels (#1244)
- Adds a constraint ensuring that tags must have a tag type associated (#1255)
Bug Fixes:
- Fixed an issue with a migration where only some engagement filters where created (#1164)
- Fixed an issue where you couldn't both search and filter incidents at the same time (#1178)
- Fixed an issue with documentation creation in the UI that would clear associated filters (#1188)
- Fixed an issue with how checkboxes were displayed in the incident priority UI (#1187)
- Sets service_id if a participant is reactivated (#1216)
- Fixed an issue where multiple extraneous participant roles were being created (#1222)
- Fixed an issue where participant engagement can be accidentally overridden (#1227)
- Fixed an issue there incident type visibility was not available to be updated via the Dispatch UI (#1254)
- Fixed an issue where incident visibility would become unset when modified by
/dispatch-update-incident
command.
- Fixed an issue with the
dispatch plugin list
command (#1266)
Documentation:
- Fixes link to plugin documentation (#1184, #1184)