From 0ff7b33a48ac3cd1f560b5bdf4c2070f4febdc38 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 27 Dec 2022 13:16:01 +0100 Subject: [PATCH] v2.24.2 --- .../files/usr/local/include/application.ini | 2 +- CHANGELOG.md | 40 +++++++++++++++++++ README.md | 22 +++++----- integrations/cloudron/DESCRIPTION.md | 2 +- integrations/cloudron/Dockerfile | 2 +- .../nextcloud/snappymail/appinfo/info.xml | 2 +- integrations/virtualmin/snappymail.pl | 2 +- package.json | 2 +- 8 files changed, 57 insertions(+), 17 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 1a337848b..c5e3f000d 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -305,5 +305,5 @@ dev_email = "" dev_password = "" [version] -current = "2.24.1" +current = "2.24.2" saved = "Sun, 18 Dec 2022 22:10:48 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index 74156d87e..884377da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +## 2.24.2 – 2022-12-27 + +### Changed +- Disable sorting when viewing message thread + [#445](https://github.com/the-djmaze/snappymail/pull/445) +- Update Chinese translation by @mayswind + [#794](https://github.com/the-djmaze/snappymail/pull/794) +- No need to call IMAP EXAMINE when current folder already SELECT +- Thread view now has tree indentation + +### Fixed +- Nextcloud failed on Integrity check + [#790](https://github.com/the-djmaze/snappymail/pull/790) +- Deleting message fails with message "Cannot move message" on hMailServer + [#793](https://github.com/the-djmaze/snappymail/pull/793) +- List messages per day feature is enabled by default and breaks sorting + [#796](https://github.com/the-djmaze/snappymail/pull/796) +- Custom page login not working for first time due to smctoken security + [#798](https://github.com/the-djmaze/snappymail/pull/798) +- Message list is always empty due to wrong implementation of RFC 8474 + [#799](https://github.com/the-djmaze/snappymail/pull/799) + + +## 2.24.1 – 2022-12-23 + +### Changed +- Intl.DateTimeFormat() into toLocaleString() for iOS < 14 +- Cleanup locale date/time handling +- Make MessageList per day optional + [#737](https://github.com/the-djmaze/snappymail/pull/737) + +### Fixed +- Typed property MailSo\Cache\Drivers\Redis::$sKeyPrefix must not be accessed before initialization #792 + [#792](https://github.com/the-djmaze/snappymail/pull/792) +- Attachments in mails in 2.24 not loading in reply/forward #789 + [#789](https://github.com/the-djmaze/snappymail/pull/789) +- Rollback #280 due to complications + [#280](https://github.com/the-djmaze/snappymail/pull/280) + + ## 2.24.0 – 2022-12-22 ### Added diff --git a/README.md b/README.md index 385f602e3..5c6d13328 100644 --- a/README.md +++ b/README.md @@ -142,25 +142,25 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | |admin.js |2.170.153 | 82.135 | -|app.js |4.207.787 | 410.923 | -|boot.js | 868.735 | 2.351 | -|libs.js | 658.812 | 191.201 | +|app.js |4.207.787 | 412.008 | +|boot.js | 868.735 | 2.427 | +|libs.js | 658.812 | 191.117 | |sieve.js | 0 | 86.018 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 772.913 | +|TOTAL |8.240.095 | 773.990 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | |admin.min.js | 256.831 | 40.879 | 73.606 | 13.468 | 60.877 | 12.077 | -|app.min.js | 515.367 | 189.358 |139.456 | 63.251 |110.485 | 54.282 | -|boot.min.js | 84.659 | 1.474 | 26.998 | 907 | 23.643 | 733 | +|app.min.js | 515.367 | 189.886 |139.456 | 63.430 |110.485 | 54.473 | +|boot.min.js | 84.659 | 1.518 | 26.998 | 919 | 23.643 | 747 | |libs.min.js | 584.772 | 90.689 |180.901 | 33.597 |155.182 | 30.118 | |sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | -|TOTAL user |1.217.635 | 281.521 |358.761 | 97.755 |299.485 | 85.133 | -|TOTAL user+sieve |1.217.635 | 323.430 |358.761 |108.231 |299.485 | 94.594 | -|TOTAL admin | 959.099 | 133.042 |292.911 | 47.972 |249.877 | 42.928 | +|TOTAL user |1.217.635 | 282.093 |358.761 | 97.946 |299.485 | 85.338 | +|TOTAL user+sieve |1.217.635 | 324.002 |358.761 |108.422 |299.485 | 94.799 | +|TOTAL admin | 959.099 | 133.086 |292.911 | 47.984 |249.877 | 42.942 | For a user its around 70% smaller and faster than traditional RainLoop. @@ -189,8 +189,8 @@ For a user its around 70% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |------: |------: |------: |--------: | -|app.css | 340.331 | 82.528 | 46.946 | 17.115 | 14.701 | -|app.min.css | 274.947 | 66.517 | 39.647 | 15.089 | 13.237 | +|app.css | 340.331 | 82.646 | 46.946 | 17.143 | 14.703 | +|app.min.css | 274.947 | 66.615 | 39.647 | 15.115 | 13.255 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | |admin.css | | 30.277 | | 6.901 | 5.999 | diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 7f6168de7..7be332072 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.24.1. +This app packages SnappyMail 2.24.2. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 284c7be87..5b9bc8dc8 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.24.1 +VERSION=2.24.2 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 b977a20a1..d80d71c63 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,7 +3,7 @@ snappymail SnappyMail SnappyMail Webmail - 2.24.1 + 2.24.2 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli