Skip to content

Commit

Permalink
v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Jan 6, 2022
1 parent 1587e41 commit 5953b51
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .docker/release/files/usr/local/include/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@ dev_email = ""
dev_password = ""

[version]
current = "2.10.0"
current = "2.10.1"
saved = "Mon, 23 Aug 2021 07:55:13 +0000"
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,23 @@ RainLoop 1.15 vs SnappyMail

|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.158.025 | 86.169 |
|app.js |4.215.733 | 424.944 |
|admin.js |2.158.025 | 86.189 |
|app.js |4.215.733 | 424.670 |
|boot.js | 672.433 | 2.779 |
|libs.js | 647.679 | 209.031 |
|libs.js | 647.679 | 208.745 |
|polyfills.js | 325.908 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.019.778 | 723.208 |
|TOTAL |8.019.778 | 722.668 |

|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 255.514 | 43.369 | 73.899 | 13.924 | 60.674 | 12.400 |
|app.min.js | 516.000 | 215.368 |140.430 | 65.454 |110.657 | 55.697 |
|admin.min.js | 255.514 | 43.224 | 73.899 | 13.913 | 60.674 | 12.389 |
|app.min.js | 516.000 | 214.949 |140.430 | 65.416 |110.657 | 55.714 |
|boot.min.js | 66.456 | 1.654 | 22.553 | 996 | 20.043 | 814 |
|libs.min.js | 574.626 | 99.760 |177.280 | 36.443 |151.855 | 32.665 |
|libs.min.js | 574.626 | 99.476 |177.280 | 36.501 |151.855 | 32.699 |
|polyfills.min.js | 32.608 | 0 | 11.315 | 0 | 10.072 | 0 |
|TOTAL |1.445.204 | 360.151 |425.477 |116.817 |353.301 |101.576 |
|TOTAL (no admin) |1.189.690 | 316.782 |351.061 |102.893 |292.627 | 89.176 |
|TOTAL |1.445.204 | 359.303 |425.477 |116.826 |353.301 |101.616 |
|TOTAL (no admin) |1.189.690 | 316.079 |351.061 |102.913 |292.627 | 89.227 |

For a user its around 70% smaller and faster than traditional RainLoop.

Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This app packages SnappyMail <upstream>2.10.0</upstream>.
This app packages SnappyMail <upstream>2.10.1</upstream>.

SnappyMail is a simple, modern, lightweight & fast web-based email client.

Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
VERSION=2.10.1
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 && \
Expand Down
2 changes: 1 addition & 1 deletion integrations/nextcloud/snappymail/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0
2.10.1
2 changes: 1 addition & 1 deletion integrations/nextcloud/snappymail/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<description>Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. The default user/password is admin/12345. This version is based on SnappyMail 2.6.0 (2021-07).</description>
<version>2.10.0</version>
<version>2.10.1</version>
<licence>agpl</licence>
<author>SnappyMail Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<namespace>SnappyMail</namespace>
Expand Down
2 changes: 1 addition & 1 deletion integrations/virtualmin/snappymail.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sub script_snappymail_longdesc
# script_snappymail_versions()
sub script_snappymail_versions
{
return ( "2.10.0" );
return ( "2.10.1" );
}

sub script_snappymail_version_desc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "2.10.0",
"version": "2.10.1",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="span4">
<div class="rl-logo"></div>
<div>
2021 © <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
2022 © <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
<br />
<a class="g-ui-link" href="https://snappymail.eu/" target="_blank" style="padding-left: 0">https://snappymail.eu/</a>
</div>
Expand Down

0 comments on commit 5953b51

Please sign in to comment.