diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini
index 317a059a4..f3ceb5e29 100644
--- a/.docker/release/files/usr/local/include/application.ini
+++ b/.docker/release/files/usr/local/include/application.ini
@@ -289,5 +289,5 @@ dev_email = ""
dev_password = ""
[version]
-current = "2.22.4"
+current = "2.22.5"
saved = "Fri, 30 Sep 2022 12:34:56 +0000"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26c8be96a..903c2d9fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
### Changed
@@ -10,11 +32,11 @@
[#355](https://github.com/the-djmaze/snappymail/pull/355)
### Fixed
-- Contact Error - object Object #716
+- Contact Error - object Object
[#716](https://github.com/the-djmaze/snappymail/pull/716)
- Unable to move messages to different folder by drag and drop
[#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)
diff --git a/README.md b/README.md
index 245aff84b..23c29ded6 100644
--- a/README.md
+++ b/README.md
@@ -141,26 +141,26 @@ RainLoop 1.17 vs SnappyMail
|js/* |RainLoop |Snappy |
|--------------- |--------: |--------: |
-|admin.js |2.170.153 | 82.419 |
-|app.js |4.207.787 | 407.334 |
+|admin.js |2.170.153 | 82.509 |
+|app.js |4.207.787 | 408.750 |
|boot.js | 868.735 | 2.351 |
|libs.js | 658.812 | 193.075 |
-|sieve.js | 0 | 86.121 |
+|sieve.js | 0 | 86.018 |
|polyfills.js | 334.608 | 0 |
|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 |
|--------------- |--------: |--------: |------: |------: |--------: |--------: |
-|admin.min.js | 256.831 | 40.933 | 73.606 | 13.575 | 60.877 | 12.185 |
-|app.min.js | 515.367 | 188.876 |139.456 | 62.841 |110.485 | 53.957 |
+|admin.min.js | 256.831 | 40.997 | 73.606 | 13.591 | 60.877 | 12.200 |
+|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 |
|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 |
-|TOTAL user |1.217.635 | 282.434 |358.761 | 97.867 |299.485 | 85.311 |
-|TOTAL user+sieve |1.217.635 | 324.360 |358.761 |108.351 |299.485 | 94.762 |
-|TOTAL admin | 959.099 | 134.491 |292.911 | 48.601 |249.877 | 43.539 |
+|TOTAL user |1.217.635 | 283.221 |358.761 | 98.020 |299.485 | 85.385 |
+|TOTAL user+sieve |1.217.635 | 325.130 |358.761 |108.496 |299.485 | 94.846 |
+|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.
@@ -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 |
|------------ |-------: |------: |------: |------: |--------: |
-|app.css | 340.331 | 81.910 | 46.946 | 17.050 | 14.596 |
-|app.min.css | 274.947 | 66.076 | 39.647 | 15.042 | 13.205 |
+|app.css | 340.331 | 81.836 | 46.946 | 17.029 | 14.580 |
+|app.min.css | 274.947 | 66.014 | 39.647 | 15.019 | 13.184 |
|boot.css | | 1.326 | | 664 | 545 |
|boot.min.css | | 1.071 | | 590 | 474 |
|admin.css | | 29.853 | | 6.812 | 5.933 |
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 6cc08fc1f..778c3a8bd 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.22.4.
+This app packages SnappyMail 2.22.5.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index 4a797b0da..76986d6f2 100644
--- a/integrations/cloudron/Dockerfile
+++ b/integrations/cloudron/Dockerfile
@@ -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.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 && \
unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index 3a058def2..131dd6a6d 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -3,7 +3,7 @@
snappymail
SnappyMail
SnappyMail Webmail
- 2.22.4
+ 2.22.5
agpl
SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli