]> git.wh0rd.org - tt-rss.git/blob - NEWS
only set HIDE_READ_FEEDS cookie when logged on user is detected (closes #34)
[tt-rss.git] / NEWS
1 v1.1.2 (Jan 20, 2006)
2
3 * Support for feeds linked together
4 * Various SQL optimizations
5 * Integrated browser for registered feeds
6 * Interface fixes and cleanups
7
8 v1.1.1 (Dec 26, 2005)
9
10 * Various XML export/import fixes
11 * Add filter action on frontpage
12 * Optional login via SSL
13 * Adaptive view mode
14 * Combined feed display
15 * Collapsable categories in feedlist
16 * HTTP Basic authentication support for reading protected feeds
17 * Various MSIE compatibility fixes/workarounds
18
19 v1.1.p2 (Dec 07, 2005)
20
21 * Fix schema_version handling in xml-import.php
22
23 v1.1.p1 (Dec 07, 2005)
24
25 * Fix session handling in xml-import.php
26
27 v1.1 (Dec 07, 2005)
28
29 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
30
31 * Multi-user support (yay!)
32 * Per-feed purge preferences (0 means default, negative numbers disable purging)
33 * Reworked compact stylesheet support
34 * Interactive user preferences editor
35 * Per-feed content filters
36 * Support for user stylesheets
37 * Feed categories
38 * "Mark as read" for tags
39 * Test button in label editor
40 * Show number of unread articles in title
41
42 v1.0.7 (Nov 14, 2005)
43
44 - Implemented catchup (e.g. mark as read) for labels and Starred feed
45 - Several new view modes and interface tweaks
46 - Label editor now has popup help
47 - Reworked preferences editor once again
48 - Several bugfixes for issues reported since 1.0.6
49
50 v1.0.6 (Oct 13, 2005)
51
52 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
53 mysql schema bug.
54
55 v1.0.5.1 (Sep 24, 2005)
56
57 - Fixes MySQL schema bug of 1.0.5.
58
59 v1.0.5 (Sep 23, 2005)
60
61 - Fixes several issues reported since 1.0.4.
62
63 v1.0.4 (Sep 12, 2005)
64
65 - "Starred items" virtual feed
66 - Experimental support for Gmail-like labels
67 - Basic support for Technorati-style tags
68
69 v1.0.3.1 (Sep 07, 2005)
70
71 - Last minute bugfixes for 1.0.3
72
73 v1.0.3 (Sep 07, 2005)
74
75 - OPML export/import
76 - Support for simple content filtering (expression should be valid regexp,
77 checking is case insensitive)
78 - Reworked preferences dialog
79 - Added ability to mark posts as "starred". These posts are not expired
80 automatically.
81 - Rework interface using iframes, fixes a lot of scrolling issues.
82
83 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
84
85 Special thanks to Jamie McCarthy who basically shamed me into doing this.
86
87 Note: Database support could have suffered regressions from many changes
88 in the code. I need your bugreports and yes - this means YOU! :-)
89
90 v1.0.2 (Sep 02, 2005)
91
92 - Another bugfix release.
93
94 v1.0.1 (Aug 30, 2005)
95
96 - Bugfix release, several issues fixed.
97
98 v1.0 (Aug 27, 2005)
99
100 - Limited support for keyboard navigation
101 - Feed information editor
102 - Support for feed icons (favicon.ico fetched from site)
103 - Background feed updates
104 - Update detection based on content checksum (somewhat flaky)
105 - Automatically cleanup posts older then specified number of days
106 - More or less compatible with MSIE (tested on 5.0)
107
108 - Milestone 0.2 changed to 1.0
109
110 v0.1 (Aug 22, 2005)
111
112 - First public version, implemented most basic functionality