# 0.3.5 Not yet released. ### 🚀 New features - [Email notifications for OpenPanel users](/docs/panel/account/notifications/). - Option to change password for email accounts, set quota, suspend incoming/outgoing emails from the 'OpenPanel > Emails' page. - Users can now view and terminate active sessions for their account from the 'OpenPanel > Account > Active Sessions' page. - Administrators can now set [rate limiting and blocking limits](/docs/admin/intro/#brute-force-protection) for both OpenPanel and OpenAdmin login pages. - Administrators can now set [session duration](https://dev.openpanel.com/cli/config.html#session-duration) for OpenPanel users. - Administrators can now create [a custom template to be displayed on domains without any content](https://i.ibb.co/tXkHKyL/default-landing.png). - New command `opencli admin logs` is available for multitail [all OpenAdmin services logs](https://dev.openpanel.com/logs.html). - [Error IDs](https://i.postimg.cc/dtC3M7Mq/500.png) to help administrators trace OpenPanel errors with the new command [`opencli error`](https://dev.openpanel.com/cli/error.html). - [`opencli domais-delete` command](https://dev.openpanel.com/cli/domains.html#Delete-Domain). ### 🐛 Bug fixes - [#66](https://github.com/stefanpejcic/OpenPanel/issues/66), [#265](https://github.com/stefanpejcic/OpenPanel/issues/265), [#266](https://github.com/stefanpejcic/OpenPanel/issues/266), [#268](https://github.com/stefanpejcic/OpenPanel/issues/268), [#269](https://github.com/stefanpejcic/OpenPanel/issues/269), [#271](https://github.com/stefanpejcic/OpenPanel/issues/271) - Fixed bugs with [install script on Debian12 Hetzner ISO](https://community.openpanel.org/d/110-installation-issue/6). ### 💅 Polish - Python version for OpenPanel is updated from `3.10` to `3.12`. - [Inline documentation for every page on OpenAdmin interface](https://i.postimg.cc/6tzM8Rtg/2024-10-31-20-32.png). - `opencli user-login` will now display list of users to select and autocomplete username. - Optimized `openpanel/openpanel:latest` docker image. - `git` and `apparmor` are now installed automatically on Debian12.