]> git.wh0rd.org - tt-rss.git/blob - NEWS
initial mysql schema, db abstraction layer
[tt-rss.git] / NEWS
1 v1.0.3 (Sep xx, 2005)
2
3 - OPML export/import
4 - Support for simple content filtering (expression should be valid regexp,
5 checking is case insensitive)
6 - Reworked preferences dialog
7 - Added ability to mark posts as "starred". These posts are not expired
8 automatically.
9 - Rework interface using iframes, fixes a lot of scrolling issues.
10
11 v1.0.2 (Sep 02, 2005)
12
13 - Another bugfix release.
14
15 v1.0.1 (Aug 30, 2005)
16
17 - Bugfix release, several issues fixed.
18
19 v1.0 (Aug 27, 2005)
20
21 - Limited support for keyboard navigation
22 - Feed information editor
23 - Support for feed icons (favicon.ico fetched from site)
24 - Background feed updates
25 - Update detection based on content checksum (somewhat flaky)
26 - Automatically cleanup posts older then specified number of days
27 - More or less compatible with MSIE (tested on 5.0)
28
29 - Milestone 0.2 changed to 1.0
30
31 v0.1 (Aug 22, 2005)
32
33 - First public version, implemented most basic functionality