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