bump(version): 0.3.28

This commit is contained in:
Ben Gotow 2015-12-07 12:08:51 -08:00
parent 7a5be0e7a7
commit e87c5d3181
2 changed files with 31 additions and 1 deletions

View file

@ -1,6 +1,36 @@
# N1 Changelog
### 0.3.28 (12/7/15)
- Features:
+ Print: You can now print threads via a button beside the subject line.
+ Shortcuts: The preferences now list all available keyboard shortcuts.
+ Templates: The templates example now adds a basic template editor to the app's preferences
+ Expand / Collapse Thread: A button beside the subject line allows you to expand / collapse the thread.
+ Delete vs Archive: A new option allows you to choose the behavior of the Delete & Backspace keys.
+ Backgrounding: On Windows and Linux, the app will run from the System Tray, even if you close the main window.
- Fixes:
+ Bold, underline, and italic keybindings have been fixed.
+ Mark as unread / Mark as important keybindings have been added.
+ Search queries with special characters and puncutation now work.
+ On OS X, the badge icon now respects the option in preferences.
+ On Windows, the app's menu now shows conditional menu items properly.
+ On Linux, the preferences note that `zenity` is required for desktop notifications.
+ Disabling "Autoload images" blocks images without file extensions correctly.
+ Unread counts now work correctly on providers that delete threads.
+ The "toggle unread" button displays the correct icon when multiple emails are selected.
+ The up / down arrows in the thread pane now correctly move between threads.
+ "Show Important flags" now works as expected for Gmail accounts.
+ Changing accounts with an active search query runs the query for the other account.
+ The entire signature box is now clickable.
- Development:
+ `DraftStoreExtension` and `MessageStoreExtension` have been deprecated in favor of `ComposerExtension` and `MessageViewExtension`, respectively. See 9f309d399b7fe01230b53d3dec994b372bf2fd54 for more details.
+ `nylas-exports` is available on the Developer Tools console as `$n`
+ New integration tests for the composer can be run with `script/grunt run-integration-tests`
### 0.3.27 (12/3/15)
- Critical patch to the QuickSchedule plugin to prevent it from sending multiple RSVP responses

View file

@ -1,7 +1,7 @@
{
"name": "nylas",
"productName": "Nylas N1",
"version": "0.3.26",
"version": "0.3.28",
"description": "An extensible, open-source mail client built on the modern web.",
"main": "./src/browser/main.js",
"repository": {