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