From 569c2081f7dc6edc329174ae48c42ecfb2072829 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 11 Feb 2022 16:13:14 +0100 Subject: [PATCH] v2.12.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 abf02a3ff..ce7dd834b 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -289,5 +289,5 @@ dev_email = "" dev_password = "" [version] -current = "2.12.0-pr1" +current = "2.12.0" saved = "Mon, 23 Aug 2021 07:55:13 +0000" diff --git a/README.md b/README.md index 46503dfe0..91701c8a8 100644 --- a/README.md +++ b/README.md @@ -139,25 +139,25 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 86.224 | -|app.js |4.215.733 | 481.350 | -|boot.js | 672.433 | 2.779 | -|libs.js | 647.679 | 208.713 | +|admin.js |2.158.025 | 86.330 | +|app.js |4.215.733 | 443.039 | +|boot.js | 672.433 | 2.049 | +|libs.js | 647.679 | 206.717 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 779.351 | +|TOTAL |8.019.778 | 738.420 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 43.142 | 73.899 | 13.913 | 60.674 | 12.402 | -|app.min.js | 516.000 | 233.602 |140.430 | 72.842 |110.657 | 62.011 | -|boot.min.js | 66.456 | 1.654 | 22.553 | 996 | 20.043 | 814 | -|libs.min.js | 574.626 | 99.410 |177.280 | 36.496 |151.855 | 32.633 | +|admin.min.js | 255.514 | 43.341 | 73.899 | 13.994 | 60.674 | 12.482 | +|app.min.js | 516.000 | 219.474 |140.430 | 68.650 |110.657 | 58.572 | +|boot.min.js | 66.456 | 1.278 | 22.553 | 789 | 20.043 | 632 | +|libs.min.js | 574.626 | 98.988 |177.280 | 36.290 |151.855 | 32.467 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL |1.445.204 | 377.808 |425.477 |124.247 |353.301 |107.860 | -|TOTAL (no admin) |1.189.690 | 334.666 |351.061 |110.334 |292.627 | 95.458 | +|TOTAL |1.445.204 | 363.081 |425.477 |119.723 |353.301 |104.153 | +|TOTAL (no admin) |1.189.690 | 319.740 |351.061 |105.729 |292.627 | 91.671 | -For a user its around 68% smaller and faster than traditional RainLoop. +For a user its around 69% smaller and faster than traditional RainLoop. ### CSS changes @@ -183,8 +183,8 @@ 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 | 83.221 | 46.959 | 17.038 | 14.654 | -|app.min.css | 274.791 | 67.115 | 39.618 | 15.095 | 13.287 | +|app.css | 340.334 | 83.066 | 46.959 | 17.023 | 14.627 | +|app.min.css | 274.791 | 66.988 | 39.618 | 15.081 | 13.276 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | |admin.css | | 30.589 | | 6.914 | 6.003 | diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index fbdc403a5..e756e91f4 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.12.0-pr1. +This app packages SnappyMail 2.12.0. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 028f638d9..95f2b38fe 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.12.0-pr1 +VERSION=2.12.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 8e0b9a2b6..3ca2c9b2c 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.12.0-pr1 \ No newline at end of file +2.12.0 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 91c82e0f9..dc02b3207 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.12.0-pr1 + 2.12.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 54a99e060..25b9a806b 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.12.0-pr1" ); +return ( "2.12.0" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index e326cf6bf..4111fd48b 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.12.0-pr1", + "version": "2.12.0", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",