mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
bump(changelog): 0.4.33 notes and 0.4.34 bump
This commit is contained in:
parent
04066ce4b0
commit
cbde54eb8f
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# N1 Changelog
|
||||
|
||||
### 0.4.33 (5/4/16)
|
||||
|
||||
- Fixes a critical issue with "Send Later" state not sticking.
|
||||
- Fixes an issue with the emoji popup menu in the composer not inserting emoji.
|
||||
- Fixes a bug where "Read Receipts" and "Link Tracking" would not default to off after being turned off.
|
||||
- Fixes the "delete" keyboard shortcut on Windows and Linux.
|
||||
- Fixes the "g i" and other shortcuts which should return you to the thread list.
|
||||
|
||||
- The "archive or delete" option in preferences now mentions that it impacts swipe gestures.
|
||||
- Right click "Copy Link" is now "Copy Link Address"
|
||||
- Items in the sidebar auto-expand when you hover over them while dragging
|
||||
- Third party `N1-Unsubscribe` plugin should now work when re-downloaded
|
||||
|
||||
### 0.4.32 (5/2/16)
|
||||
|
||||
- Features:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas N1",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"description": "An extensible, open-source mail client built on the modern web.",
|
||||
"main": "./src/browser/main.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue