diff --git a/README.md b/README.md index 0b28854b8..cd9f8c150 100644 --- a/README.md +++ b/README.md @@ -110,23 +110,23 @@ RainLoop 1.14 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.130.942 | 651.579 | -|app.js |4.184.455 |2.311.115 | -|boot.js | 671.522 | 5.285 | +|admin.js |2.130.942 | 648.785 | +|app.js |4.184.455 |2.311.422 | +|boot.js | 671.522 | 4.842 | |libs.js | 647.614 | 235.382 | |polyfills.js | 325.834 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |7.960.367 |3.203.646 | +|TOTAL |7.960.367 |3.200.716 | |js/min/* |RainLoop |Snappy |Rain gzip |gzip |brotli | |--------------- |--------: |--------: |--------: |--------: |--------: | -|admin.min.js | 252.147 | 90.401 | 73.657 | 23.683 | 20.709 | -|app.min.js | 511.202 | 310.134 |140.462 | 83.154 | 67.628 | -|boot.min.js | 66.007 | 2.918 | 22.567 | 1.500 | 1.275 | +|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 | +|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 | |polyfills.min.js | 32.452 | 0 | 11.312 | 0 | 0 | -|TOTAL |1.434.353 | 534.291 |424.718 |155.654 |131.748 | -|TOTAL (no admin) |1.182.206 | 443.890 |351.061 |131.971 |111.039 | +|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 | For a user its around 62% smaller and faster than traditional RainLoop. @@ -153,8 +153,8 @@ For a user its around 62% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |Rain gzip |gzip |brotli | |-------------- |-------: |-------: |------: |------: |------: | -|app.css | 340.334 | 185.811 | 46,959 | 28.756 | 24.192 | -|app.min.css | 274.791 | 151.823 | 39.618 | 25.242 | 21.777 | +|app.css | 340.334 | 185.667 | 46,959 | 28.735 | 24.150 | +|app.min.css | 274.791 | 151.837 | 39.618 | 25.364 | 21.888 | |boot.css | | 2.534 | | 837 | 668 | |boot.min.css | | 2.055 | | 732 | 560 | diff --git a/package.json b/package.json index fb1ff542b..907ce9f99 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.0.0", + "version": "2.1.0", "homepage": "https://snappymail.eu", "author": { "name": "DJ Maze", diff --git a/release.php b/release.php index c2a27c32f..7942bd4b6 100755 --- a/release.php +++ b/release.php @@ -120,7 +120,7 @@ unlink($tar_destination); echo "\n{$zip_destination} created\n{$tar_destination}.gz created\n"; // Docker build -if(readline("Build Docker image? (Y/N): ") === "Y") { +if (readline("Build Docker image? (Y/N): ") === "Y") { copy($zip_destination, $docker_zip); $docker = trim(`which docker`);