mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
bump(version): 0.4.40 and changelog
This commit is contained in:
parent
bb6a6b5b47
commit
dcc665ce71
2 changed files with 23 additions and 1 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
|||
# N1 Changelog
|
||||
|
||||
### 0.4.40 (5/19/16)
|
||||
|
||||
- Fixes:
|
||||
+ `Config.json` is no longer mangled at launch in some scenarios, which caused
|
||||
the app to log you out. JSON parsing errors are also handled more gracefully.
|
||||
+ Clicking "Propose Times" in a composer window no longer crashes N1.
|
||||
+ Message indexes are now created properly, resolving issues where incorrect drafts
|
||||
could be synced or sent in some scenarios.
|
||||
+ On Windows, installing the update no longer displays a dialog "`app-0.4.X` is a folder."
|
||||
+ Undoing and then redoing many operations now works as expected.
|
||||
+ When removing accounts, N1 focuses the remaining accounts properly.
|
||||
+ The templates
|
||||
+ N1 no longer fails to quit in some scenarios.
|
||||
+ N1 is now ~60MB smaller and launches faster thanks to proper precompiling of assets.
|
||||
+ Spellcheck now runs faster.
|
||||
|
||||
- Development:
|
||||
+ When installing third party plugins, we now use the `name` from your package.json
|
||||
rather than the folder name, resolving an issue where plugins would be installed
|
||||
as `my-plugin-master` when downloaded from GitHub.
|
||||
|
||||
|
||||
### 0.4.37 (5/15/16)
|
||||
|
||||
- Features:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas N1",
|
||||
"version": "0.4.39",
|
||||
"version": "0.4.40",
|
||||
"description": "An extensible, open-source mail client built on the modern web.",
|
||||
"main": "./src/browser/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue