This commit is contained in:
Ben Gotow 2025-01-26 17:41:41 -06:00
parent c189263eb9
commit cb02bf1000
3 changed files with 17 additions and 3 deletions

View file

@ -1,5 +1,19 @@
# Mailspring Changelog # Mailspring Changelog
## 1.15.1
This is a patch release that resolves several user-reported issues. Thank
- On Windows, notifications could not appear because of an issue checking Windows "Quiet Hours" settings
- Dragging and dropping file attachments to the composer or the signature editor resulted in a path error.
- On Windows, you may need to install Language Packs for some languages to be available for spellcheck, and this no longer causes an error.
- The RPM build no longer generate build_id links to prevent conflicts when installing multiple Electron apps.
# versions of electron apps
## 1.15.0 ## 1.15.0
Happy 2025! This version of Mailspring upgraedes the app to Electron 33 and Chromium 130, ensuring the latest upstream bug fixes, security patches and improvements are available in the app. Happy 2025! This version of Mailspring upgraedes the app to Electron 33 and Chromium 130, ensuring the latest upstream bug fixes, security patches and improvements are available in the app.

4
app/package-lock.json generated
View file

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

View file

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