fix(auth): Revert imap => custom, bump package.json 0.4.37

This commit is contained in:
Ben Gotow 2016-05-15 11:14:16 -05:00
parent e78136df8d
commit f865b48f4e
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# N1 Changelog
### 0.4.36 (5/13/16)
### 0.4.37 (5/15/16)
- Features:
+ Keyboard Shortcuts: Edit your keyboard shortcuts directly from the keyboard
@ -17,12 +17,15 @@
+ The INBOX. folder prefix is hidden for FastMail accounts.
+ 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.
+ The empty animation no longer plays briefly when the app launches.
+ Search queries with double quotes (") now work as expected.
+ 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.
+ 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.
+ `?` 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:
+ The confusing spam icon has been replaced with "thumbs down".

View file

@ -158,7 +158,7 @@ Providers = [
required: true
}]
}, {
name: 'custom'
name: 'imap'
displayName: 'IMAP / SMTP Setup'
icon: 'ic-settings-account-imap.png'
header_icon: 'setup-icon-provider-imap.png'

View file

@ -1,7 +1,7 @@
{
"name": "nylas",
"productName": "Nylas N1",
"version": "0.4.36",
"version": "0.4.37",
"description": "An extensible, open-source mail client built on the modern web.",
"main": "./src/browser/main.js",
"repository": {