Bump version to 1.0.11

This commit is contained in:
Ben Gotow 2017-12-14 13:40:15 -08:00
parent 14058ee01f
commit 436ea2974b
2 changed files with 32 additions and 2 deletions

View file

@ -1,5 +1,27 @@
# Mailspring Changelog
### 1.0.11 (12/12/2017)
Improvements:
- You can now reset the cache for an individual account from Preferences > Accounts
- Mailspring now creates its config directory with more appropriate unix permissions (thanks @agurz!)
Fixes:
- On Windows, Mailspring now sends attachments with non-latin characters correctly.
- Mailspring now moves mail correctly (via archiving, deleting, etc.), even if the provider does not support the IMAP MOVE extension.
- Mailspring now fetches incoming messages correctly (and immediately) for providers that support both CONDSTORE and QRESYNC.
- On Linux, the Mailspring snap no longer complains about missing typefaces on some machines.
- Drang and drop from search results into folders/labels has been fixed.
- The translation plugin has been fixed.
### 1.0.10 (12/7/2017)
Features:

View file

@ -185,6 +185,8 @@ class PreferencesIdentity extends React.Component {
}
_renderPaidPlan(planName, effectivePlanName) {
const planDisplayName = planName.replace('Annual', ' (Annual)');
const unpaidNote = effectivePlanName !== planName && (
<p>
{`Note: Due to issues with your most recent payment, you've been temporarily downgraded to Mailspring ${effectivePlanName}. Click 'Billing' below to correct the issue.`}
@ -194,8 +196,14 @@ class PreferencesIdentity extends React.Component {
<div className="row padded">
<div>
Thank you for using{' '}
<strong style={{ textTransform: 'capitalize' }}>{`Mailspring ${planName}`}</strong> and
supporting independent software.
<strong
style={{ textTransform: 'capitalize' }}
>{`Mailspring ${planDisplayName}`}</strong>{' '}
and supporting independent software. Get the most out of your subscription: visit the{' '}
<a href="https://foundry376.zendesk.com/hc/en-us/sections/115000521592-Getting-Started">
Help Center
</a>{' '}
to learn more about great features like reminders, templates, and activity insights.
{unpaidNote}
</div>
<div style={{ paddingTop: 15 }}>