Changelog History
Page 3
-
v1.0.0 Changes
May 11, 2017๐ This is the first stable release of the Cypht webmail program. There are no changes to this code from RC8 except the version number update.
-
v1.0.0-rc8 Changes
May 10, 2017๐ Found too many issues from the RC7 to go straight to the 1.0.0 release, so I'm doing ONE MORE release candidate. Changes since RC7 are below:
8df91f1 - fix bug in 2fa module that lost user settings after sucessfully entering the 2fa code
๐ 6c79390 - re-add accidentally removed list style setting handler
faf83de - add missing previous/next links to the combined sent view
b5964bd - fix potential race condition that could break 2fa codes because of an incorrect barcode being scanned in by the user
624a44e - add a note to the 2fa ini about keeping the server time accurate
โ 736eed2 - test a fix for search string formatting with non-ascii chars
โ 7fa2e62 - test a fix for subject encoding problems -
v1.0.0-rc7 Changes
April 18, 2017๐ The seventh, and hopefully last, candidate for the 1.0.0 release. The fix to the config_gen.php script is a big one - it broke adding POP3 servers and had the potential to break a number of other module sets by not correctly calculating page assignments.
c55dce3 - fix a bug in the config gen causing modules to be left unassigned
d026fb6 - fix method comment for new return value
84338f1 - fix imap NOOP return value
c164021 - fix for reply to/cc formatting
โก๏ธ 45efc53 - i18n update
dec8c50 - fix debug title reference to the correct section of the install webpage
๐ a15ec3b - fixes for message parts layout on mobile
2060f5c - fix a bug in the sent mail imap callback
0aa05f3 - fix favicon after converting images to svg (this one should be a png) -
v1.0.0-rc6 Changes
April 11, 2017โ Some manual testing around RC5 revealed some bugs, mostly in the Settings -> Servers page around adding and removing IMAP, POP3, and SMTP servers. The following fixes have been included since RC5:
๐ 53a4971 - couple libsodium related fixes *
a536cca - use libsodium for encryption if it's available *
5926ab9 - version bump
1b81d10 - don't allow duplicate servers with the same username for SMTP/IMAP/POP3
โ d6f286d - fix connection test pop3 function I accidentally deleted
๐ ff86ea2 - fixes for smtp server page issues
๐ c17a4e4 - pop3 module set fixes around adding/deleting/forgetting servers
53a9b30 - fix "forget credentials" IMAP form results
2ced896 - fix folder prefetch error message when adding an IMAP server
ad3fa34 - fix a bug restoring local session settings
3e8b00a - fix some layout issues with IMAP message parts and headers๐ * Libsodium support is not technically a "fix", but it is a well tested security enhancement, and if existing users of the master branch switch to the 1.0.0 release, they could run into compatibility issues if libsodium support is not included in the release.