bump(version): 0.3.32

This commit is contained in:
Ben Gotow 2015-12-15 11:59:01 -08:00
parent 71bd96f978
commit b11131d181
2 changed files with 17 additions and 1 deletions

View file

@ -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:

View file

@ -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": {