> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/release-log/release-notes-2026-sprint-6-w1.md).

# Release Notes: 2026 Sprint 6 W1

**Period: March 30, 2026 – April 6, 2026**

This week, the MyAlice engineering team shipped 2 features and improvements alongside 5 bug fixes — enhancing visibility in Reports, improving Broadcast status accuracy, and resolving several customer-reported issues across Inbox, Settings, Reports, and Integrations.

***

### 🚀 Features and Innovations

**Reports**

* **Activity Log Enhancements** — The Activity Log now captures richer context with every entry: IP address and browser details are recorded across all actions, and tracking has been extended to cover template and broadcast creation, updates, edits, and deletions. Logs are also now retained for deactivated or removed users, and API performance has been significantly improved for faster load times.

**Broadcast**

* **Improved Broadcast Status Tracking** — Scheduled broadcasts now correctly show a "Processing" status immediately after being created, before transitioning to "Ongoing" once sending begins. This gives you a clearer, more accurate picture of where each broadcast stands in real time.

***

### 🐛 Bug Fixes

**Inbox**

* Fixed an issue where agents could send follow-up messages in template-initiated conversations before the customer had replied, triggering a re-engagement error. Agents can now only continue the conversation after the customer responds to the template.
* Fixed a bug where email signatures appeared to save successfully but were not visible when returning to the edit section. Signatures are now saved and persist correctly.

**Settings**

* Fixed an issue in User Management where newly invited team members were not appearing in the invited list after sending invitations. Invitations now display immediately in the management dashboard as expected.

**Reports**

* Fixed a bug where broadcasts that failed due to a template language mismatch were incorrectly showing as "Queued" in the Template History. These entries now correctly reflect a "Failed" status.

**Integrations**

* Fixed a bug where clickable buttons in product emails sent via Resend occasionally routed users to incorrect destination URLs. Button links now consistently navigate to the correct destinations.

***

*These updates are live for all MyAlice users. As always, if you have any questions or run into anything unexpected, reach out to our support team — we're here to help.*


---

# 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://docs.myalice.ai/release-log/release-notes-2026-sprint-6-w1.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.
