mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
v2.36.0
This commit is contained in:
parent
07710f685f
commit
f9048d1209
8 changed files with 74 additions and 23 deletions
55
CHANGELOG.md
55
CHANGELOG.md
|
|
@ -1,3 +1,47 @@
|
|||
## 2.36.0 – 2024-03-18
|
||||
|
||||
### Added
|
||||
- Allow setting the supported THREAD algorithm
|
||||
- Icon to system folders
|
||||
- Remove remembered password after 15 minutes of inactivity
|
||||
- Swap background and text color for unreadable text on dark background
|
||||
[#1486](https://github.com/the-djmaze/snappymail/issues/1486)
|
||||
- Generate TOTP code at ?Admin -> Security
|
||||
[#1501](https://github.com/the-djmaze/snappymail/issues/1501)
|
||||
- Button to change S/MIME private key passphrase
|
||||
[#1505](https://github.com/the-djmaze/snappymail/issues/1505)
|
||||
- Belarusian by @spoooyders
|
||||
[#1512](https://github.com/the-djmaze/snappymail/pull/1512)
|
||||
- Log some domain idn_to_ascii issues
|
||||
[#1513](https://github.com/the-djmaze/snappymail/pull/1513)
|
||||
|
||||
### Changed
|
||||
- On folder/mailbox rename, also rename all children instead of reloading all
|
||||
- Seal MainAccount CryptKey and on error ask old login passphrase to reseal key.
|
||||
- Moved cache drivers outside core into extensions
|
||||
- Sieve always allow fileinto INBOX
|
||||
[#1510](https://github.com/the-djmaze/snappymail/issues/1510)
|
||||
- Moved application.ini `sieve_auth_plain_initial` to per domain config
|
||||
- Languages use rfc5646, by using the shortest ISO 639 code by default
|
||||
- Update French by @hguilbert
|
||||
- Update Portuguese by @ner00
|
||||
|
||||
### Fixed
|
||||
- On folder/mailbox rename, the old fullName must be removed from cache
|
||||
- On folder/mailbox rename, the checkable option was not renamed
|
||||
- Sort accounts drag & drop
|
||||
- S/MIME encrypted and opaque signed not visible
|
||||
[#1450](https://github.com/the-djmaze/snappymail/issues/1450)
|
||||
- Wrong last UID of thread
|
||||
[#1507](https://github.com/the-djmaze/snappymail/issues/1507)
|
||||
- Creation of dynamic property SnappyMail\DAV\Client::$HTTP
|
||||
[#1509](https://github.com/the-djmaze/snappymail/issues/1509)
|
||||
- "Download as ZIP" fails for messages
|
||||
[#1514](https://github.com/the-djmaze/snappymail/issues/1514)
|
||||
- SMTP "Authentication failed" when IMAP uses `shortLogin` and SMTP not
|
||||
[#1517](https://github.com/the-djmaze/snappymail/issues/1517)
|
||||
|
||||
|
||||
## 2.35.4 – 2024-03-16
|
||||
|
||||
### Added
|
||||
|
|
@ -6,7 +50,6 @@
|
|||
### Changed
|
||||
- OpenPGP.js to v5.11.1
|
||||
- punycode.js lowercase domain names
|
||||
- Nextcloud changed stored password handling
|
||||
- application.ini `login_lowercase` removed and now configurable per domain JSON `lowerLogin`
|
||||
- Update Portuguese by @ner00
|
||||
|
||||
|
|
@ -21,6 +64,11 @@
|
|||
[#1500](https://github.com/the-djmaze/snappymail/issues/1500)
|
||||
- VCard PHP Notice: Undefined index: ENCODING
|
||||
|
||||
### Nextcloud
|
||||
- Changed stored password handling
|
||||
- Can't login from nextcloud with 2.35.3 bug Nextcloud
|
||||
[#1490](https://github.com/the-djmaze/snappymail/issues/1490)
|
||||
|
||||
|
||||
## 2.35.3 – 2024-03-12
|
||||
|
||||
|
|
@ -68,6 +116,7 @@
|
|||
- Crash on importing corrupt OpenPGP keys
|
||||
- Crash on old browsers instead of showing error
|
||||
- Ignore popups on logoutReload()
|
||||
[#1467](https://github.com/the-djmaze/snappymail/pull/1467)
|
||||
- Custom SASLMechanisms fail in IMAP when the connection is secure
|
||||
[#1484](https://github.com/the-djmaze/snappymail/pull/1484)
|
||||
|
||||
|
|
@ -86,7 +135,9 @@
|
|||
- Drop support for gnupg PECL extension as it fails with "no passphrase" issues
|
||||
- Error 352 when getting Filters
|
||||
[#1455](https://github.com/the-djmaze/snappymail/issues/1455)
|
||||
- Nextcloud SetPassword(): Argument #1 must be of type SensitiveString, string given
|
||||
|
||||
### Nextcloud
|
||||
- SetPassword(): Argument #1 must be of type SensitiveString, string given
|
||||
[#1456](https://github.com/the-djmaze/snappymail/issues/1456)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue