mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 05:04:58 +08:00
1.15.0
This commit is contained in:
parent
6ae941079e
commit
757b82fc01
3 changed files with 18 additions and 4 deletions
|
@ -45,9 +45,11 @@ matrix:
|
|||
- os: linux
|
||||
dist: bionic
|
||||
env: CC=gcc-10 CXX=g++-10
|
||||
- os: osx
|
||||
osx_image: xcode13.1
|
||||
env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||
# MacOS Universal builds are compiled locally on my machine and published,
|
||||
# because Travis doesn't support Apple Silicon.
|
||||
# - os: osx
|
||||
# osx_image: xcode13.1
|
||||
# env: CC=clang CXX=clang++ SIGN_BUILD=true
|
||||
|
||||
before_install:
|
||||
# Decrypt and uncompress code signing certs, etc.
|
||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Mailspring Changelog
|
||||
|
||||
## 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.
|
||||
|
||||
- macOS 10.15 (Catalina) is no longer supported. macOS 11 (Big Sur) or later is required.
|
||||
|
||||
- We are considering dropping Ubuntu 16, Ubuntu 18 and other Linux releases >6 years old. If this would impact you, please let me know at ben@foundry376.com! It's getting harder to build a mailsync binary because our CI services are dropping support.
|
||||
|
||||
Fixes:
|
||||
|
||||
- Mailspring now conforms to the AppStream metainfo standard. Thanks @mischkl!
|
||||
|
||||
## 1.14.0
|
||||
|
||||
This version of Mailspring includes several improvements:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailspring",
|
||||
"productName": "Mailspring",
|
||||
"version": "1.14.0",
|
||||
"version": "1.15.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/foundry376/mailspring.git"
|
||||
|
|
Loading…
Add table
Reference in a new issue