This commit is contained in:
Ben Gotow 2024-12-31 17:19:38 -06:00
parent 6ae941079e
commit 757b82fc01
3 changed files with 18 additions and 4 deletions

View file

@ -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.

View file

@ -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:

View file

@ -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"