This commit is contained in:
the-djmaze 2022-11-08 00:14:16 +01:00
parent a595c5dd6e
commit 883906f441
8 changed files with 27 additions and 18 deletions

View file

@ -290,5 +290,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.20.3"
current = "2.20.5"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"

View file

@ -1,3 +1,12 @@
## 2.20.5 2022-11-08
### Nextcloud
- Improved workaround for Nextcloud Content-Security-Policy bug
Safari [#631](https://github.com/the-djmaze/snappymail/issues/631)
Edge [#633](https://github.com/the-djmaze/snappymail/issues/633)
Reported [#35013](https://github.com/nextcloud/server/issues/35013)
## 2.20.4 2022-11-07
### Fixed

View file

@ -141,25 +141,25 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 81.587 |
|app.js |4.207.787 | 406.110 |
|boot.js | 868.735 | 2.050 |
|app.js |4.207.787 | 406.618 |
|boot.js | 868.735 | 2.055 |
|libs.js | 658.812 | 192.965 |
|sieve.js | 0 | 86.121 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 769.118 |
|TOTAL |8.240.095 | 769.631 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.266 | 73.606 | 13.442 | 60.877 | 12.047 |
|app.min.js | 515.367 | 188.117 |139.456 | 62.542 |110.485 | 53.594 |
|boot.min.js | 84.659 | 1.252 | 26.998 | 778 | 23.643 | 628 |
|app.min.js | 515.367 | 188.188 |139.456 | 62.570 |110.485 | 53.596 |
|boot.min.js | 84.659 | 1.261 | 26.998 | 776 | 23.643 | 633 |
|libs.min.js | 584.772 | 92.055 |180.901 | 34.113 |155.182 | 30.641 |
|sieve.min.js | 0 | 41.926 | 0 | 10.484 | 0 | 9.451 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 281.424 |358.761 | 97.433 |299.485 | 84.863 |
|TOTAL user+sieve |1.217.635 | 323.350 |358.761 |107.917 |299.485 | 94.314 |
|TOTAL admin | 959.099 | 133.573 |292.911 | 48.333 |249.877 | 43.316 |
|TOTAL user |1.217.635 | 281.504 |358.761 | 97.459 |299.485 | 84.870 |
|TOTAL user+sieve |1.217.635 | 323.430 |358.761 |107.943 |299.485 | 94.321 |
|TOTAL admin | 959.099 | 133.582 |292.911 | 48.331 |249.877 | 43.321 |
For a user its around 70% smaller and faster than traditional RainLoop.
@ -187,12 +187,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.331 | 83.119 | 46.946 | 17.231 | 14.754 |
|app.min.css | 274.947 | 66.879 | 39.647 | 15.274 | 13.333 |
|app.css | 340.331 | 83.746 | 46.946 | 17.262 | 14.779 |
|app.min.css | 274.947 | 67.483 | 39.647 | 15.311 | 13.365 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.603 | | 6.925 | 6.004 |
|admin.min.css | | 24.764 | | 6.286 | 5.512 |
|admin.css | | 30.816 | | 6.939 | 6.028 |
|admin.min.css | | 24.969 | | 6.300 | 5.531 |
### PGP
RainLoop uses the old OpenPGP.js v2

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.20.3</upstream>.
This app packages SnappyMail <upstream>2.20.5</upstream>.
SnappyMail is a simple, modern, lightweight & fast web-based email client.

View file

@ -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.20.3
VERSION=2.20.5
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 && \

View file

@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.20.4</version>
<version>2.20.5</version>
<licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**

View file

@ -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.20.3" );
return ( "2.20.5" );
}
sub script_snappymail_version_desc

View file

@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.20.3",
"version": "2.20.5",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",