diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index f28bfa436..fe4e7f469 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -316,5 +316,5 @@ dev_email = "" dev_password = "" [version] -current = "2.25.5" +current = "2.26.0" saved = "Sun, 18 Dec 2022 22:10:48 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dc74288..5d9ff98c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 2.26.0 – 2023-02-10 + +## Added +- Whitelist advanced SPF/DKIM/DMARC valid feature + [#938](https://github.com/the-djmaze/snappymail/pull/938) + +## Changed +- \RainLoop\Providers\AddressBook\Utils functions param `Contact` changed to `VCard` + +## Fixed +- Issue with themes and Chrome cache + [#188](https://github.com/the-djmaze/snappymail/pull/188) +- Settings panel width due to display:flex + [#940](https://github.com/the-djmaze/snappymail/pull/940) +- Not respecting default theme setting + [#941](https://github.com/the-djmaze/snappymail/pull/941) +- Some files had 0755 instead of 0644 +- Some spacing between message "view images" buttons for + [#201](https://github.com/the-djmaze/snappymail/pull/201) +- Whitelist failed when empty or when using `:` + [#938](https://github.com/the-djmaze/snappymail/pull/938) +- Cosmetics of the external images whitelist menu + [#939](https://github.com/the-djmaze/snappymail/pull/939) +- PdoAddressBook ORDER BY deleted DESC to prevent sync and export issues +- Undefined variable $items in upgrade.php +- qq.com not supporting literal-string in search + [#836](https://github.com/the-djmaze/snappymail/pull/836) + + ## 2.25.5 – 2023-02-09 ## Added diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index c656b295f..eff25735e 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.25.5. +This app packages SnappyMail 2.26.0. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 41bb1de48..b16033f72 100644 --- a/integrations/cloudron/Dockerfile +++ b/integrations/cloudron/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # If you change the extraction below, be sure to test on scaleway -VERSION=2.25.5 +VERSION=2.26.0 RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ unzip /tmp/snappymail.zip -d /app/code && \ rm /tmp/snappymail.zip && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index fcaaad583..ccfe3e70f 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,7 +3,7 @@ snappymail SnappyMail SnappyMail Webmail - 2.25.5 + 2.26.0 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli EscapeString($sSearch); // return \MailSo\Base\Utils::IsAscii($sSearch) || $oImapClient->hasCapability('QQMail')) return (\MailSo\Base\Utils::IsAscii($sSearch) || !$oImapClient->hasCapability('LITERAL+'))