diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 31fb0bb402..211a6ee32d 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -316,5 +316,5 @@ dev_email = "" dev_password = "" [version] -current = "2.29.0" +current = "2.29.1" saved = "Sun, 18 Dec 2022 22:10:48 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d8b762a0..07981e8d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.29.1 – 2023-10-02 + +## Fixed +- Some small messages list bugs + + ## 2.29.0 – 2023-10-02 ## Added diff --git a/README.md b/README.md index 6b2308324d..ae64b2fece 100644 --- a/README.md +++ b/README.md @@ -142,24 +142,24 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | |admin.js |2.170.153 | 80.279 | -|app.js |4.207.787 | 408.611 | +|app.js |4.207.787 | 408.478 | |boot.js | 868.735 | 4.142 | |libs.js | 658.812 | 192.239 | |sieve.js | 0 | 85.141 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 770.697 | +|TOTAL |8.240.095 | 770.564 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | |admin.min.js | 256.831 | 39.300 | 73.606 | 13.157 | 60.877 | 11.792 | -|app.min.js | 515.367 | 186.777 |139.456 | 63.124 |110.485 | 54.282 | +|app.min.js | 515.367 | 186.690 |139.456 | 63.082 |110.485 | 54.250 | |boot.min.js | 84.659 | 2.084 | 26.998 | 1.202 | 23.643 | 1.003 | |libs.min.js | 584.772 | 92.375 |180.901 | 34.331 |155.182 | 30.746 | |sieve.min.js | 0 | 41.399 | 0 | 10.394 | 0 | 9.356 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | -|TOTAL user |1.217.635 | 281.236 |358.761 | 98.657 |299.485 | 86.031 | -|TOTAL user+sieve |1.217.635 | 322.635 |358.761 |109.051 |299.485 | 95.387 | +|TOTAL user |1.217.635 | 281.149 |358.761 | 98.615 |299.485 | 85.999 | +|TOTAL user+sieve |1.217.635 | 322.548 |358.761 |109.009 |299.485 | 95.355 | |TOTAL admin | 959.099 | 133.759 |292.911 | 48.690 |249.877 | 43.541 | For a user it is around 72% smaller and faster than traditional RainLoop. diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 9f347fd048..a5423b8275 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.29.0. +This app packages SnappyMail 2.29.1. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index bd87b835c9..d2d45adec9 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.29.0 +VERSION=2.29.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 && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index e9bcbaebae..b5b95dafa9 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,7 +3,7 @@ snappymail SnappyMail SnappyMail Webmail - 2.29.0 + 2.29.1 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli