From f865b48f4ece14d4a8c6c763f69b2365cad92ae7 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 15 May 2016 11:14:16 -0500 Subject: [PATCH] fix(auth): Revert imap => custom, bump package.json 0.4.37 --- CHANGELOG.md | 5 ++++- internal_packages/onboarding/lib/account-types.coffee | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0b96079..8ac3173f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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". diff --git a/internal_packages/onboarding/lib/account-types.coffee b/internal_packages/onboarding/lib/account-types.coffee index 3a39cfe01..d721f4c2c 100644 --- a/internal_packages/onboarding/lib/account-types.coffee +++ b/internal_packages/onboarding/lib/account-types.coffee @@ -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' diff --git a/package.json b/package.json index 3d2f0b838..35ec292db 100644 --- a/package.json +++ b/package.json @@ -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": {