We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11aa686 commit 8a3e47dCopy full SHA for 8a3e47d
packages/client-app/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Nylas Mail Changelog
2
3
+### 1.0.48 (3/27/2017)
4
+
5
+ + [client-app] Reindex threads when they're updated
6
+ + [client-app] Fix in identity store
7
+ + [client-app] Don't try to restart sync on every IdentityStore change
8
+ + [client-app] Correctly remove inline images with x button
9
10
### 1.0.47 (3/23/2017)
11
12
- Fixes:
packages/client-app/package.json
@@ -1,7 +1,7 @@
{
"name": "nylas-mail",
"productName": "Nylas Mail",
- "version": "1.0.47",
+ "version": "1.0.48",
"description": "The best email app for people and teams at work",
"license": "GPL-3.0",
"main": "./src/browser/main.js",
0 commit comments