From 99f29ef82258df5ca1e19dfacbfe48f36de77ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:19:23 +0000 Subject: [PATCH] chore(master): release 2.79.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 272bb15db..aa5b809cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.79.6" + ".": "2.79.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c257fc8b3..5f75cd155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.79.7](https://github.com/postalsys/emailengine/compare/v2.79.6...v2.79.7) (2026-08-31) + + +### Bug Fixes + +* bind WebAuthn challenges to the ceremony that minted them ([6b2073b](https://github.com/postalsys/emailengine/commit/6b2073b5c8e50ab75a02d2c6a0f54a43d2c295e6)) +* **deps:** collapse encoding-japanese to a single copy for the CP932 areas ([8ae2109](https://github.com/postalsys/emailengine/commit/8ae21099dd86a3dd9467dc0ca4ead9880e147e27)) +* **deps:** update dependencies and collapse nodemailer to a single copy ([cf814e9](https://github.com/postalsys/emailengine/commit/cf814e9e4c91c4430fce01687ead6bdb38bc3879)) +* retry OIDC discovery instead of disabling SSO for the process lifetime ([dbbbf43](https://github.com/postalsys/emailengine/commit/dbbbf432ed6593b7fd5457e8fc6d2f8d03316ea6)) +* **tls:** renew certificates before they expire, not a month after ([fa150e8](https://github.com/postalsys/emailengine/commit/fa150e87bbe7aa317847f3d676053ecc99dc69f1)) +* **ui:** disable the stored-log download when an account has no logs ([5137b71](https://github.com/postalsys/emailengine/commit/5137b71bbaf9a935b91437a53b7b369237a445a2)) +* **ui:** move the passkey list onto a page of its own ([7cb42c4](https://github.com/postalsys/emailengine/commit/7cb42c4dc1a8ece1468f8754f37cd9f763c97130)) +* **ui:** show a busy state on the buttons that start slow work ([6c63479](https://github.com/postalsys/emailengine/commit/6c6347946bed0c06f836826de0425b328740bf81)) +* **ui:** stop offering to clear stored logs an account does not have ([e02f09a](https://github.com/postalsys/emailengine/commit/e02f09a596b5d0a1f40e37297d86aea7a046b813)) + ## [2.79.6](https://github.com/postalsys/emailengine/compare/v2.79.5...v2.79.6) (2026-08-27) diff --git a/package-lock.json b/package-lock.json index edee87685..288865d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emailengine-app", - "version": "2.79.6", + "version": "2.79.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emailengine-app", - "version": "2.79.6", + "version": "2.79.7", "license": "LICENSE_EMAILENGINE", "dependencies": { "@bull-board/api": "9.6.0", diff --git a/package.json b/package.json index 062b5df88..0d238169c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.79.6", + "version": "2.79.7", "private": false, "productTitle": "EmailEngine", "description": "Email Sync Engine",