mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-24 21:45:54 +08:00
Bump to 1.9.1, update changelog
This commit is contained in:
parent
5a9d59dfac
commit
921cd536fd
3 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
4
app/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue