# Release notes

## 2024-05-27

**Aegis dApp**

* New view for analysing any contract by entering it's address.&#x20;
* Made some of the features accessible directly through telegram bot
* Firewall email notifications
* Link for buying LSS for Boost users.
* Updated copy

**Aegis**

* Fixed filtering by date
* Added additional information on the reports page
* New risk score API
* Performance improvements

## 2024-04-24

**Aegis dApp**

* [Firewall](/aegis/firewall.md) on Aegis dApp.
* New wallet details view on Aegis dApp.
* [Token risk analysis](/aegis/aegis-dapp/token-risk-analysis.md) and score.
* Improved fetching balances and allowances.

**Aegis**

* Sorting monitored addresses by name.
* Fixed metrics on Aegis dashboard.
* Improved fetching balances and allowances.
* Backtesting enabled for full LSS Boost users.

## 2024-03-21

* Referrals enabled on Aegis and dApp.
* Maintenance pages added.
* Wallet specific risk processing enabled.
* Frontrunning improvements in the background.
* Saved alert settings can be applied to multiple addresses.
* Arbitrum support on Token Minter.

## 2024-03-07

* Arbitrum network supported on Aegis and dApp.
* New public report page for findings to make findings easily shareable.
* Panic Button on dApp lets dApp users protect their funds.
* Web3modal to connect with mobile wallets for LSS Boost and Panic Button.
* Performance and stability fixes.
* Refreshed links on protocol pages.

## 2024-02-23

* Improved website navigation with more intuitive product separation.
* Improved UX and navigation on Aegis application.
* Saving and reusing an alert setting template.
* New view on Aegis Dashboard with informative current stats.
* Improved tracking and handling of roles in contract analysis.
* General infrastructure and performance improvements.

## 2024-02-07

* Monitored address management page.
* Monitored address labels.
* Bulk import of monitored addresses (learn how).
* Improved handling of potential risks for noise reduction.
* Improvements to performance and scalability.
* Improved handling of various provider failures.

## 2024-01-15

* USD values for TVL and transfers tracking.
* Default monitoring channel and prompt to enable default monitoring settings.
* Improvements to the findings algorithm.
* Various improvements to UI and performance.
* Infrastructure improvements to support more chains.
* Background work for frontrunning.

## 2023-12-20

* 2 free monitored addresses on [Aegis dApp](https://aegis.lossless.io/dapp)
* LSS Boost on Aegis dApp
* Allowances on Aegis dApp
* dApp UX and UI improvements
* Wallet interaction types filter on wallet alerts

## 2023-12-06

**New** :new:

* [Aegis dApp](https://aegis.lossless.io/dapp) - monitor any address on any chain

**Feature**

* Wallet allowances management
* Findings since last log in

**Improvements**

* Further wallet notification improvements
* Show available contract functions in Interact - Write
* ABI fetching fixes
* Website navigation and UX improvements
* Back-end improvements and additions to support new features

## 2023-11-22

**New feature**

* Alerts management view that shows all your active alerts and a counter of times triggered.
  * Trigger count will begin incrementing from 2023-11-22 forward.

**Improvements and fixes**

* Major improvement to wallet activity notifications.
* Subscription management improvements.
* User and organization member handling improvement.
* Migration from Snowtrace to Avascan.
* Trigger category icons adjustment.

## 2023-11-08

**Improvements and fixes**

* Major improvement to Telegram channel creation.
* Indicator of role, plan and LSS Boost status on navigation bar.
* Explorer access from Findings and Findings retention notice.
* Tooltips on key views and concepts.
* New "Uniswap Pair" contract type supported.
* New user type "Mixer User" which includes Tornado cash users and Railgun users.
* New risk type "New Account" which indicates the suspicious transaction triggered by an address with up to 5 transactions in total.
* Minor improvements to adding team member flow.
* Various improvements to performance and resource use.

## 2023-10-12

**New features for individual users**

* [LSS Boost](/aegis/pricing/lss-boost.md) for users who want to track more than 1 contract and get access to all notification types on their wallet.
* [Panic Button](/aegis/panic-button.md) to set up an emergency fund movement procedure in case you detect anything suspicious.
* Wallet Activity tracking to track all your wallet's on-chain activity in real time.

**Improvements & fixes**

* Email formatting improvements.
* Performance improvements for wallet type monitored accounts.
* Quick actions on [contract analysis](/aegis/introduction/how-does-aegis-work/smart-contract-analysis.md) view.
* Editing notifications channels is now possible.
* Notification retries implemented.
* SMS notification format and content improvement.
* Various UX and performance improvements across the board.

## 2023-09-07

**Complete UI overhaul**

* Substantial improvement to all key flows including adding a monitored address, notification channel and alert.
* Setup wizard to get you from adding a monitored address to creating an alert as fast as possible.
* New navigation menu with quick access to all your monitored addresses.
* An intuitive monitored address page with dedicated tabs for all key actions.
* Completely new settings page with tabs for specific account and team actions.
* Dark & light modes.

**Improvements**

* Added the option to filter findings by chain.
* Slack and Telegram notification improvements.
  * At-a-glance identification of alert type and severity.
  * More informative notifications.
* Email notification improvements.
  * At-a-glance identification of alert type and severity in the inbox.
  * More informative notifications.
  * Email design improved to align with the new UI.
* Minor performance improvements.


---

# Agent Instructions: 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:

```
GET https://docs.lossless.io/aegis/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
