From 8c8c414bda8177c424e063ae639f220831bfbfd1 Mon Sep 17 00:00:00 2001
From: the-djmaze <>
Date: Tue, 5 Apr 2022 11:06:22 +0200
Subject: [PATCH] v2.14.2
---
.../files/usr/local/include/application.ini | 2 +-
README.md | 24 +++++++++----------
dev/Knoin/AbstractViews.js | 8 +++----
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 +-
9 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini
index 61f4c7937..041124c47 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.14.1"
+current = "2.14.2"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"
diff --git a/README.md b/README.md
index 006612c83..05b926c80 100644
--- a/README.md
+++ b/README.md
@@ -139,26 +139,26 @@ RainLoop 1.15 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.158.025 | 79.018 |
-|app.js |4.215.733 | 406.972 |
+|admin.js |2.158.025 | 78.605 |
+|app.js |4.215.733 | 406.853 |
|boot.js | 672.433 | 2.025 |
|libs.js | 647.679 | 197.259 |
|sieve.js | 0 | 86.320 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
-|TOTAL |8.019.778 | 771.879 |
+|TOTAL |8.019.778 | 771.347 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 255.514 | 39.256 | 73.899 | 13.076 | 60.674 | 11.702 |
-|app.min.js | 516.000 | 193.577 |140.430 | 62.146 |110.657 | 53.267 |
-|boot.min.js | 66.456 | 1.252 | 22.553 | 782 | 20.043 | 631 |
+|admin.min.js | 255.514 | 39.034 | 73.899 | 13.031 | 60.674 | 11.664 |
+|app.min.js | 516.000 | 193.419 |140.430 | 62.123 |110.657 | 53.343 |
+|boot.min.js | 66.456 | 1.252 | 22.553 | 784 | 20.043 | 633 |
|libs.min.js | 574.626 | 95.886 |177.280 | 35.433 |151.855 | 31.696 |
|sieve.min.js | 0 | 42.304 | 0 | 10.548 | 0 | 9.509 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
-|TOTAL user |1.189.690 | 290.715 |351.061 | 98.361 |292.627 | 85.594 |
-|TOTAL user+sieve |1.189.690 | 333.019 |351.061 |108.909 |292.627 | 95.103 |
-|TOTAL admin | 929.204 | 136.394 |285.047 | 49.291 |242.644 | 44.029 |
+|TOTAL user |1.189.690 | 290.557 |351.061 | 98.340 |292.627 | 85.672 |
+|TOTAL user+sieve |1.189.690 | 332.861 |351.061 |108.888 |292.627 | 95.181 |
+|TOTAL admin | 929.204 | 136.172 |285.047 | 49.248 |242.644 | 43.993 |
For a user its around 70% smaller and faster than traditional RainLoop.
@@ -186,8 +186,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.334 | 80.856 | 46.959 | 16.732 | 14.403 |
-|app.min.css | 274.791 | 65.073 | 39.618 | 14.835 | 13.081 |
+|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 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.977 | | 6.795 | 5.900 |
@@ -205,7 +205,7 @@ See https://github.com/the-djmaze/openpgpjs for development
|OpenPGP |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |-------: |--------: |--------: |
-|openpgp.min.js | 330.742 | 539.642 |102.388 | 167.112 | 84.241 | 137.447 |
+|openpgp.min.js | 330.742 | 539.244 |102.388 | 166.997 | 84.241 | 137.184 |
|openpgp.worker | 1.499 | | 824 | | 695 | |
diff --git a/dev/Knoin/AbstractViews.js b/dev/Knoin/AbstractViews.js
index 783108649..55d413137 100644
--- a/dev/Knoin/AbstractViews.js
+++ b/dev/Knoin/AbstractViews.js
@@ -74,10 +74,10 @@ export class AbstractViewPopup extends AbstractView
/*
beforeShow() {} // Happens before showModal()
- onShow() {} // Happens after showModal()
- afterShow() {} // Happens after showModal() animation transitionend
- onHide() {} // Happens before animation transitionend
- afterHide() {} // Happens after animation transitionend
+ onShow() {} // Happens after showModal()
+ afterShow() {} // Happens after showModal() animation transitionend
+ onHide() {} // Happens before animation transitionend
+ afterHide() {} // Happens after animation transitionend
close() {}
*/
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 5d96c28ef..dedb20cba 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.14.1.
+This app packages SnappyMail 2.14.2.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index 98dc7d963..988673107 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.14.1
+VERSION=2.14.2
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 2ad1684ea..fb71e071a 100755
--- a/integrations/nextcloud/snappymail/VERSION
+++ b/integrations/nextcloud/snappymail/VERSION
@@ -1 +1 @@
-2.14.1
\ No newline at end of file
+2.14.2
\ No newline at end of file
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index 70b37cf02..ed2e9bea2 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.14.1
+ 2.14.2
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 f54e3cc74..228cda722 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.14.1" );
+return ( "2.14.2" );
}
sub script_snappymail_version_desc
diff --git a/package.json b/package.json
index 55539079b..11716b84f 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.14.1",
+ "version": "2.14.2",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",