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