Skip to content

Commit

Permalink
v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Dec 28, 2022
1 parent 4805a37 commit 94c4b6c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 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 @@ -305,5 +305,5 @@ dev_email = ""
dev_password = ""

[version]
current = "2.24.2"
current = "2.24.3"
saved = "Sun, 18 Dec 2022 22:10:48 +0000"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.24.3 – 2022-12-28

## Changed
- When sorting on FROM also sort on REVERSE DATE

## Bugfixes
- F5 and Ctrl-F5 reload logs out of Snappymail in Chrome.
[#800](https://github.com/the-djmaze/snappymail/pull/800)
- Switching accounts does not work anymore with 2.24.2
[#802](https://github.com/the-djmaze/snappymail/pull/802)


## 2.24.2 – 2022-12-27

### Changed
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,25 +141,25 @@ RainLoop 1.17 vs SnappyMail

|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
|admin.js |2.170.153 | 82.135 |
|app.js |4.207.787 | 412.008 |
|admin.js |2.170.153 | 82.190 |
|app.js |4.207.787 | 412.127 |
|boot.js | 868.735 | 2.427 |
|libs.js | 658.812 | 191.117 |
|sieve.js | 0 | 86.018 |
|polyfills.js | 334.608 | 0 |
|serviceworker.js | 0 | 285 |
|TOTAL |8.240.095 | 773.990 |
|TOTAL |8.240.095 | 774.164 |

|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
|admin.min.js | 256.831 | 40.879 | 73.606 | 13.468 | 60.877 | 12.077 |
|app.min.js | 515.367 | 189.886 |139.456 | 63.430 |110.485 | 54.473 |
|app.min.js | 515.367 | 189.931 |139.456 | 63.444 |110.485 | 54.381 |
|boot.min.js | 84.659 | 1.518 | 26.998 | 919 | 23.643 | 747 |
|libs.min.js | 584.772 | 90.689 |180.901 | 33.597 |155.182 | 30.118 |
|sieve.min.js | 0 | 41.909 | 0 | 10.476 | 0 | 9.461 |
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
|TOTAL user |1.217.635 | 282.093 |358.761 | 97.946 |299.485 | 85.338 |
|TOTAL user+sieve |1.217.635 | 324.002 |358.761 |108.422 |299.485 | 94.799 |
|TOTAL user |1.217.635 | 282.138 |358.761 | 97.960 |299.485 | 85.246 |
|TOTAL user+sieve |1.217.635 | 324.047 |358.761 |108.436 |299.485 | 94.707 |
|TOTAL admin | 959.099 | 133.086 |292.911 | 47.984 |249.877 | 42.942 |

For a user its around 70% smaller and faster than traditional RainLoop.
Expand Down
1 change: 1 addition & 0 deletions dev/Common/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const
proxy = url =>
SERVER_PREFIX + '/ProxyExternal/'
+ btoa(url.replace(/ /g, '%20')).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, ''),
// + b64EncodeJSONSafe(url.replace(/ /g, '%20')),

/**
* @param {string} type
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.24.2</upstream>.
This app packages SnappyMail <upstream>2.24.3</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.24.2
VERSION=2.24.3
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/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.24.2</version>
<version>2.24.3</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.**
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.24.2" );
return ( "2.24.3" );
}

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.24.2",
"version": "2.24.3",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",
Expand Down

0 comments on commit 94c4b6c

Please sign in to comment.