Skip to content

Commit 07f357f

Browse files
committed
update(changelog): 0.4.59
1 parent 4ac7cea commit 07f357f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

+54
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# N1 Changelog
22

3+
### 0.4.59 (10/24/16)
4+
5+
- Features:
6+
7+
+ Spellchecker: Spellchecker now intelligently detects different languages
8+
across Windows, Mac and Linux.
9+
+ You can now select N1 as the default mail client on Windows.
10+
+ You can now open threads in a new window.
11+
+ You can now pick which of your calendars you want displayed in the calendar
12+
view when proposing times to meet.
13+
+ Automatically add N1 to the dock on install (Mac only).
14+
15+
- Fixes:
16+
17+
+ N1 no longer becomes locked when offline.
18+
+ Thread sharing popover is now correctly closed when blurred or when a new
19+
thread is selected.
20+
+ Tutorial tips are now correctly positioned when the theme is changed and
21+
correctly hidden when the element they are attached to is not visible.
22+
+ Spellchecker no longer spellchecks `<code>`, `<a>`, `<pre>` tags.
23+
+ Inline Images: When download mode is “manual”, add an option to manually
24+
download inline images.
25+
+ Mail Merge now correctly sends inline images
26+
+ Mail Rules: Allow recipient filters to contain names (#2942)
27+
+ Correctly detect dev mode. This will prevent errors from popping out in the
28+
developer console unless you are actually running in dev mode.
29+
+ When copying participants, include space (#2871).
30+
+ Notifications will no longer error when the thread is not found.
31+
+ Phishing now correctly handles scenarios where input is malformed.
32+
+ QuickReplies now correctly handles errors when scanning templates directory.
33+
+ Enabled click regions on margins of composer.
34+
+ In composer, can now Shift-Tab back to the subject correctly.
35+
+ Allow mailto links to have bodies with \n or \r characters.
36+
+ Prevent tutorial tips from breaking send later button.
37+
+ Add preview as recipient toggle back to composer.
38+
+ No longer display outdated welcome message in the onboarding window.
39+
40+
- Design:
41+
42+
+ All notification bars previously displayed at the top of the main window are
43+
now displayed in the lower left side of the window with an improved design.
44+
45+
- Development:
46+
47+
+ We switched our SQLite bindings from `node-sqlite3` to `better-sqlite3`
48+
which improves query performance by ~28%, and fixes an error which
49+
caused the database to become locked.
50+
+ Dev mode: No longer store devMode flag in `config.json` to prevent the
51+
production build from incorrectly running in dev mode.
52+
Rather, run N1 with `--dev` flag.
53+
+ All database-related code (ORM) has been transitioned to ES6.
54+
+ Improve spec bootup process.
55+
56+
357
### 0.4.56 (9/29/16)
458

559
- Features:

0 commit comments

Comments
 (0)