From 62ebec4b836917a85c1bc0859c6adffa24f41c2f Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 1 Dec 2021 14:47:46 +0100 Subject: [PATCH] v2.9.4 --- .../files/usr/local/include/application.ini | 2 +- README.md | 22 +++++++++---------- integrations/cloudron/DESCRIPTION.md | 2 +- integrations/cloudron/Dockerfile | 2 +- integrations/nextcloud/snappymail/VERSION | 2 +- .../nextcloud/snappymail/appinfo/info.xml | 2 +- integrations/virtualmin/snappymail.pl | 2 +- package.json | 2 +- 8 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 c42642025..466b17d47 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -292,5 +292,5 @@ dev_email = "" dev_password = "" [version] -current = "2.9.3" +current = "2.9.4" saved = "Mon, 23 Aug 2021 07:55:13 +0000" diff --git a/README.md b/README.md index 16786b3cb..5f9a1fca5 100644 --- a/README.md +++ b/README.md @@ -138,23 +138,23 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 88.603 | -|app.js |4.215.733 | 436.959 | +|admin.js |2.158.025 | 88.667 | +|app.js |4.215.733 | 435.990 | |boot.js | 672.433 | 2.780 | |libs.js | 647.679 | 209.030 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 737.657 | +|TOTAL |8.019.778 | 736.752 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 44.627 | 73.899 | 13.920 | 60.674 | 12.519 | -|app.min.js | 516.000 | 221.190 |140.430 | 66.610 |110.657 | 56.485 | +|admin.min.js | 255.514 | 44.540 | 73.899 | 13.934 | 60.674 | 12.517 | +|app.min.js | 516.000 | 220.422 |140.430 | 66.522 |110.657 | 56.407 | |boot.min.js | 66.456 | 1.655 | 22.553 | 996 | 20.043 | 815 | |libs.min.js | 574.626 | 99.896 |177.280 | 36.452 |151.855 | 32.642 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 367.368 |425.477 |117.978 |353.301 |102.461 | -|TOTAL (no admin) |1.189.690 | 322.741 |351.061 |104.058 |292.627 | 89.942 | +|TOTAL |1.445.204 | 366.513 |425.477 |117.904 |353.301 |102.381 | +|TOTAL (no admin) |1.189.690 | 321.973 |351.061 |103.970 |292.627 | 89.864 | For a user its around 70% smaller and faster than traditional RainLoop. @@ -193,12 +193,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.334 | 85.154 | 46.959 | 16.325 | 14.128 | -|app.min.css | 274.791 | 68.955 | 39.618 | 14.464 | 12.833 | +|app.css | 340.334 | 85.181 | 46.959 | 16.355 | 14.140 | +|app.min.css | 274.791 | 68.930 | 39.618 | 14.470 | 12.828 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 30.688 | | 6.914 | 5.996 | -|admin.min.css | | 24.653 | | 6.262 | 5.502 | +|admin.css | | 30.736 | | 6.928 | 6.007 | +|admin.min.css | | 24.693 | | 6.276 | 5.524 | ### Squire vs CKEditor diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 06e7b7ee1..d3c125a91 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.9.3. +This app packages SnappyMail 2.9.4. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 0675ae025..596b18ecb 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.9.3 +VERSION=2.9.4 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/VERSION b/integrations/nextcloud/snappymail/VERSION index eafef0d4c..d38c63d7e 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.9.3 \ No newline at end of file +2.9.4 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index aef03ef7a..927b00996 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -4,7 +4,7 @@ SnappyMail SnappyMail Webmail Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. The default user/password is admin/12345. This version is based on SnappyMail 2.6.0 (2021-07). - 2.9.3 + 2.9.4 agpl SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli SnappyMail diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl index b45b133db..fd3ca7258 100644 --- a/integrations/virtualmin/snappymail.pl +++ b/integrations/virtualmin/snappymail.pl @@ -20,7 +20,7 @@ return "SnappyMail Webmail is a browser-based multilingual IMAP client with an a # script_snappymail_versions() sub script_snappymail_versions { -return ( "2.9.3" ); +return ( "2.9.4" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index 49ed0075d..713c835c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "SnappyMail", "description": "Simple, modern & fast web-based email client", "private": true, - "version": "2.9.3", + "version": "2.9.4", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",