Skip to content

Commit

Permalink
4.1.0 release notes (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Dec 13, 2022
1 parent fec0cdb commit c0c8506
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 1 deletion.
74 changes: 74 additions & 0 deletions content/en/core/releases/4.1.0.md
@@ -0,0 +1,74 @@
---
title: "4.1.0 release notes"
linkTitle: "4.1.0"
weight:
description: >
relevantLinks: >
toc_hide: true
---

## Known issues

Check the repository for the [latest known issues](https://github.com/medic/cht-core/issues?q=is%3Aissue+label%3A%22Affects%3A+4.1.0%22).

## Upgrade notes

### Breaking changes

None.

### UI/UX changes

#### Bulk delete of reports redesign

The bulk delete of Reports tab has been redesigned to allow the user to select multiple reports and delete them. You can read more about it in the [Reports tab docs]({{< ref "apps/features/reports/#bulk-delete-reports" >}}).

{{< figure src="../images/4.1.0-7778-reports-bulk-mobile.png" link="reports-bulk-mobile.png" class="left col-3 col-lg-3" >}}

{{< figure src="../images/4.1.0-7778-reports-bulk-desktop.png" link="reports-bulk-desktop.png" class="left col-9 col-lg-9" >}}

- [#7778](https://github.com/medic/cht-core/issues/7778): Bulk delete of reports redesign

## Highlights

### Support replacing a CHW user without any connectivity

Offline users can now be replaced on a device so that a new user can use that device without needing to immediately sync with the server. You can read more about it in [the transitions configuration docs]({{< ref "apps/reference/app-settings/transitions#create_user_for_contacts" >}}).

## And more...

### Features

None.

### Improvements

- [#5903](https://github.com/medic/cht-core/issues/5903): Users in projects have multiple configured roles
- [#7127](https://github.com/medic/cht-core/issues/7127): Record device id in feedback docs
- [#7472](https://github.com/medic/cht-core/issues/7472): Correct typo in rapidpro endpoint path
- [#7525](https://github.com/medic/cht-core/issues/7525): Register feedback doc when forms fail to load
- [#7592](https://github.com/medic/cht-core/issues/7592): /api/v1/users returned "type" is only the first role, but many users have multiple roles
- [#7595](https://github.com/medic/cht-core/issues/7595): Fix `breatfeeding` typo in default config
- [#7703](https://github.com/medic/cht-core/issues/7703): Ability to replace a CHW user without any connectivity
- [#7900](https://github.com/medic/cht-core/issues/7900): Reorder hamburger menu so that logout isn't next to sync

### Security fixes

None.

### Performance improvements

None.

### Bug fixes

- [#6994](https://github.com/medic/cht-core/issues/6994): Reports with empty patient_id fields don't link to contact in the UI

### Technical improvements

- [#7001](https://github.com/medic/cht-core/issues/7001): Remove references to "Travis" from code and readmes
- [#7806](https://github.com/medic/cht-core/issues/7806): Add e2e to verify breadcrumbs in Message tab and Tasks tab
- [#7841](https://github.com/medic/cht-core/issues/7841): Refactor privacy policy controller to use template service
- [#7862](https://github.com/medic/cht-core/issues/7862): Use the right palette variables across webapp
- [#7878](https://github.com/medic/cht-core/issues/7878): Create base for wdio mobile e2e automation and automate bulk delete
- [#7944](https://github.com/medic/cht-core/issues/7944): Staging URL placeholder replacement uses old `builds` database
4 changes: 3 additions & 1 deletion content/en/core/releases/_index.md
Expand Up @@ -22,7 +22,8 @@ It is recommended that all projects update regularly multiple times a year to ge

| Version | Status | Release date | End of life |
|----|----|----|----|
| 4.0.x | Current | 03-Nov-2022 | TBA |
| 4.1.x | Current | 12-Dec-2022 | TBA |
| 4.0.x | Current | 03-Nov-2022 | 12-Mar-2023 |
| 3.17.x | Current | 11-Oct-2022 | 03-Nov-2023 |
| 3.16.x | Current | 3-Aug-2022 | 11-Jan-2023 |
| 3.15.x | EOL | 4-May-2022 | 3-Nov-2022 |
Expand Down Expand Up @@ -84,6 +85,7 @@ Devices with more navigation systems are more likely to get a more accurate loca

### 4.x

- [4.1.0]({{% ref "core/releases/4.1.0.md" %}})
- [4.0.1]({{% ref "core/releases/4.0.1.md" %}})
- [4.0.0]({{% ref "core/releases/4.0.0.md" %}})

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0c8506

Please sign in to comment.