mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 22:54:45 +08:00
fix(auth): Revert imap => custom, bump package.json 0.4.37
This commit is contained in:
parent
5e1c9bf28a
commit
7de7c53ee2
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# N1 Changelog
|
# N1 Changelog
|
||||||
|
|
||||||
### 0.4.36 (5/13/16)
|
### 0.4.37 (5/15/16)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
+ Keyboard Shortcuts: Edit your keyboard shortcuts directly from the keyboard
|
+ Keyboard Shortcuts: Edit your keyboard shortcuts directly from the keyboard
|
||||||
|
@ -17,12 +17,15 @@
|
||||||
+ The INBOX. folder prefix is hidden for FastMail accounts.
|
+ The INBOX. folder prefix is hidden for FastMail accounts.
|
||||||
+ When viewing your spam folder, you can now "Unmark" something as spam.
|
+ When viewing your spam folder, you can now "Unmark" something as spam.
|
||||||
+ When resuming from sleep, N1 no longer plays the "new mail" sound repeatedly / loudly.
|
+ When resuming from sleep, N1 no longer plays the "new mail" sound repeatedly / loudly.
|
||||||
|
+ The empty animation no longer plays briefly when the app launches.
|
||||||
+ Search queries with double quotes (") now work as expected.
|
+ Search queries with double quotes (") now work as expected.
|
||||||
+ Changes to your accounts no longer cause the account's inbox to become focused.
|
+ Changes to your accounts no longer cause the account's inbox to become focused.
|
||||||
+ Replies honor the ReplyTo field, even if the message is from one of your accounts.
|
+ Replies honor the ReplyTo field, even if the message is from one of your accounts.
|
||||||
+ Using the Apple Mail keyboard layout, Cmd+[ and Cmd+] move between threads.
|
+ Using the Apple Mail keyboard layout, Cmd+[ and Cmd+] move between threads.
|
||||||
+ The Message Viewer always appears in the Window menu and is bound to Cmd/Ctrl+0.
|
+ The Message Viewer always appears in the Window menu and is bound to Cmd/Ctrl+0.
|
||||||
+ `?` now shows your keyboard shortcuts.
|
+ `?` now shows your keyboard shortcuts.
|
||||||
|
+ On Linux, N1 now notes that `libappindicator1` is required for the system tray.
|
||||||
|
+ Function-key keyboard shortcuts are shown in the menu.
|
||||||
|
|
||||||
- Design:
|
- Design:
|
||||||
+ The confusing spam icon has been replaced with "thumbs down".
|
+ The confusing spam icon has been replaced with "thumbs down".
|
||||||
|
|
|
@ -158,7 +158,7 @@ Providers = [
|
||||||
required: true
|
required: true
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
name: 'custom'
|
name: 'imap'
|
||||||
displayName: 'IMAP / SMTP Setup'
|
displayName: 'IMAP / SMTP Setup'
|
||||||
icon: 'ic-settings-account-imap.png'
|
icon: 'ic-settings-account-imap.png'
|
||||||
header_icon: 'setup-icon-provider-imap.png'
|
header_icon: 'setup-icon-provider-imap.png'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas N1",
|
"productName": "Nylas N1",
|
||||||
"version": "0.4.36",
|
"version": "0.4.37",
|
||||||
"description": "An extensible, open-source mail client built on the modern web.",
|
"description": "An extensible, open-source mail client built on the modern web.",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue