summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 14:23:11 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 14:23:11 +0100
commit3d3dc81e0fd382112a98e895559980836970bf80 (patch)
treea9227780b6d006a1fcf845e8fef62f12df68e738 /CHANGELOG
parent39d2a26cf0cbdf9238ba7a43c812225565f094b1 (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG35
1 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a556fcc13..1543847df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,42 @@
# Journal des modifications
-##
+## 2014-10-31 FreshRSS 0.9.2 (beta)
+* UI
+ * New subscription page (introduce .box items)
+ * Change feed category by drag and drop
+ * New feed aside on the main page
+ * New configuration / administration organization
* Configuration
* New options in config.php for cache duration, timeout, max inactivity, max number of feeds and categories per user.
+* Refactoring
+ * Refactor authentication system (introduce FreshRSS_Auth model)
+ * Refactor indexController (introduce FreshRSS_Context model)
+ * Use ```_t()```, ```_i()```, ```_url()```, ```Minz_Request::good()``` and ```Minz_Request::bad()``` as much as possible
+ * Refactor javascript_vars.phtml
+ * Better coding style
+* I18n
+ * Introduce a new system for i18n keys (not finished yet)
+* Misc.
+ * Fix global view (didn't work anymore)
+ * Add do_post_update for update system
+ * Introduce ```checkInstallAction``` to test if FreshRSS installation is ok
+
+
+
+## 2014-10-09 FreshRSS 0.8.1 / 0.9.1 (beta)
+
+* UI
+ * Add a space after tag icon
+* Statistics
+ * Add an average per day on the 30 day period graph
+ * Add percent of total on top 10 feed
+* Bug fixes
+ * Fix "mark as read" in global view
+ * Fix "read all" shortcut
+ * Fix categories not appearing when adding a new feed (GET action)
+ * Fix enclosure problem
+ * Fix getExtension() on PHP < 5.3.7
## 2014-09-26 FreshRSS 0.8.0 / 0.9.0 (beta)