> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/release-notes/2024/october-2024.md).

# October 2024

## October 15th, 2024

{% file src="/files/8NNqv0CDs6IHE6Eemt27" %}

### Improvements <a href="#improvement" id="improvement"></a>

In this release, we’ve refined the **Auto-Refresh** feature to improve the user experience when accessing new content on websites.

The **Auto-Refresh** button allows participants to enable automatic redirection to the latest published article while viewing a website. When activated, users are taken directly to new content as it becomes available. If disabled, users see the new articles in the menu but need to manually navigate away from their current article to view them.

**Improvements Made:**

* **Renaming for Clarity:** The **"Auto-Refresh"** button in the Browser Channel Configuration has been renamed to **"Always Display Last Article"** for better clarity.
* **Default Setting Change:** The **"Always Display Last Article"** option is now toggled **On by default**, ensuring users are automatically directed to the latest content unless they choose to disable it.

## October 7th, 2024

{% file src="/files/772RpkAYYOn44zPTyHka" %}

### Improvements  <a href="#improvement" id="improvement"></a>

#### **Mobile Improvements:**  <a href="#mobile-improvements" id="mobile-improvements"></a>

We've enhanced the functionality of channels (Websites, Notifications, Media Pop-up, Email, and Twitter) and improved the way content is displayed during an exercise in mobile view.

* **Websites:** A new mobile view has been introduced, improving navigation when multiple tabs are open. The layout of articles has also been optimized for better readability on mobile devices.
* **Emails:** We've improved how email content is displayed and resolved formatting issues for better consistency on mobile.
* **Media Pop-up, Twitter "Add Media," and Notifications:** Some pop-ups were previously disrupting or not aligning correctly with the screen layout in mobile view, making them difficult to use. These have been updated to respect the mobile layout, ensuring a smoother user experience.

#### **Auto-Refresh Button in the Editor:**  <a href="#auto-refresh-button-in-the-editor" id="auto-refresh-button-in-the-editor"></a>

You can now enable auto-refresh for websites. When the toggle is activated, participants will be automatically directed to the latest published article if they are on the website when new content becomes available. If the toggle is deactivated, the current behaviour remains: users will see new articles appear in the menu but will need to manually navigate away from the article they are viewing to access the new content.

#### **New default style for Air app** <a href="#new-default-style-for-air-app" id="new-default-style-for-air-app"></a>

The Air app now features a new default style, including updated channel icons that are ready to use.

### Bugs & Fixes

**Facebook Channel Spoof Engagement**: Resolved an issue where spoof engagement was not functioning correctly on the Facebook channel.

**Duplicated Injects**: Fixed a bug where certain injects were being duplicated in specific environments.


---

# 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://helpdocs.conducttr.com/release-notes/2024/october-2024.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.
