This commit is contained in:
the-djmaze 2022-12-02 16:47:17 +01:00
parent 2aca295851
commit cb2a265373
8 changed files with 42 additions and 20 deletions

View file

@ -289,5 +289,5 @@ dev_email = ""
dev_password = "" dev_password = ""
[version] [version]
current = "2.22.4" current = "2.22.5"
saved = "Fri, 30 Sep 2022 12:34:56 +0000" saved = "Fri, 30 Sep 2022 12:34:56 +0000"

View file

@ -1,3 +1,25 @@
## 2.22.5 2022-12-02
### Added
- Support plugin minified .min.js and .min.css
- ZIP Download multiple emails
[#717](https://github.com/the-djmaze/snappymail/pull/717)
### Changed
- Replaced some data-bind="click: function(){} with object functions to prevent eval()
- Improved plugins hash when there are changes
### Fixed
- Settings Themes style due to border-box change
- "Remember me" failed due to v2.22.4 Session token change
[#719](https://github.com/the-djmaze/snappymail/pull/719)
[#731](https://github.com/the-djmaze/snappymail/pull/731)
### Removed
- Vacation filter: Button to add recipients (+)
[#728](https://github.com/the-djmaze/snappymail/pull/728)
## 2.22.4 2022-11-28 ## 2.22.4 2022-11-28
### Changed ### Changed
@ -10,11 +32,11 @@
[#355](https://github.com/the-djmaze/snappymail/pull/355) [#355](https://github.com/the-djmaze/snappymail/pull/355)
### Fixed ### Fixed
- Contact Error - object Object #716 - Contact Error - object Object
[#716](https://github.com/the-djmaze/snappymail/pull/716) [#716](https://github.com/the-djmaze/snappymail/pull/716)
- Unable to move messages to different folder by drag and drop - Unable to move messages to different folder by drag and drop
[#710](https://github.com/the-djmaze/snappymail/pull/710) [#710](https://github.com/the-djmaze/snappymail/pull/710)
- v2.22.3 unknown error #709 - v2.22.3 unknown error
[#709https://github.com/the-djmaze/snappymail/pull/709) [#709https://github.com/the-djmaze/snappymail/pull/709)

View file

@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy | |js/* |RainLoop |Snappy |
|--------------- |--------: |--------: | |--------------- |--------: |--------: |
|admin.js |2.170.153 | 82.419 | |admin.js |2.170.153 | 82.509 |
|app.js |4.207.787 | 407.334 | |app.js |4.207.787 | 408.750 |
|boot.js | 868.735 | 2.351 | |boot.js | 868.735 | 2.351 |
|libs.js | 658.812 | 193.075 | |libs.js | 658.812 | 193.075 |
|sieve.js | 0 | 86.121 | |sieve.js | 0 | 86.018 |
|polyfills.js | 334.608 | 0 | |polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 | |serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 771.585 | |TOTAL |8.240.095 | 772.988 |
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: | |--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.933 | 73.606 | 13.575 | 60.877 | 12.185 | |admin.min.js | 256.831 | 40.997 | 73.606 | 13.591 | 60.877 | 12.200 |
|app.min.js | 515.367 | 188.876 |139.456 | 62.841 |110.485 | 53.957 | |app.min.js | 515.367 | 189.663 |139.456 | 62.994 |110.485 | 54.031 |
|boot.min.js | 84.659 | 1.474 | 26.998 | 907 | 23.643 | 733 | |boot.min.js | 84.659 | 1.474 | 26.998 | 907 | 23.643 | 733 |
|libs.min.js | 584.772 | 92.084 |180.901 | 34.119 |155.182 | 30.621 | |libs.min.js | 584.772 | 92.084 |180.901 | 34.119 |155.182 | 30.621 |
|sieve.min.js | 0 | 41.926 | 0 | 10.484 | 0 | 9.451 | |sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 282.434 |358.761 | 97.867 |299.485 | 85.311 | |TOTAL user |1.217.635 | 283.221 |358.761 | 98.020 |299.485 | 85.385 |
|TOTAL user+sieve |1.217.635 | 324.360 |358.761 |108.351 |299.485 | 94.762 | |TOTAL user+sieve |1.217.635 | 325.130 |358.761 |108.496 |299.485 | 94.846 |
|TOTAL admin | 959.099 | 134.491 |292.911 | 48.601 |249.877 | 43.539 | |TOTAL admin | 959.099 | 134.555 |292.911 | 48.617 |249.877 | 43.554 |
For a user its around 70% smaller and faster than traditional RainLoop. For a user its around 70% smaller and faster than traditional RainLoop.
@ -189,8 +189,8 @@ For a user its around 70% smaller and faster than traditional RainLoop.
|css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli |
|------------ |-------: |------: |------: |------: |--------: | |------------ |-------: |------: |------: |------: |--------: |
|app.css | 340.331 | 81.910 | 46.946 | 17.050 | 14.596 | |app.css | 340.331 | 81.836 | 46.946 | 17.029 | 14.580 |
|app.min.css | 274.947 | 66.076 | 39.647 | 15.042 | 13.205 | |app.min.css | 274.947 | 66.014 | 39.647 | 15.019 | 13.184 |
|boot.css | | 1.326 | | 664 | 545 | |boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 | |boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.853 | | 6.812 | 5.933 | |admin.css | | 29.853 | | 6.812 | 5.933 |

View file

@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.22.4</upstream>. This app packages SnappyMail <upstream>2.22.5</upstream>.
SnappyMail is a simple, modern, lightweight & fast web-based email client. 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 WORKDIR /app/code
# If you change the extraction below, be sure to test on scaleway # If you change the extraction below, be sure to test on scaleway
VERSION=2.22.4 VERSION=2.22.5
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ 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 && \ unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \ rm /tmp/snappymail.zip && \

View file

@ -3,7 +3,7 @@
<id>snappymail</id> <id>snappymail</id>
<name>SnappyMail</name> <name>SnappyMail</name>
<summary>SnappyMail Webmail</summary> <summary>SnappyMail Webmail</summary>
<version>2.22.4</version> <version>2.22.5</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author> <author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.** <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() # script_snappymail_versions()
sub script_snappymail_versions sub script_snappymail_versions
{ {
return ( "2.22.4" ); return ( "2.22.5" );
} }
sub script_snappymail_version_desc sub script_snappymail_version_desc

View file

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