Cypht Versions Save

Cypht: Lightweight Open Source webmail written in PHP and JavaScript

v1.4.2

2 weeks ago

What's Changed

Full Changelog: https://github.com/cypht-org/cypht/compare/v1.4.1...v1.4.2

v2.0.0

2 weeks ago

168 changes from 22 contributors (of which 14 are new contributors). 337 files were affected.

This has tons of new features, but is a buggy release. If you need stability, stay with Cypht 1.4.x for now. All the details here: https://github.com/cypht-org/cypht/issues/879#issuecomment-2084098307

Main changes

List of changes

New Contributors

Full Changelog: https://github.com/cypht-org/cypht/compare/v1.4.1...v2.0.0

v1.4.1

6 months ago

What's Changed

Full Changelog: https://github.com/cypht-org/cypht/compare/v1.4.0...v1.4.1

v1.4.0

10 months ago

This is a release of Cypht containing all development work since the last release about 2 years ago. There have been over 450 code commits since 1.3.0 so this is a massive release full with new features, enhancements and fixes.

Minimum requirement is PHP 5.6

The list of the commits is accessible in the CHANGES file. Or you can access via github.com/cypht-org/cypht/commits/1.4.x

Going forward, we will produce more frequent releases (each 4 to 8 months). Also, each stable release will have its own development branch named after the version it represents. 1.4.x will accommodate hot-fixes until the next stable release happens.

v1.3.0

2 years ago

It has been 3 YEARS since we last offered a stable release and the list of changes is gigantic. The detailed commit list is here:

https://github.com/jasonmunro/cypht/blob/release-1.3.0/CHANGES

This release is stable, but not perfect. There are known issues documented at Github. It is however light years ahead of the last stable release and even with known issues far more stable and superior in just about every way.

Many thanks to everyone supporting the project in any way they can. Special thanks to the Tiki Wiki team for all the incredible help they have provided (https://tiki.org/). This will be the first of a more regular release schedule, at least more regular than every 3 years!

v1.3.0-rc3

2 years ago

One more hopefully last pre-release as we work our way to 1.3.0 final. Thanks to everyone helping to test and fix things, especially @henrique-borba and @kk6mrp on this set of updates. Changes since RC2 below:

f12db8b0 fix layout of "stay logged in" option on login form                              (2021-06-28) <Jason Munro>
20d9a7ea remove obsolete log tag                                                          (2021-06-28) <Jason Munro>
db132836 Updated and fixed sent folder not configured warning                             (2021-06-28) <Henrique Borba>
6a8b5301 fix links to newer online docs                                                   (2021-06-14) <Jason Munro>
cce56e80 honor redirect_urls even if not an HTTP POST                                     (2021-06-14) <Jason Munro>
54f204a9 correct redirection when 'First page after login' is set                         (2021-06-12) <Weston Miller>
edb043a8 add github unseen support to highlighting, clean up some duplicate code          (2021-06-11) <Jason Munro>
537e5d09 add support for seen/unseen feed highlighting                                    (2021-06-11) <Jason Munro>

This is the last RC candidate to include new features. We should be ready for the final release after a few days of testing.

v1.3.0-rc2

2 years ago

Another pre-release as we work our way to 1.3.0 final. Thanks to everyone helping to test and fix the remaining issues. Changes since RC1 below:

b62f8b78 remove draft saving debug                                                        (2021-06-11) <Jason Munro>
f4116582 more work on drafts - fix missing from address                                   (2021-06-10) <Jason Munro>
7cf9ec65 add debugging around saving drafts                                               (2021-06-10) <Jason Munro>
3052ef76 more work on drafts                                                              (2021-06-10) <Jason Munro>
591f824c remove angle brackets from resumed draft E-mail addresses                        (2021-06-09) <Jason Munro>
8c08d635 show rule color in list as background or text based on target                    (2021-06-09) <Jason Munro>
09346ffb couple fixes around new drafts                                                   (2021-06-09) <Jason Munro>
02ddf0d1 test update for css change when not logged in                                    (2021-06-08) <Jason Munro>
340d698c only output minimal css when not logged in                                       (2021-06-08) <Jason Munro>
e01a7ad5 fix unit tests after adding a new lang                                           (2021-06-08) <Jason Munro>
fcfa580a new Indonesian language thanks to gemelli and naomi16i                           (2021-06-08) <Jason Munro>
cb5843eb release notes + change log for 1.3.0                                             (2021-06-08) <Jason Munro>
1b66d3e7 IMAP support check for profile_status method                                     (2021-05-10) <Henrique Borba>

v1.3.0-rc1

2 years ago

We are soooo long overdue for a release! There are 561 commits to the master branch since we last put together a stable release which is a TON of fixes and new features. About a year ago I started a release process for 1.2.0 but abandoned it. Just to make sure we don't have any confusion with that I'm skipping ahead to version number 1.3.

The full list of changes can be found here: https://gist.github.com/jasonmunro/094e9b29deb1a04de3a84b8bb4a14b26

Many thanks to everyone supporting the project, your help is very much appreciated!

v1.1.0

5 years ago

I'm happy to announce the second stable release of the Cypht webmail program. You can read my snarky blog about what's new this time around here:

https://unencumberedbyfacts.com/2018/10/30/its-that-time-again-cypht-release-forthcoming/

And you can see the detailed list of commits since the 1.0.0 release here:

https://github.com/jasonmunro/cypht/blob/release-1.1.0/CHANGES

Many thanks to everyone who filed a bug report, offered a PR, sent me an E-mail, dropped by IRC, or showed any interest in the project - your support is greatly appreciated! Changes since RC4 are below.

c5b642573 - release notes update for 1.1.0 stable [Mon, 12 Nov 2018 21:58:48 -0600] 4fc24a477 - changelog update for the final release [Mon, 12 Nov 2018 21:25:47 -0600] b96cb6ed4 - dont' reduce opacity of image attachments issue #302 [Thu, 8 Nov 2018 16:26:02 -0600] f13821cf8 - better handling of server errors vs network errors from JS [Mon, 12 Nov 2018 17:57:05 -0600] 5bdd0263f - simplify some reply and from formatting logic for easier testing [Mon, 12 Nov 2018 17:56:39 -0600] 5cb819993 - selenium test update to make it easier to run locally and on travis [Mon, 12 Nov 2018 15:45:18 -0600] 447170d0d - i18n update for latests non-translated strings [Fri, 9 Nov 2018 16:37:51 -0600] c76788336 - small css tweak [skip ci] [Fri, 9 Nov 2018 11:30:02 -0600] 77237a364 - mobile layout fix for long rss feed from value [Wed, 7 Nov 2018 16:30:16 -0600] e77479f15 - release change log update [Wed, 7 Nov 2018 15:58:55 -0600] e59f4250f - updated unit test for core module set change [Wed, 7 Nov 2018 15:28:20 -0600] 3e0e3abc8 - testing some updates for better offline handling issue #298 [Wed, 7 Nov 2018 15:17:07 -0600]