mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
bump(version) 0.3.2
+ Starred view + All new spellcheck! + Loading screen + Lots of bug fixes! Fixes: - Forwarding messages with files - Mode toggle now opens/closes sidebar - Min-width is more appropriate - Mixpanel analytics fixes - Better draft sending errors, timeout errors - Improvements to quoted text display, more edge cases handled - Mailto: links that launch the app work properly - Fix for database busy errors - Message items resize when their container is resized - Message items now populate HTML doctype, fixing some rendering issues - We now sanitize HTML in replies and forwards to avoid potential issues - Valid email addresses can now contain `=` - Folder and label names in the sidebar wrap nicely - Undo/redo in the composer no longer triggers task undo/redo - EdgeForce is now in it's own repository - Worker process moves expensive syncing out of hte main window - 404s from the server correctly purge items from the database - Lots more minor changes!
This commit is contained in:
parent
bdccbfa517
commit
926f3656d2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nylas",
|
"name": "nylas",
|
||||||
"productName": "Nylas",
|
"productName": "Nylas",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "An email OS",
|
"description": "An email OS",
|
||||||
"main": "./src/browser/main.js",
|
"main": "./src/browser/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue