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