From 9f9685b4ebfcad57b754c1fdab05b970d5eb3167 Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 10 Dec 2020 16:11:25 +0100 Subject: [PATCH] v2.1.1 --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cd9f8c150..e4e82668d 100644 --- a/README.md +++ b/README.md @@ -111,22 +111,22 @@ RainLoop 1.14 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | |admin.js |2.130.942 | 648.785 | -|app.js |4.184.455 |2.311.422 | +|app.js |4.184.455 |2.311.912 | |boot.js | 671.522 | 4.842 | -|libs.js | 647.614 | 235.382 | +|libs.js | 647.614 | 235.394 | |polyfills.js | 325.834 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |7.960.367 |3.200.716 | +|TOTAL |7.960.367 |3.200.933 | |js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli | |--------------- |--------: |--------: |--------: |--------: |--------: | |admin.min.js | 252.147 | 89.946 | 73.657 | 23.622 | 20.672 | -|app.min.js | 511.202 | 310.225 |140.462 | 83.124 | 67.638 | +|app.min.js | 511.202 | 310.186 |140.462 | 83.124 | 67.807 | |boot.min.js | 66.007 | 2.630 | 22.567 | 1.375 | 1.189 | -|libs.min.js | 572.545 | 130.838 |176.720 | 47.317 | 42.136 | +|libs.min.js | 572.545 | 130.850 |176.720 | 47.317 | 42.092 | |polyfills.min.js | 32.452 | 0 | 11.312 | 0 | 0 | -|TOTAL |1.434.353 | 533.639 |424.718 |155.438 |131.635 | -|TOTAL (no admin) |1.182.206 | 443.693 |351.061 |131.816 |110.963 | +|TOTAL |1.434.353 | 533.612 |424.718 |155.438 |131.760 | +|TOTAL (no admin) |1.182.206 | 443.666 |351.061 |131.816 |111.088 | For a user its around 62% smaller and faster than traditional RainLoop. diff --git a/package.json b/package.json index 907ce9f99..837d19b75 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.1.0", + "version": "2.1.1", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze",