mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-14 20:21:26 +08:00
bump(version): 0.4.52 and add Changelog
This commit is contained in:
parent
cba4c4ac51
commit
d52217a087
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,5 +1,24 @@
|
|||
# N1 Changelog
|
||||
|
||||
### 0.4.52 (9/14/16)
|
||||
|
||||
- Features:
|
||||
|
||||
+ More themes on Readme.md
|
||||
|
||||
- Fixes:
|
||||
|
||||
+ Fix url parsing of ?#
|
||||
+ Changes to trial length
|
||||
+ Add “Ctrl-A” to the outlook shortcuts
|
||||
+ Log user out of app if identity token is missing
|
||||
+ Check for number of BCC participants before using multi-send
|
||||
|
||||
- Development:
|
||||
|
||||
+ apm ignores dev dependencesi
|
||||
|
||||
|
||||
### 0.4.51 (9/1/16)
|
||||
|
||||
- Features:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas N1",
|
||||
"version": "0.4.51",
|
||||
"version": "0.4.52",
|
||||
"description": "An extensible, open-source mail client built on the modern web.",
|
||||
"main": "./src/browser/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue