-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst authoredSigned-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 14.45 KiB
Changelog
All notable changes to this project will be documented in this file.
0.18.0 - 2019-10-28
Added
- Html editor
- Html signatures support
- Better layout for reading and writing messages
- Reply, reply-all and forward overhaul
- Message composer design improvements
- Account setup error feedback
- Account settings page design overhaul
Fixed
- Removed reply-to email address from quoted text
- Logging error in drafts error handler
- Unnecessary line breaks in quoted reply text
- Umlauts encoding on folder (mailbox) names
- Missing navigation when adding an account
- Account form should be a HTML form
- Marking another message as read without navigation
- Deleting another message without navigation
- Fix missing redirect on account deletion
- Fix missing navigation when first account is added
- Envelope delete animation
- Broken auto redirect on external links of a HTML message
- Show external images
- Handling of internationalized FWD and AW prefixes
- Flagging drafts as \draft
Changed
- Dependency updates
- New and updated translations
- JavaScript is now generated for @nextcloud/browserslist-config browsers
0.17.0 - 2019-09-02
Added
- Warning when a message does not have a subject
- Cache mailbox special use as well for faster page loads
Fixed
- SQL error at mailbox initialization
- SQL error at mailbox cache update
- Handling of avatars for invalid e-mail addresses
Changed
- Dependency updates
- New and updated translations
0.16.0 - 2019-08-29
Added
- Folder cache to decrease page load times significantly
Changed
- Updated description
- New and updated translations
0.15.5 - 2019-08-28
Fixed
- Wrong navigation to deleted message
- Wrong navigation to next/prev message of deleted message
- Non-translatable "forward" button
0.15.4 - 2019-08-26
Fixed
- Vulnerable eslint-utils
0.15.3 - 2019-08-26
Added
- Ability to print messages
Changed
- New and updated translations
Fixed
- JavaScript errors caused by a bug in the logging library
0.15.2 - 2019-08-06
Added
- Better logging on the client-side
Fixed
- Vulnerable
lodash
dependencies
Changed
- New and updated translations
0.15.1 - 2019-05-14
Fixed
- Cached Webpack chunks cause errors on upgrade
Changed
- New and updated translations
0.15.0 - 2019-05-13
Added
- Ability to mark folders as read
- Ability to create subfolders more easily
Changed
- New and updated translations
0.14.0 - 2019-04-17
Added
- Ability to create new folders (mailboxes)
- Nextcloud 17 compatibility
Changed
- New and updated translations
Fixed
- Update vulnerable js dependencies
- Navigation toggle on mobile
0.13.0 - 2019-04-12
Added
- Signatures support
Changed
- New and updated translations
Fixed
- Mailvelope hint in settings menu
0.11.1 – 2019-04-10
Added
- php7.3 support for Nextcloud 15
0.12.0 - 2018-04-08
Added
- Nextcloud 16 support
- php7.3 support
- A new front-end (with lots of improvements)
- Many UX enhancements
- New and updated translations
Fixed
- Various front-end issues
Removed
- Nextcloud 15 support
- php7.0 support
0.11.0 – 2018-10-16
Added
- Nextcloud 15 support
Fixed
- Recipient autocompletion
- New message composer width
- Database incompatibilites
- Setup issue with port numbers
- Errors for messages without a sender
- Notifications for messages with no sender
0.10.0 – 2018-08-21
Added
- Account export command (
occ mail:account:export <UID>
) - Popover menu for messages
- Ability to mark messages as unread in the UI
Changed
- New and updated translations
Fixed
- Non-existent variable access warning
- SMTP FQDN hostname when sending messages
- Text alignment on redirect page
- Message header on mobile devices
- Sending messages with local attachments
- Removed usage of deprecated server APIs
0.9.0 – 2018-08-09
Fixed
- Nextcloud 14 compatibility
- Cache permissions of favicon library
Changed
- Dropped Nextcloud 13 support
- Requires php7+
0.8.3 – 2018-07-24
Added
- New and updated translations
- Performance improvements
0.8.2 – 2018-06-28
Added
- Advanced search
- New and updated translations
Fixed
- Preserve URI hash in sanitized HTML messages
- Pagination of incoming messages
- Autoconfig issues
- Security issues in third party JavaScript libraries
- Folder sorting
- Issue template URL in README