aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-29 14:47:54 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-29 14:47:54 +0100
commite91b72b63cd11ae3c4f59e48439e93955242c673 (patch)
tree5e93761f497fea0e875bc17caf29043d8d7900db
parent01a1179b1ae0ee92234a0ef0a67c3e5d6d0b3c7e (diff)
Update changelog
-rw-r--r--CHANGELOG28
1 files changed, 26 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2eca6fef3..b389f184b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,29 @@
-# Journal des modifications
+# Changelog
+
+## 2015-01-31 FreshRSS 1.0.0 / 1.1.0 (beta)
+
+* UI
+ * Slider math with Dark theme
+ * Add a message if request failed for mark as read / favourite
+* I18n
+ * Fix some sentences
+ * Add German as a supported language
+ * Add some indications on password format
+* Bug fixing
+ * Some shortcuts was never saved
+ * Global view didn't work if set by default
+ * Minz_Error was badly raised
+ * Feed update failed if nothing had changed (MySQL only)
+ * CRON task failed with multiple users
+ * Tricky bug caused by cookie path
+ * Email sharing was badly supported (no urlencode())
+* Misc.
+ * Add a CREDIT file with contributor names
+ * Update lib_opml
+ * Default favicon is now served by HTTP code 200
+ * Change calls to syslog by Minz_Log::notice
+ * HTTP credentials are no longer logged
+
## 2015-01-15 FreshRSS 0.9.4 (beta)
@@ -61,7 +86,6 @@
* Introduce ```checkInstallAction``` to test if FreshRSS installation is ok
-
## 2014-10-09 FreshRSS 0.8.1 / 0.9.1 (beta)
* UI