mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-04 11:44:47 +08:00
1.16.0
This commit is contained in:
parent
906b445157
commit
5339a49f4a
4 changed files with 21 additions and 3 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
|||
# Mailspring Changelog
|
||||
|
||||
## 1.16.0
|
||||
|
||||
- Thunderbird-style Autoconfiguration (#2493)
|
||||
|
||||
- Fix in-app previews for PDF attachments on Windows / Linux
|
||||
|
||||
- Update and improve zh-TW Traditional Chinese locale (#2498)
|
||||
|
||||
- Update Czech translation (#2500)
|
||||
|
||||
- snap: Use core24 as base (#2497)
|
||||
|
||||
- Change lsb-core-noarch to be an optional dependency in the RPM package. (#2503)
|
||||
|
||||
- Fix a few misc application errors logged to our reporting service
|
||||
|
||||
- Upgrade to Electron 37.2.2 - Chromium 138, V8 13.8, and Node.js 22.16 for faster JavaScript execution and better email rendering.
|
||||
|
||||
## 1.15.1
|
||||
|
||||
This is a patch release that resolves several user-reported issues. Thank
|
||||
|
|
|
@ -6,7 +6,7 @@ License: GPLv3
|
|||
URL: https://getmailspring.com/
|
||||
AutoReqProv: no # Avoid libchromiumcontent.so missing dependency
|
||||
|
||||
ifarch i386 i486 i586 i686
|
||||
%ifarch i386 i486 i586 i686
|
||||
Recommends: lsb-core-noarch
|
||||
Requires: libXss.so.1, libsecret-1.so.0, ca-certificates
|
||||
%if 0%{?rhel} >= 8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailspring",
|
||||
"productName": "Mailspring",
|
||||
"version": "1.15.1",
|
||||
"version": "1.16.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/foundry376/mailspring.git"
|
||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
|||
Subproject commit 610cf8303c62637253238ccd2c8fcdb9daae493e
|
||||
Subproject commit 1f640bb018eb9455c109d80c4d8d50fe82d0ba2f
|
Loading…
Add table
Reference in a new issue