Skip to content

Commit

Permalink
Merge branch 'mail-changelog-412' into 'main'
Browse files Browse the repository at this point in the history
Version and changelog for mail 4.0.12

See merge request web/clients!1208
  • Loading branch information
Matthieu Lux committed Nov 22, 2021
2 parents 994e71b + ad05074 commit 53b92b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions applications/mail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Release 4.0.12 - Dec 8, 2021

### Improvements

- Updated the User Interface of the composer
- Added support for images loaded via CSS style attributes
- Added the ability to jump to My addresses directly from the composer "To" field
- Added the ability to prompt the default handler browser setting from the UI for Firefox users, eliminating the prompt on each page load
- Added the ability to change the default font from the Mail interface without the need to navigate to Settings
- Added automatic calendar creation for cases when an invite is received but no calendar exists yet
- Various minor UI improvements

### Bug fixes

- Fixed an issue where some base64-encoded message bodies would not be displayed correctly
- Fixed an issue where on rare occasions, attachments in external PGP-encrypted messages would only display on page reload
- Fixed an issue where the contacts widget would flash rapidly for some particular screen resolutions

## Release 4.0.11 - Nov 24, 2021

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion applications/mail/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { registerMailToProtocolHandler } from './helpers/url';
const locales = initLocales(require.context('../../locales', true, /.json$/, 'lazy'));

const enhancedConfig = {
APP_VERSION_DISPLAY: '4.0.11',
APP_VERSION_DISPLAY: '4.0.12',
...config,
};

Expand Down

0 comments on commit 53b92b1

Please sign in to comment.