From af59dd3d0daceba8112ffe7e814f012634f7e2fc Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 23 Dec 2022 19:15:05 +0100 Subject: [PATCH] v2.24.1 --- .../files/usr/local/include/application.ini | 2 +- 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 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 09a2447ec..1a337848b 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.0" +current = "2.24.1" saved = "Sun, 18 Dec 2022 22:10:48 +0000" diff --git a/README.md b/README.md index 721e41f10..385f602e3 100644 --- a/README.md +++ b/README.md @@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.170.153 | 83.828 | -|app.js |4.207.787 | 410.179 | +|admin.js |2.170.153 | 82.135 | +|app.js |4.207.787 | 410.923 | |boot.js | 868.735 | 2.351 | -|libs.js | 658.812 | 193.682 | +|libs.js | 658.812 | 191.201 | |sieve.js | 0 | 86.018 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 776.343 | +|TOTAL |8.240.095 | 772.913 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 256.831 | 41.783 | 73.606 | 13.857 | 60.877 | 12.426 | -|app.min.js | 515.367 | 189.103 |139.456 | 63.033 |110.485 | 54.075 | +|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 | -|libs.min.js | 584.772 | 92.082 |180.901 | 34.144 |155.182 | 30.670 | +|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 | 282.659 |358.761 | 98.084 |299.485 | 85.478 | -|TOTAL user+sieve |1.217.635 | 324.568 |358.761 |108.560 |299.485 | 94.939 | -|TOTAL admin | 959.099 | 135.339 |292.911 | 48.908 |249.877 | 43.829 | +|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 | 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.512 | 46.946 | 17.112 | 14.693 | -|app.min.css | 274.947 | 66.506 | 39.647 | 15.086 | 13.243 | +|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 | |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 b741dfc3d..7f6168de7 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.24.0. +This app packages SnappyMail 2.24.1. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 5a1271e19..284c7be87 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.0 +VERSION=2.24.1 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 0ebe26e19..b977a20a1 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.0 + 2.24.1 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli