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

# 5.0

## 5.0 Release Notes

#### June 2024

Exciting news! Lucy’s major platform update is here!

Version 5.0 is packed with many game-changing features, such as our brand-new Statistics Dashboard that allows you to track progress over time and analyze campaign results. Campaign management has never been easier!

### Highlights

* [**New Statistics Dashboard**: Track progress over time and analyze campaign results with our cross-campaign Statistics Dashboard, providing valuable insights.](/application-reference/statistics-dashboard.md)
* [**Customizable Diploma Emails**: Customize diploma emails and use them in any type of campaign, with editing available under campaign awareness settings.](/application-reference/campaigns/campaign-settings/main-settings/awareness-education.md#create-awareness-training-diploma)
* [**New Multi-Factor Authentication Method**: Lucy now supports integrated email-based authentication.](/application-reference/account-settings/two-factor-authentication.md)
* **Azure Application Updates**:
  * [Modify the application type (O365 plugin/Desktop MSI plugin) to support the least privilege principle.](/application-reference/settings/common-system-settings/azure-applications.md)
  * Support for Lucy Azure application as a single-tenant application.
  * Automatic renewal of the Azure refresh token.
* **Expanded Training Diplomas**: Training diplomas can now be added to any Awareness campaign, including SCORM-based campaigns.

### Additional Enhancements

* [**Payment Method Update**: The accepted payment method changed from PayPal to Stripe. Workstation balance can now be purchased using an international credit card directly from the platform.](/application-reference/account-settings/license.md#balance)
* [**Unique Icons for Attack Templates**: Each attack template now features a unique icon that gives an at-a-glance overview of the contents of the attack.](/guides/attack-simulations/attack-template-customization.md)
* [**Campaign Report 3.0**: Now includes a campaign timeline page.](/application-reference/templates/report-templates.md)
* [**Regenerate Training Diplomas**: Admins can now regenerate end-user training diplomas through the admin panel.](/application-reference/campaigns/campaign-settings/results/statistics.md#detailed-recipient-statistics)
* [**Auto-Deletion of Incident Report Folders**: Incident report folders can now be auto-deleted to save storage space.](/application-reference/settings/advanced-system-settings/advanced-settings.md#smart-storage)
* [**White-Label End-User Portal**: Customize the login page name with your company name.](/application-reference/users/end-user-portal-settings.md#configuration)
* **Performance, Stability, and Security Improvements**: Enhanced overall system performance, stability, and security.
* **General & UI Bug Fixes**: Addressed various bugs and UI issues for a smoother experience.

This release takes your campaign management to the next level. Enjoy the new features and enhancements!


---

# 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://wiki.lucysecurity.com/release-notes/5.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.
