mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 11:16:10 +08:00
bump(version): 0.3.43 and changelog
This commit is contained in:
parent
fb41a8184e
commit
7c749468e5
2 changed files with 20 additions and 4 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,19 +1,35 @@
|
||||||
# N1 Changelog
|
# N1 Changelog
|
||||||
|
|
||||||
### 0.3.38 (1/8/16)
|
### 0.3.43 (1/12/16)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
+ You can now enable and disable bundled plugins from Preferences > Plugins,
|
+ You can now enable and disable bundled plugins from Preferences > Plugins,
|
||||||
and bundled plugin updates are delivered alongside N1 updates.
|
and bundled plugin updates are delivered alongside N1 updates.
|
||||||
+ You can now adjust the interface zoom from the workspace preferences.
|
+ You can now adjust the interface zoom from the workspace preferences.
|
||||||
|
|
||||||
|
- Development:
|
||||||
|
+ Packages can now list a relative `icon` path in their package.json.
|
||||||
|
|
||||||
|
- Composer Improvements:
|
||||||
|
+ You can now reply inline by outdenting (pressing delete) in quoted text.
|
||||||
|
+ The Apple Mail keyboard shortcut for send is now correct.
|
||||||
|
+ Keyboard shortcuts are shown in the shortcuts preferences.
|
||||||
|
+ Clicking beneath the message body now positions your cursor correctly.
|
||||||
|
+ Tabbing to the body positions the cursor at the end of the draft reliably.
|
||||||
|
+ Tabbing to the subject highlights it correctly.
|
||||||
|
+ Copy & paste now preserves line breaks reliably
|
||||||
|
+ Inserting a template into a draft will no longer remove your signature.
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
+ The Apple Mail keyboard shortcut for send is not correct.
|
|
||||||
+ Composer keyboard shortcuts are shown in the shortcuts preferences.
|
|
||||||
+ You can now unsubscribe from the N1 mailing list from the Account preferences.
|
+ You can now unsubscribe from the N1 mailing list from the Account preferences.
|
||||||
+ The message actions dropdown is now left aligned.
|
+ The message actions dropdown is now left aligned.
|
||||||
+ Thread "Quick Actions" are now displayed in the correct order.
|
+ Thread "Quick Actions" are now displayed in the correct order.
|
||||||
+ Account names can no longer overflow the preferences sidebar.
|
+ Account names can no longer overflow the preferences sidebar.
|
||||||
|
+ On Windows, N1 restarts after installing an update.
|
||||||
|
+ N1 now re-opens in fullscreen mode if it exited in fullscreen mode.
|
||||||
|
+ Files with illegal filesystem characters can be dragged and dropped normally.
|
||||||
|
+ Files with illegal filesystem characters now download and open correctly.
|
||||||
|
+ The Event RSVP interface only appears if you are a participant on the event.
|
||||||
|
|
||||||
|
|
||||||
### 0.3.36 (1/5/16)
|
### 0.3.36 (1/5/16)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas N1",
|
"productName": "Nylas N1",
|
||||||
"version": "0.3.42",
|
"version": "0.3.43",
|
||||||
"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…
Add table
Reference in a new issue