Bump to 1.9.1, update changelog

This commit is contained in:
Ben Gotow 2021-04-16 00:22:01 -05:00
parent 5a9d59dfac
commit 921cd536fd
3 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,15 @@
# Mailspring Changelog
### 1.9.1 (4/16/2021)
**Fixes:**
- Mailspring no longer closes after you link your first account if the system tray has not been configured.
- Mailspring's connections to its database no longer time out (causing the red account warning) while syncing more than ~4 accounts, thanks to an updated build of SQLite.
Thanks to everyone for reporting these issues and contributing the information we needed to track them down!
### 1.9.0 (4/13/2021)
**Features:**

4
app/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mailspring",
"version": "1.9.0",
"version": "1.9.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mailspring",
"version": "1.9.0",
"version": "1.9.1",
"license": "GPL-3.0",
"dependencies": {
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",

View file

@ -1,7 +1,7 @@
{
"name": "mailspring",
"productName": "Mailspring",
"version": "1.9.0",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"