Skip to content

Commit e345550

Browse files
author
the-djmaze
committed
v2.38.2
1 parent 904a353 commit e345550

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.38.2 – 2024-10-09
2+
### Fixed
3+
- error '$index is not defined' in Settings > Accounts
4+
[#1797](https://github.com/the-djmaze/snappymail/issues/1797)
5+
6+
17
## 2.38.1 – 2024-10-08
28

39
### Added

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This fork of RainLoop has the following changes:
6666
* CRLF => LF line endings
6767
* Embed boot.js and boot.css into index.html
6868
* Removal of old JavaScript code (things are native these days)
69-
* Added modified [Squire](https://github.com/neilj/Squire) HTML editor as replacement for CKEditor
69+
* Added modified [Squire](https://github.com/the-djmaze/Squire/tree/snappymail) HTML editor as replacement for CKEditor
7070
* Updated [Sabre/VObject](https://github.com/sabre-io/vobject)
7171
* Split Admin specific JavaScript code from User code
7272
* Split Sieve specific JavaScript code from User code
@@ -143,23 +143,23 @@ RainLoop 1.17 vs SnappyMail
143143
|admin.js |2.170.153 | 84.925 |
144144
|app.js |4.207.787 | 447.263 |
145145
|boot.js | 868.735 | 4.343 |
146-
|libs.js | 658.812 | 233.715 |
146+
|libs.js | 658.812 | 233.728 |
147147
|sieve.js | 0 | 91.418 |
148148
|polyfills.js | 334.608 | 0 |
149149
|serviceworker.js | 0 | 285 |
150-
|TOTAL |8.240.095 | 861.949 |
150+
|TOTAL |8.240.095 | 861.962 |
151151

152152
|js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli |
153153
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
154154
|admin.min.js | 256.831 | 41.719 | 73.606 | 14.022 | 60.877 | 12.567 |
155155
|app.min.js | 515.367 | 202.101 |139.456 | 68.505 |110.485 | 58.481 |
156156
|boot.min.js | 84.659 | 2.231 | 26.998 | 1.271 | 23.643 | 1.067 |
157-
|libs.min.js | 584.772 | 110.633 |180.901 | 39.515 |155.182 | 35.246 |
157+
|libs.min.js | 584.772 | 110.646 |180.901 | 39.518 |155.182 | 35.207 |
158158
|sieve.min.js | 0 | 45.504 | 0 | 11.131 | 0 | 9.917 |
159159
|polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 |
160-
|TOTAL user |1.217.635 | 314.965 |358.761 |109.291 |299.485 | 94.794 |
161-
|TOTAL user+sieve |1.217.635 | 360.469 |358.761 |120.422 |299.485 |104.711 |
162-
|TOTAL admin | 959.099 | 154.583 |292.911 | 54.808 |249.877 | 48.880 |
160+
|TOTAL user |1.217.635 | 314.978 |358.761 |109.294 |299.485 | 94.755 |
161+
|TOTAL user+sieve |1.217.635 | 360.482 |358.761 |120.425 |299.485 |104.672 |
162+
|TOTAL admin | 959.099 | 154.596 |292.911 | 54.811 |249.877 | 48.841 |
163163

164164
For a user it is around 66% smaller and faster than traditional RainLoop.
165165

integrations/cloudron/DESCRIPTION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This app packages SnappyMail <upstream>2.38.1</upstream>.
1+
This app packages SnappyMail <upstream>2.38.2</upstream>.
22

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

integrations/cloudron/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
44
WORKDIR /app/code
55

66
# If you change the extraction below, be sure to test on scaleway
7-
VERSION=2.38.1
7+
VERSION=2.38.2
88
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
99
unzip /tmp/snappymail.zip -d /app/code && \
1010
rm /tmp/snappymail.zip && \

integrations/nextcloud/snappymail/appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>snappymail</id>
44
<name>SnappyMail</name>
55
<summary>SnappyMail Webmail</summary>
6-
<version>2.38.1</version>
6+
<version>2.38.2</version>
77
<licence>agpl</licence>
88
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
99
<description><![CDATA[**Lightweight & fast email client.**

integrations/virtualmin/snappymail.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sub script_snappymail_longdesc
2020
# script_snappymail_versions()
2121
sub script_snappymail_versions
2222
{
23-
return ( "2.38.1" );
23+
return ( "2.38.2" );
2424
}
2525

2626
sub script_snappymail_version_desc

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SnappyMail",
44
"description": "Simple, modern & fast web-based email client",
55
"private": true,
6-
"version": "2.38.1",
6+
"version": "2.38.2",
77
"homepage": "https://snappymail.eu",
88
"author": {
99
"name": "DJ Maze",

0 commit comments

Comments
 (0)