mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-05 23:52:15 +08:00
bump(version): 0.3.26 and updated Changelog
This commit is contained in:
parent
c2beaee006
commit
6a9ca20df6
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# N1 Changelog
|
# N1 Changelog
|
||||||
|
|
||||||
|
### 0.3.26 (11/30/15)
|
||||||
|
|
||||||
|
- Features:
|
||||||
|
+ Link Targets: Hovering over links in an email displays their web address.
|
||||||
|
+ Signatures: In Preferences > Signatures, you can now configure a signature for each account.
|
||||||
|
More signatures improvements are coming soon!
|
||||||
|
|
||||||
|
- Development:
|
||||||
|
+ The specs run correctly on Node v0.10, resolving issues with the Linux CI server
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
+ On OS X, N1 no longer crashes when clicking the dock icon if the main window is hidden.
|
||||||
|
+ The main window is focused when you open Preferences
|
||||||
|
+ On Fedora, N1 now appears with the correct icon
|
||||||
|
+ Remaining references to `app.terminate` replaced with `app.quit`
|
||||||
|
|
||||||
### 0.3.25 (11/25/15)
|
### 0.3.25 (11/25/15)
|
||||||
|
|
||||||
- Features:
|
- Features:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas N1",
|
"productName": "Nylas N1",
|
||||||
"version": "0.3.25",
|
"version": "0.3.26",
|
||||||
"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