This commit is contained in:
the-djmaze 2023-11-14 17:12:42 +01:00
parent 13c23141ee
commit 2611a2e067
8 changed files with 31 additions and 16 deletions

View file

@ -316,5 +316,5 @@ dev_email = ""
dev_password = ""
[version]
current = "2.29.1"
current = "2.29.2"
saved = "Sun, 18 Dec 2022 22:10:48 +0000"

View file

@ -1,3 +1,18 @@
## 2.29.2 2023-10-02
## Added
- Show size of folders in folders list #1303
[#1303](https://github.com/the-djmaze/snappymail/issues/1303)
## Fixed
- Configuration failed when using special chars in MySQL password #1308
[#1308](https://github.com/the-djmaze/snappymail/issues/1308)
- With email open, "delete" doesn't delete #1274
[#1274](https://github.com/the-djmaze/snappymail/issues/1274)
- Fix threading view in Thunderbird (others?) by @tkasch
[#1304](https://github.com/the-djmaze/snappymail/pull/1304)
## 2.29.1 2023-10-02
## Fixed

View file

@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 80.279 |
|app.js |4.207.787 | 408.478 |
|admin.js |2.170.153 | 80.144 |
|app.js |4.207.787 | 407.379 |
|boot.js | 868.735 | 4.142 |
|libs.js | 658.812 | 192.239 |
|sieve.js | 0 | 85.141 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 770.564 |
|TOTAL |8.240.095 | 769.330 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 39.300 | 73.606 | 13.157 | 60.877 | 11.792 |
|app.min.js | 515.367 | 186.690 |139.456 | 63.082 |110.485 | 54.250 |
|admin.min.js | 256.831 | 39.283 | 73.606 | 13.143 | 60.877 | 11.799 |
|app.min.js | 515.367 | 186.229 |139.456 | 62.956 |110.485 | 54.172 |
|boot.min.js | 84.659 | 2.084 | 26.998 | 1.202 | 23.643 | 1.003 |
|libs.min.js | 584.772 | 92.375 |180.901 | 34.331 |155.182 | 30.746 |
|sieve.min.js | 0 | 41.399 | 0 | 10.394 | 0 | 9.356 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 281.149 |358.761 | 98.615 |299.485 | 85.999 |
|TOTAL user+sieve |1.217.635 | 322.548 |358.761 |109.009 |299.485 | 95.355 |
|TOTAL admin | 959.099 | 133.759 |292.911 | 48.690 |249.877 | 43.541 |
|TOTAL user |1.217.635 | 280.688 |358.761 | 98.489 |299.485 | 85.921 |
|TOTAL user+sieve |1.217.635 | 322.087 |358.761 |108.883 |299.485 | 95.277 |
|TOTAL admin | 959.099 | 133.742 |292.911 | 48.676 |249.877 | 43.548 |
For a user it is around 72% smaller and faster than traditional RainLoop.
@ -189,8 +189,8 @@ For a user it is around 72% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 84.586 | 46.946 | 17.643 | 15.104 |
|app.min.css | 274.947 | 67.942 | 39.647 | 15.526 | 13.560 |
|app.css | 340.331 | 84.642 | 46.946 | 17.651 | 15.128 |
|app.min.css | 274.947 | 67.992 | 39.647 | 15.535 | 13.566 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 30.645 | | 7.024 | 6.117 |

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.29.1</upstream>.
This app packages SnappyMail <upstream>2.29.2</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.29.1
VERSION=2.29.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 && \

View file

@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.29.1</version>
<version>2.29.2</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.29.1" );
return ( "2.29.2" );
}
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.29.1",
"version": "2.29.2",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",