소스 검색

CHANGELOG

Marien Fressinaud 11 년 전
부모
커밋
ab986b21b9
2개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      CHANGELOG
  2. 1 0
      data/.gitignore

+ 16 - 0
CHANGELOG

@@ -2,8 +2,24 @@
 
 ## 2014-09-xx FreshRSS 0.8.0
 
+* UI
+	* New interface for statistics
+	* Fix filter buttons
+	* Number of articles divided by 2 in reading view
+	* Redesign of bigMarkAsRead
 * Features
 	* New automatic update system
+	* New reset auth system
+* Security
+	* "Mark as read" requires POST requests for several articles
+	* Test HTTP REFERER in install.php
+* Configuration
+	* New "Show all articles" / "Show only unread" / "Adjust viewing" option
+	* New notification timeout option
+* Misc.
+	* Improve coding style + comments
+	* Fix SQLite bug "ON DELETE CASCADE"
+	* Improve performance when importing articles
 
 
 ## 2014-08-24 FreshRSS 0.7.4

+ 1 - 0
data/.gitignore

@@ -7,3 +7,4 @@ no-cache.txt
 *.bak.php
 *.lock.txt
 last_update.txt
+update.php