Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2014-12-07 18:26:17 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2014-12-07 18:26:17 +0300
commit608e6605432c49fbd1bd126d10fa09b99d8b710d (patch)
treedb5b2d2ff57d05898d40d59d2473e1cce87daae4 /CHANGELOG.md
parent1c3163c8b3b297eef8f544eba3d016578792a378 (diff)
Upload new nighly build
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3d074b4..695329e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,15 @@
## Sieve 0.2.3 - ([in Progress](https://github.com/thsmi/sieve/issues?milestone=2&state=open))
Development builds can be found in the [Downloads section](https://github.com/thsmi/sieve/blob/master/nightly/README.md).
-* [Fixed] [Quoted Strings ignored escape characters](https://github.com/thsmi/sieve/issues/8)
-* [Fixed] "Empty string passed to getElementById()" Warning
+* [FIXED] [Quoted Strings ignored escape characters](https://github.com/thsmi/sieve/issues/8)
+* [FIXED] "Empty string passed to getElementById()" Warning
* [UPDATED] Move to [CodeMirror v3.x](http://codemirror.net/)
-* [Fixed] AccountManager broken [because Mozilla changed nsISupportsArray's Interfaces](https://bugzilla.mozilla.org/show_bug.cgi?id=820377)
-* [Fixed] Autoconfig failed randomly with centos servers
-* [Fixed] [Thunderbirds default proxy configuration wasn't respected](https://github.com/thsmi/sieve/issues/15)
+* [FIXED] AccountManager broken [because Mozilla changed nsISupportsArray's Interfaces](https://bugzilla.mozilla.org/show_bug.cgi?id=820377)
+* [FIXED] Autoconfig failed randomly with centos servers
+* [FIXED] [Thunderbirds default proxy configuration wasn't respected](https://github.com/thsmi/sieve/issues/15)
+* [NEW] Support RegEx Extension.
+* [FIXED] Use Object.create instead of __proto__
+* [UPDATE] Update to most recent JQuery
## Sieve 0.2.2 - (22.09.2012)
* [NEW] Syntax highlight in text editor. It is based on [CodeMirror](http://www.codemirror.net)