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