From 883906f4416ca2b22fbf2de12c1ef33347a4d0ac Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 8 Nov 2022 00:14:16 +0100 Subject: [PATCH] v2.20.5 --- .../files/usr/local/include/application.ini | 2 +- CHANGELOG.md | 9 +++++++ README.md | 24 +++++++++---------- 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, 27 insertions(+), 18 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 8bdbe1e38..eea5cd99d 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -290,5 +290,5 @@ dev_email = "" dev_password = "" [version] -current = "2.20.3" +current = "2.20.5" saved = "Fri, 30 Sep 2022 12:34:56 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index 098763946..50f034769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.20.5 – 2022-11-08 + +### Nextcloud +- Improved workaround for Nextcloud Content-Security-Policy bug + Safari [#631](https://github.com/the-djmaze/snappymail/issues/631) + Edge [#633](https://github.com/the-djmaze/snappymail/issues/633) + Reported [#35013](https://github.com/nextcloud/server/issues/35013) + + ## 2.20.4 – 2022-11-07 ### Fixed diff --git a/README.md b/README.md index 51643e8d6..cbf7b7ee4 100644 --- a/README.md +++ b/README.md @@ -141,25 +141,25 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | |admin.js |2.170.153 | 81.587 | -|app.js |4.207.787 | 406.110 | -|boot.js | 868.735 | 2.050 | +|app.js |4.207.787 | 406.618 | +|boot.js | 868.735 | 2.055 | |libs.js | 658.812 | 192.965 | |sieve.js | 0 | 86.121 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 769.118 | +|TOTAL |8.240.095 | 769.631 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | |admin.min.js | 256.831 | 40.266 | 73.606 | 13.442 | 60.877 | 12.047 | -|app.min.js | 515.367 | 188.117 |139.456 | 62.542 |110.485 | 53.594 | -|boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 | +|app.min.js | 515.367 | 188.188 |139.456 | 62.570 |110.485 | 53.596 | +|boot.min.js | 84.659 | 1.261 | 26.998 | 776 | 23.643 | 633 | |libs.min.js | 584.772 | 92.055 |180.901 | 34.113 |155.182 | 30.641 | |sieve.min.js | 0 | 41.926 | 0 | 10.484 | 0 | 9.451 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | -|TOTAL user |1.217.635 | 281.424 |358.761 | 97.433 |299.485 | 84.863 | -|TOTAL user+sieve |1.217.635 | 323.350 |358.761 |107.917 |299.485 | 94.314 | -|TOTAL admin | 959.099 | 133.573 |292.911 | 48.333 |249.877 | 43.316 | +|TOTAL user |1.217.635 | 281.504 |358.761 | 97.459 |299.485 | 84.870 | +|TOTAL user+sieve |1.217.635 | 323.430 |358.761 |107.943 |299.485 | 94.321 | +|TOTAL admin | 959.099 | 133.582 |292.911 | 48.331 |249.877 | 43.321 | For a user its around 70% smaller and faster than traditional RainLoop. @@ -187,12 +187,12 @@ 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 | 83.119 | 46.946 | 17.231 | 14.754 | -|app.min.css | 274.947 | 66.879 | 39.647 | 15.274 | 13.333 | +|app.css | 340.331 | 83.746 | 46.946 | 17.262 | 14.779 | +|app.min.css | 274.947 | 67.483 | 39.647 | 15.311 | 13.365 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 30.603 | | 6.925 | 6.004 | -|admin.min.css | | 24.764 | | 6.286 | 5.512 | +|admin.css | | 30.816 | | 6.939 | 6.028 | +|admin.min.css | | 24.969 | | 6.300 | 5.531 | ### PGP RainLoop uses the old OpenPGP.js v2 diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 82c3472e8..a2146ba41 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.20.3. +This app packages SnappyMail 2.20.5. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 85f2fbab2..1ec380400 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.20.3 +VERSION=2.20.5 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 53b59635a..7b37b157d 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,7 +3,7 @@ snappymail SnappyMail SnappyMail Webmail - 2.20.4 + 2.20.5 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli