Skip to content

Releases: cypht-org/cypht

Stable release 1.0.0

11 May 18:36
Compare
Choose a tag to compare

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.

Eighth release candidate for 1.0.0

10 May 21:50
Compare
Choose a tag to compare
Pre-release

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

Seventh release candidate for 1.0.0

18 Apr 14:36
Compare
Choose a tag to compare
Pre-release

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)

Sixth release candidate for 1.0.0

11 Apr 18:20
Compare
Choose a tag to compare
Pre-release

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.

Fifth release candidate for 1.0.0

06 Apr 05:21
Compare
Choose a tag to compare
Pre-release

This is the fifth, and hopefully the last candidate for the 1.0.0 release. It contains the following changes since the RC4 candidate:

1d708f2 - always put the inbox at the top of a sorted folder list
46949d7 - update themes to use svgs instead of pngs
5adde42 - fix problem with expanding non-ascii folder names in imap
0f9fb18 - fix potential js warning
05aad35 - layout fixes for imap message parts + inline message view
e428a97 - better reply to address handling
4e0c049 - fix for To/From formatting in IMAP message lists

Fourth release candidate for 1.0.0

03 Apr 04:37
Compare
Choose a tag to compare
Pre-release

This is the fourth release candidate for the first 1.0.0 version of Cypht. It contains the following changes since the last release candidate:

1693051 fix for downloading attachments properly (remove incorrect length header)
375f4b6 hm3.sample.ini: fix ldap_base_dn to ldap_auth_base_dn
a10354e don't show the "test" button on servers until after they are saved
3a155ea don't crop inline message views
dbd29cb theme tweak
74dac68 another mobile theme css tweak
8a59c96 clean up some themes on mobile

Third release candidate for 1.0.0

17 Mar 20:14
Compare
Choose a tag to compare
Pre-release

RC2 had a left over debug that broke sending (doh!). This release fixes that and includes the following commits:

577bbae version bump
42c7b0c remove stupid left over debug that breaks sending

Second release candidate for 1.0.0

17 Mar 18:22
Compare
Choose a tag to compare
Pre-release

The following changes have been applied since the first release candidate:

914d6b4 version bump
e9f1fdf work around for what appears to be a gmail imap bug with folder lists
c0c49ae Remove all click listeners before adding
e2dfcdf fix a bug saving replies to the sent folder
18895ca repopulate the compose form on a sending error
c4c7f66 remove unneeded files for release branch

Initial release candidate for 1.0.0

02 Mar 20:29
Compare
Choose a tag to compare
Pre-release

This is the first release candidate for the 1.0.0 version of Cypht. Information about this software can be found at cypht.org.