diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index da48c375e..91178615d 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -301,5 +301,5 @@ dev_email = "" dev_password = "" [version] -current = "2.15.0" +current = "2.15.1" saved = "Fri, 04 Mar 2022 08:55:26 +0000" diff --git a/README.md b/README.md index 9fa293fea..d1a79c3d3 100644 --- a/README.md +++ b/README.md @@ -139,26 +139,26 @@ RainLoop 1.15 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.158.025 | 80.642 | -|app.js |4.215.733 | 405.812 | -|boot.js | 672.433 | 2.155 | -|libs.js | 647.679 | 196.921 | +|admin.js |2.158.025 | 80.414 | +|app.js |4.215.733 | 405.694 | +|boot.js | 672.433 | 2.058 | +|libs.js | 647.679 | 197.158 | |sieve.js | 0 | 86.564 | |polyfills.js | 325.908 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.019.778 | 772.379 | +|TOTAL |8.019.778 | 772.173 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 255.514 | 40.307 | 73.899 | 13.413 | 60.674 | 11.994 | -|app.min.js | 516.000 | 192.913 |140.430 | 62.027 |110.657 | 53.180 | -|boot.min.js | 66.456 | 1.301 | 22.553 | 798 | 20.043 | 653 | -|libs.min.js | 574.626 | 95.731 |177.280 | 35.371 |151.855 | 31.664 | +|admin.min.js | 255.514 | 40.249 | 73.899 | 13.380 | 60.674 | 11.968 | +|app.min.js | 516.000 | 192.174 |140.430 | 61.954 |110.657 | 53.235 | +|boot.min.js | 66.456 | 1.260 | 22.553 | 784 | 20.043 | 632 | +|libs.min.js | 574.626 | 95.872 |177.280 | 35.410 |151.855 | 31.704 | |sieve.min.js | 0 | 42.182 | 0 | 10.555 | 0 | 9.510 | |polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 | -|TOTAL user |1.189.690 | 289.945 |351.061 | 98.196 |292.627 | 85.497 | -|TOTAL user+sieve |1.189.690 | 332.127 |351.061 |108.751 |292.627 | 95.007 | -|TOTAL admin | 929.204 | 137.339 |285.047 | 49.582 |242.644 | 44.311 | +|TOTAL user |1.189.690 | 289.306 |351.061 | 98.148 |292.627 | 85.571 | +|TOTAL user+sieve |1.189.690 | 331.488 |351.061 |108.703 |292.627 | 95.081 | +|TOTAL admin | 929.204 | 137.381 |285.047 | 49.574 |242.644 | 44.304 | For a user its around 70% smaller and faster than traditional RainLoop. @@ -186,12 +186,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 | 80.708 | 46.959 | 16.708 | 14.388 | -|app.min.css | 274.791 | 64.938 | 39.618 | 14.815 | 13.064 | +|app.css | 340.334 | 80.804 | 46.959 | 16.729 | 14.404 | +|app.min.css | 274.791 | 64.944 | 39.618 | 14.811 | 13.054 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | -|admin.css | | 29.977 | | 6.795 | 5.900 | -|admin.min.css | | 24.101 | | 6.167 | 5.421 | +|admin.css | | 30.051 | | 6.815 | 5.910 | +|admin.min.css | | 24.163 | | 6.187 | 5.437 | ### PGP RainLoop uses the old OpenPGP.js v2 diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 402d04283..b3d5cfbf4 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.15.0. +This app packages SnappyMail 2.15.1. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 8f21608b0..789d81f2e 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.15.0 +VERSION=2.15.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/VERSION b/integrations/nextcloud/snappymail/VERSION index c910885a0..d91346fd9 100755 --- a/integrations/nextcloud/snappymail/VERSION +++ b/integrations/nextcloud/snappymail/VERSION @@ -1 +1 @@ -2.15.0 \ No newline at end of file +2.15.1 \ No newline at end of file diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 6fdca35db..16f79eec2 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.15.0 + 2.15.1 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 1bea312ca..b778dc4a2 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.15.0" ); +return ( "2.15.1" ); } sub script_snappymail_version_desc diff --git a/package.json b/package.json index 5ebff92ef..032477815 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.15.0", + "version": "2.15.1", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",