mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
Bump to version 1.0.6, update changelog
This commit is contained in:
parent
c2a76da5c4
commit
515b01de84
2 changed files with 25 additions and 2 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,6 +1,29 @@
|
||||||
# Mailspring Changelog
|
# Mailspring Changelog
|
||||||
|
|
||||||
### 1.0.5 (Coming Soon)
|
### 1.0.6 (10/19/2017)
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Mailspring now identifies an "Archive" folder if one is present in your Office 365 / IMAP accounts and enables the "Archive" button and "Swipe to Archive" behavior. If it is not picked up automatically, you can set it from Preferences > Folders.
|
||||||
|
|
||||||
|
- Mailspring now warns you if you the salutation in your email ("Hey Ben!") doesn't match the name of a recipient or appears misspelled.
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
|
- Mail rules now run correctly as new mail is received.
|
||||||
|
|
||||||
|
- The label picker is now correctly hidden if your selection includes threads from non-Gmail accounts.
|
||||||
|
|
||||||
|
- When you forward a message, it is now correctly associated with the existing thread.
|
||||||
|
|
||||||
|
- When renaming folders / labels, the app no longer shows the old and new items side-by-side in the left panel for a few minutes.
|
||||||
|
|
||||||
|
- When creating folders / labels, you can now use any characters supported by your provider, including emoji.
|
||||||
|
|
||||||
|
- When you move an item to a folder in a generic IMAP account, undoing the action now works properly.
|
||||||
|
|
||||||
|
|
||||||
|
### 1.0.5 (10/15/2017)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mailspring",
|
"name": "mailspring",
|
||||||
"productName": "Mailspring",
|
"productName": "Mailspring",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
|
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
|
||||||
"description": "The best email app for people and teams at work",
|
"description": "The best email app for people and teams at work",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Reference in a new issue