From 2f97d4bafb77df215450ef89d8021c962b2e0218 Mon Sep 17 00:00:00 2001 From: djmaze Date: Mon, 8 Nov 2021 14:27:22 +0100 Subject: [PATCH] v2.9.0 --- .../files/usr/local/include/application.ini | 2 +- README.md | 28 +++++++++---------- 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, 21 insertions(+), 21 deletions(-) diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 04ee36301..d732139f6 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.8.2" +current = "2.9.0" saved = "Mon, 23 Aug 2021 07:55:13 +0000" diff --git a/README.md b/README.md index dac476f38..c08acbd06 100644 --- a/README.md +++ b/README.md @@ -137,25 +137,25 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 88.141 | -|app.js |4.215.733 | 438.509 | +|admin.js |2.158.025 | 89.375 | +|app.js |4.215.733 | 437.681 | |boot.js | 672.433 | 2.780 | -|libs.js | 647.679 | 209.814 | +|libs.js | 647.679 | 209.228 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 739.529 | +|TOTAL |8.019.778 | 739.349 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 44.638 | 73.899 | 13.865 | 60.674 | 12.445 | -|app.min.js | 516.000 | 223.361 |140.430 | 66.988 |110.657 | 56.798 | +|admin.min.js | 255.514 | 45.084 | 73.899 | 13.985 | 60.674 | 12.567 | +|app.min.js | 516.000 | 222.160 |140.430 | 66.802 |110.657 | 56.740 | |boot.min.js | 66.456 | 1.655 | 22.553 | 996 | 20.043 | 815 | -|libs.min.js | 574.626 | 100.487 |177.280 | 36.627 |151.855 | 32.795 | +|libs.min.js | 574.626 | 100.108 |177.280 | 36.501 |151.855 | 32.669 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 370.141 |425.477 |118.476 |353.301 |102.853 | -|TOTAL (no admin) |1.189.690 | 325.503 |351.061 |104.611 |292.627 | 90.408 | +|TOTAL |1.445.204 | 369.007 |425.477 |118.284 |353.301 |102.791 | +|TOTAL (no admin) |1.189.690 | 323.923 |351.061 |104.299 |292.627 | 90.224 | -For a user its around 68% smaller and faster than traditional RainLoop. +For a user its around 70% smaller and faster than traditional RainLoop. |OpenPGP |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | @@ -192,12 +192,12 @@ For a user its around 68% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |------: |------: |------: |--------: | -|app.css | 340.334 | 91.421 | 46.959 | 16.987 | 14.711 | -|app.min.css | 274.791 | 74.222 | 39.618 | 15.149 | 13.406 | +|app.css | 340.334 | 89.726 | 46.959 | 16.893 | 14.593 | +|app.min.css | 274.791 | 72.537 | 39.618 | 15.002 | 13.287 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 39.417 | | 8.337 | 7.293 | -|admin.min.css | | 31.051 | | 7.306 | 6.487 | +|admin.css | | 38.341 | | 8.317 | 7.268 | +|admin.min.css | | 29.916 | | 7.232 | 6.417 | ### Squire vs CKEditor diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 76efe5513..a571ccba4 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.8.2. +This app packages SnappyMail 2.9.0. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 7eeb4173f..9710142e9 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.8.2 +VERSION=2.9.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/VERSION b/integrations/nextcloud/snappymail/VERSION index cae9add96..f3ac133c5 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.8.2 \ No newline at end of file +2.9.0 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index da9a915ed..4164a0516 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.8.2 + 2.9.0 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 2b6a1a5e9..42f0cbfd8 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.8.2" ); +return ( "2.9.0" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index cbcc4e5b9..00b1fcae3 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.8.2", + "version": "2.9.0", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",