This commit is contained in:
the-djmaze 2022-11-03 17:20:46 +01:00
parent 7c362879ed
commit ce3acc4ec8
11 changed files with 39 additions and 24 deletions

View file

@ -1,3 +1,22 @@
## 2.20.0 2022-11-03
### Added
- Strip mailchimp tracking
### Changed
- Use some PHP typed properties
- Move bootstrap @less variables to CSS var()
- Improved theme styling
### Fixed
- CSS --dropdown-menu-background-color should be --dropdown-menu-bg-color
### Nextcloud
- Disable Nextcloud Impersonate check due to login/logout complications
[#561](https://github.com/the-djmaze/snappymail/issues/561)
- Improved theme integration and be compatible with Breeze Dark
## 2.19.7 2022-11-02
### Added