From 4989302447b23d76429ad98d93900e3e1350bb06 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 8 Sep 2014 20:19:40 +0200 Subject: Add last_update.txt in .gitignore See https://github.com/marienfressinaud/FreshRSS/issues/411 --- data/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/.gitignore b/data/.gitignore index afb16d9aa..b1cc0121a 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -6,3 +6,4 @@ touch.txt no-cache.txt *.bak.php *.lock.txt +last_update.txt -- cgit v1.2.3 From ab986b21b9c5d733321619f247ab172ec5d60f3f Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 25 Sep 2014 11:57:05 +0200 Subject: CHANGELOG --- CHANGELOG | 16 ++++++++++++++++ data/.gitignore | 1 + 2 files changed, 17 insertions(+) (limited to 'data') diff --git a/CHANGELOG b/CHANGELOG index 5f7d79e7e..d7de86d9b 100644 --- a/CHANGELOG +++ b/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 diff --git a/data/.gitignore b/data/.gitignore index b1cc0121a..325fa75c6 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -7,3 +7,4 @@ no-cache.txt *.bak.php *.lock.txt last_update.txt +update.php -- cgit v1.2.3