mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +08:00
bump(version) 1.0.33
This commit is contained in:
parent
49c6a8cdcd
commit
4fd1f3e97d
2 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,23 @@
|
|||
# Nylas Mail Changelog
|
||||
|
||||
### 1.0.33 (3/8/2017)
|
||||
|
||||
- Features:
|
||||
|
||||
+ Add intitial support for send later
|
||||
|
||||
- Fixes:
|
||||
|
||||
+ Fetch unknown message uids returned in search results
|
||||
+ Don't throttle message processing when syncing specific UIDs
|
||||
|
||||
- Development:
|
||||
|
||||
+ Better grouping for APIError by URL also
|
||||
+ Don't generate sourceMapCache in prod mode
|
||||
+ Upload a next-version to S3 for autoupdate testing
|
||||
+ Windows build fixes
|
||||
|
||||
### 1.0.32 (3/7/2017)
|
||||
|
||||
- Development:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "nylas-mail",
|
||||
"productName": "Nylas Mail",
|
||||
"version": "1.0.32",
|
||||
"version": "1.0.33",
|
||||
"description": "The best email app for people and teams at work",
|
||||
"license": "GPL-3.0",
|
||||
"main": "./src/browser/main.js",
|
||||
|
|
Loading…
Reference in a new issue