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