mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
bump(version): 0.2.5
Features: - Preferences! You can now change all kinds of things from Menu > Preferences, including: + Key binding sets (Gmail, Outlook, Mail.app) + Theme (light or dark) + Mark-as-read delay + Attachment downloading policy + Sounds and notifications + Default reply behavior - Layout and theme are now remembered when you re-launch Nylas Mail - You can now star the message under the keyboard cursor by pressing 'S' Performance: - Creating drafts is now much faster on long threads Fixes: - "Hover and Archive" is now displayed correctly - Signing in with an email with capitalization ("BEN@Nylas.com") no longer breaks subtle things - Messages sent yesterday are now shown with relative time (2:31PM, 12 hours ago) - NylasSyncWorker now backs off when it encounters network failure - On Windows, the database is deleted properly when you log out - Archiving now properly sends mail to All Mail in Gmail - Images inside some emails now render without becoming distorted - Mailto link handling is now case-insensitive
This commit is contained in:
parent
941e16bb11
commit
9811b2646c
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ SettingsTabsView = require "./settings-tabs-view"
|
||||||
module.exports =
|
module.exports =
|
||||||
|
|
||||||
activate: (@state={}) ->
|
activate: (@state={}) ->
|
||||||
WorkspaceStore.defineSheet 'Settings', {root: true, supportedModes: ['list'], name: 'Settings'},
|
WorkspaceStore.defineSheet 'Settings', {root: true, supportedModes: ['list'], name: 'Plugins'},
|
||||||
list: ['RootSidebar', 'SettingsSidebar', 'Settings']
|
list: ['RootSidebar', 'SettingsSidebar', 'Settings']
|
||||||
|
|
||||||
ComponentRegistry.register SettingsTabsView,
|
ComponentRegistry.register SettingsTabsView,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas",
|
"productName": "Nylas",
|
||||||
"version": "0.2.4",
|
"version": "0.2.5",
|
||||||
"description": "An email OS",
|
"description": "An email OS",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -121,7 +121,7 @@ body.is-blurred {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sheet-toolbar-container {
|
.sheet-toolbar-container {
|
||||||
background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 12%), lighten(@toolbar-background-color, 12%));
|
background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9.6%), lighten(@toolbar-background-color, 9.6%));
|
||||||
.btn.btn-toolbar img {
|
.btn.btn-toolbar img {
|
||||||
opacity:0.5;
|
opacity:0.5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue