mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-19 19:14:59 +08:00
bump(version): 0.3.32
This commit is contained in:
parent
71bd96f978
commit
b11131d181
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
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:
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue