Parcourir la source

Update changelog

Marien Fressinaud il y a 11 ans
Parent
commit
e91b72b63c
1 fichiers modifiés avec 26 ajouts et 2 suppressions
  1. 26 2
      CHANGELOG

+ 26 - 2
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