diff --git a/CHANGELOG.md b/CHANGELOG.md index 634ddf4c8..2e79220a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # N1 Changelog +### 0.3.32 (12/15/15) + +- Features: + + Aliases: You can now add aliases from the Accounts preferences tab and use them when composing messages! + + Themes: From the General preferences tab you can now install custom themes via a dropdown picker. + +- Fixes: + + Selecting multiple threads and marking as read / unread works as expected. + + When you send a draft, it is correctly removed from the draft list. + + Preferences open to the General tab by default. + + Spellcheck: + - On Mac OS X and Windows 8+, spellcheck now offers suggestions in + the system language. + - On Linux and Windows <8, spellcheck no longer defaults to english + when your language is unavailable. + ### 0.3.29 (12/9/15) - Features: diff --git a/package.json b/package.json index 7383648ad..9d58f459f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.3.31", + "version": "0.3.32", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {