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