> For the complete documentation index, see [llms.txt](https://support.braver.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.braver.net/changelog/1.8/version-1.8.0.md).

# Version 1.8.0

#### 1. Nouvelles fonctionnalités

1. Invitation de proche aidant par lien
2. Lien vers l'application mobile lors d'un appel depuis un navigateur mobile
3. Saisie manuelle d'un lieu de travail
4. Notifications enrichies avec le contenu réel du message
5. Amélioration des performances Web
6. Création d'un canal de soins en un clic depuis une trajectoire disponible

#### 2. Améliorations

1. Sélection automatique du groupe lors de la connexion SSO
2. Vidéo en plein écran lorsqu'un utilisateur est seul dans un appel
3. Premier message d'un canal de soins requis uniquement pour les participants externes à l'organisation
4. Décocher une équipe lors de la création d'un fil décoche également tous ses membres
5. Rapport lorsqu'un appel ne peut pas sonner sur l'appareil d'un utilisateur

#### 3. Corrections

1. Correction de la recherche de personnes sans profession dans une organisation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.braver.net/changelog/1.8/version-1.8.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
