# Release Notes - v0.9.0-BETA

## New Features

- [Feature]: Mail Sender.
  - Some functions sends emails with information to the users.

- [Feature]: Permissions system.
  - Now the users has a permissions system to limit them to certain actions.
  
- [Feature]: User list.
  - The users with the permission can watch the user list in **/users** link.
  - The users with the permission can reset the password of a selected users, the information will be sent to the user's email.
  - The users with the permission can delete a selected users.

## Enhancements

- [Enhancement]: Dictionary entries.

- [Enhancement]: Cached information.
  - The project and user lists are cached to improve the performance of the application.

- [Enhancement]: Limit components.
  - Some users will have limited access to some components.

## Known Issues

- [Known Issue]: Some functions of user list are not working yet.