diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index 2b39f99697..dee280aa6c 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.2" +current = "2.29.3" saved = "Sun, 18 Dec 2022 22:10:48 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index e039a16967..aa9de85463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,33 @@ -## 2.29.2 – 2023-10-02 +## 2.29.3 – 2023-11-21 + +## Added +- Docker Hub image + [#965](https://github.com/the-djmaze/snappymail/pull/965) by @leojonathanoh + +## Changed +- Sabre/VObject 4.5.4 and Sabre/Xml 4.0.4 + [#1311](https://github.com/the-djmaze/snappymail/issues/1311) + +## Fixed +- '#/mailbox/folder/mUID/search' uri/route handling + [#1301](https://github.com/the-djmaze/snappymail/pull/1301) by @SergeyMosin +- "Remember me" doesn't work when browser is closed + [#1313](https://github.com/the-djmaze/snappymail/issues/1313) +- Blank email displayed when "Prefer HTML to plain text" is unchecked and the message is html only + [#1302](https://github.com/the-djmaze/snappymail/issues/1302) +- Parent folder of Sub folder not useable. + [#1008](https://github.com/the-djmaze/snappymail/issues/1008) +- Large detailed header don't display body + [#1284](https://github.com/the-djmaze/snappymail/issues/1284) + +## Nextcloud +- Improvements for Install / update issues #929 + [#929](https://github.com/the-djmaze/snappymail/issues/929) +- Should use language as defined in cloud settings #1293 + [#1293](https://github.com/the-djmaze/snappymail/issues/1293) + + +## 2.29.2 – 2023-11-14 ## Added - Show size of folders in folders list #1303 diff --git a/README.md b/README.md index a8f5ff0f62..d63e249d75 100644 --- a/README.md +++ b/README.md @@ -145,26 +145,26 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.170.153 | 80.144 | -|app.js |4.207.787 | 407.379 | +|admin.js |2.170.153 | 80.124 | +|app.js |4.207.787 | 407.460 | |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 | 769.330 | +|TOTAL |8.240.095 | 769.391 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 256.831 | 39.283 | 73.606 | 13.143 | 60.877 | 11.799 | -|app.min.js | 515.367 | 186.229 |139.456 | 62.956 |110.485 | 54.172 | +|admin.min.js | 256.831 | 39.273 | 73.606 | 13.136 | 60.877 | 11.760 | +|app.min.js | 515.367 | 186.288 |139.456 | 62.975 |110.485 | 54.194 | |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 | 280.688 |358.761 | 98.489 |299.485 | 85.921 | -|TOTAL user+sieve |1.217.635 | 322.087 |358.761 |108.883 |299.485 | 95.277 | -|TOTAL admin | 959.099 | 133.742 |292.911 | 48.676 |249.877 | 43.548 | +|TOTAL user |1.217.635 | 280.747 |358.761 | 98.508 |299.485 | 85.943 | +|TOTAL user+sieve |1.217.635 | 322.146 |358.761 |108.902 |299.485 | 95.299 | +|TOTAL admin | 959.099 | 133.732 |292.911 | 48.669 |249.877 | 43.509 | For a user it is around 72% smaller and faster than traditional RainLoop. @@ -193,8 +193,8 @@ For a user it is around 72% smaller and faster than traditional RainLoop. |css/* |RainLoop |Snappy |RL gzip |SM gzip |SM brotli | |------------ |-------: |------: |------: |------: |--------: | -|app.css | 340.331 | 84.642 | 46.946 | 17.651 | 15.128 | -|app.min.css | 274.947 | 67.992 | 39.647 | 15.535 | 13.566 | +|app.css | 340.331 | 84.569 | 46.946 | 17.645 | 15.111 | +|app.min.css | 274.947 | 67.927 | 39.647 | 15.528 | 13.541 | |boot.css | | 1.326 | | 664 | 545 | |boot.min.css | | 1.071 | | 590 | 474 | |admin.css | | 30.645 | | 7.024 | 6.117 | diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index 0196c1a91a..573e27c851 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.29.2. +This app packages SnappyMail 2.29.3. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 90949992bd..55ebc4d8cc 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.2 +VERSION=2.29.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 && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 0ff6a690f7..4121480600 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.2 + 2.29.3 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli