]> git.wh0rd.org - tt-rss.git/blob - NEWS
support for generated feeds based on searches
[tt-rss.git] / NEWS
1 v1.2.2 (Aug xx, 2006)
2
3 * Bugfixes
4 * Support for HTTP Digest authentication (via included Snoopy class)
5 * Support for generation of aggregated feeds
6
7 v1.2.1 (Jul 17, 2006)
8
9 * Bugfixes
10
11 v1.2.0 (Jun 20, 2006)
12
13 * XML-RPC Interface (using XML-RPC for PHP, from http://phpxmlrpc.sourceforge.net/)
14 * Basic support for themes
15 * New default interface theme
16 * New filter action: set starred
17 * Various usability improvements
18
19 v1.1.6 (May 02, 2006)
20
21 * Bugfixes
22
23 v1.1.5 (Mar 31, 2006)
24
25 * Enhanced support for RTL written languages
26 * Lightweight version, optimized for mobile devices
27 * Improved fatal error handling
28 * Various interface cleanups
29
30 v1.1.4 (Mar 20, 2006)
31
32 * Support for Opera 9 (tested on TP2)
33 * Search and browse feeds by category
34 * Support for database-backed sessions
35
36 v1.1.3 (Feb 17, 2006)
37
38 * Broken feed editor fixed
39 * Compatibility layer for mb_* functions
40 * Server-side update daemon
41
42 v1.1.2 (Jan 20, 2006)
43
44 * Support for feeds linked together
45 * Various SQL optimizations
46 * Integrated browser for registered feeds
47 * Interface fixes and cleanups
48
49 v1.1.1 (Dec 26, 2005)
50
51 * Various XML export/import fixes
52 * Add filter action on frontpage
53 * Optional login via SSL
54 * Adaptive view mode
55 * Combined feed display
56 * Collapsable categories in feedlist
57 * HTTP Basic authentication support for reading protected feeds
58 * Various MSIE compatibility fixes/workarounds
59
60 v1.1.p2 (Dec 07, 2005)
61
62 * Fix schema_version handling in xml-import.php
63
64 v1.1.p1 (Dec 07, 2005)
65
66 * Fix session handling in xml-import.php
67
68 v1.1 (Dec 07, 2005)
69
70 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
71
72 * Multi-user support (yay!)
73 * Per-feed purge preferences (0 means default, negative numbers disable purging)
74 * Reworked compact stylesheet support
75 * Interactive user preferences editor
76 * Per-feed content filters
77 * Support for user stylesheets
78 * Feed categories
79 * "Mark as read" for tags
80 * Test button in label editor
81 * Show number of unread articles in title
82
83 v1.0.7 (Nov 14, 2005)
84
85 - Implemented catchup (e.g. mark as read) for labels and Starred feed
86 - Several new view modes and interface tweaks
87 - Label editor now has popup help
88 - Reworked preferences editor once again
89 - Several bugfixes for issues reported since 1.0.6
90
91 v1.0.6 (Oct 13, 2005)
92
93 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
94 mysql schema bug.
95
96 v1.0.5.1 (Sep 24, 2005)
97
98 - Fixes MySQL schema bug of 1.0.5.
99
100 v1.0.5 (Sep 23, 2005)
101
102 - Fixes several issues reported since 1.0.4.
103
104 v1.0.4 (Sep 12, 2005)
105
106 - "Starred items" virtual feed
107 - Experimental support for Gmail-like labels
108 - Basic support for Technorati-style tags
109
110 v1.0.3.1 (Sep 07, 2005)
111
112 - Last minute bugfixes for 1.0.3
113
114 v1.0.3 (Sep 07, 2005)
115
116 - OPML export/import
117 - Support for simple content filtering (expression should be valid regexp,
118 checking is case insensitive)
119 - Reworked preferences dialog
120 - Added ability to mark posts as "starred". These posts are not expired
121 automatically.
122 - Rework interface using iframes, fixes a lot of scrolling issues.
123
124 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
125
126 Special thanks to Jamie McCarthy who basically shamed me into doing this.
127
128 Note: Database support could have suffered regressions from many changes
129 in the code. I need your bugreports and yes - this means YOU! :-)
130
131 v1.0.2 (Sep 02, 2005)
132
133 - Another bugfix release.
134
135 v1.0.1 (Aug 30, 2005)
136
137 - Bugfix release, several issues fixed.
138
139 v1.0 (Aug 27, 2005)
140
141 - Limited support for keyboard navigation
142 - Feed information editor
143 - Support for feed icons (favicon.ico fetched from site)
144 - Background feed updates
145 - Update detection based on content checksum (somewhat flaky)
146 - Automatically cleanup posts older then specified number of days
147 - More or less compatible with MSIE (tested on 5.0)
148
149 - Milestone 0.2 changed to 1.0
150
151 v0.1 (Aug 22, 2005)
152
153 - First public version, implemented most basic functionality
154
155 vim:ft=changelog