This commit is contained in:
the-djmaze 2022-11-08 11:05:10 +01:00
parent 04c11ddc49
commit 2ee9d973e2
9 changed files with 25 additions and 14 deletions

View file

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

View file

@ -1,3 +1,11 @@
## 2.20.6 2022-11-08
### Fixed
- ?admin login failed
[#642](https://github.com/the-djmaze/snappymail/pull/642)
- Resolve PHP 8.2 Creation of dynamic property is deprecated
## 2.20.5 2022-11-08
### Nextcloud

View file

@ -140,26 +140,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 81.587 |
|app.js |4.207.787 | 406.618 |
|admin.js |2.170.153 | 81.239 |
|app.js |4.207.787 | 406.270 |
|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.631 |
|TOTAL |8.240.095 | 768.935 |
|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.188 |139.456 | 62.570 |110.485 | 53.596 |
|admin.min.js | 256.831 | 40.167 | 73.606 | 13.399 | 60.877 | 12.006 |
|app.min.js | 515.367 | 188.083 |139.456 | 62.512 |110.485 | 53.609 |
|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.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 |
|TOTAL user |1.217.635 | 281.399 |358.761 | 97.401 |299.485 | 84.883 |
|TOTAL user+sieve |1.217.635 | 323.325 |358.761 |107.885 |299.485 | 94.334 |
|TOTAL admin | 959.099 | 133.483 |292.911 | 48.288 |249.877 | 43.280 |
For a user its around 70% smaller and faster than traditional RainLoop.

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.20.5</upstream>.
This app packages SnappyMail <upstream>2.20.6</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.5
VERSION=2.20.6
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.5</version>
<version>2.20.6</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

@ -53,6 +53,9 @@ This stylesheet is used when SnappyMail runs in embed mode.
margin: 0;
padding: 3px;
}
#rl-app .select, #rl-app select {
padding-right: 1.5em !important;
}
#rl-app button.btn:not(.button-vue) {
min-height: auto;

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.5" );
return ( "2.20.6" );
}
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.5",
"version": "2.20.6",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",