mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
bump(version): 0.4.10 and changelog
This commit is contained in:
parent
68d89504f7
commit
91b45fd2ae
2 changed files with 20 additions and 2 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,8 +1,26 @@
|
||||||
# N1 Changelog
|
# N1 Changelog
|
||||||
|
|
||||||
|
### 0.4.10 (2/25/16)
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
|
||||||
|
+ Prevent accounts from being wiped by rapid writes to config.cson
|
||||||
|
+ Present nice error messages when sending results in 402 Message Rejected
|
||||||
|
+ Fix a regression in adding / removing aliases
|
||||||
|
+ Fix a regression in the Windows and Linux system tray icons
|
||||||
|
+ Fix an issue with deltas throwing exceptions when messages are not present
|
||||||
|
+ Stop checking for plugin auth once authentication succeeds. Makes "snooze"
|
||||||
|
animation more fluid and performant.
|
||||||
|
+ Fix "Manage Templates" button in the pop-out composer.
|
||||||
|
+ Right-align timestamps in the wide thread list.
|
||||||
|
+ Fix print styling
|
||||||
|
+ Add "Copy Debug Info to Clipboard", making it easier for users to collect
|
||||||
|
debugging information about messages.
|
||||||
|
+ Update the email address used for reporting quoted text and rendering issues.
|
||||||
|
|
||||||
### 0.4.9 (2/25/16)
|
### 0.4.9 (2/25/16)
|
||||||
|
|
||||||
Read about this release on Medium: https://medium.com/@nylas
|
[Read about this release on Medium](https://medium.com/@Nylas/nylas-n1-now-has-snooze-swipe-actions-emoji-and-more-561cd1e91559)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas N1",
|
"productName": "Nylas N1",
|
||||||
"version": "0.4.9",
|
"version": "0.4.10",
|
||||||
"description": "An extensible, open-source mail client built on the modern web.",
|
"description": "An extensible, open-source mail client built on the modern web.",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue