mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
bump(version) 1.0.24
This commit is contained in:
parent
3f872a5b40
commit
36f18c273d
3 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.24 (2/8/17)
|
||||
|
||||
- Fixes:
|
||||
|
||||
+ Fix error reporter when reporting an error without an identity (this would
|
||||
crash the app)
|
||||
|
||||
- Development:
|
||||
|
||||
+ Fix logging inside local-sync api requests
|
||||
+ Stop reporting handled API errors to Sentry
|
||||
+ Report thread-list perf metrics
|
||||
|
||||
### 1.0.23 (2/8/17)
|
||||
|
||||
- Fixes:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
2
src/K2
2
src/K2
|
@ -1 +1 @@
|
|||
Subproject commit f463ae3f0a1a2a166942cfe3e25c2813593cb19f
|
||||
Subproject commit aec6ca9b2ea35acd27a03f962868c72166ab5ef1
|
Loading…
Reference in a new issue