]> git.wh0rd.org - tt-rss.git/blob - NEWS
close db link in opml import workaround (2)
[tt-rss.git] / NEWS
1 v1.0.3 (Sep 07, 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 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
12
13 Special thanks to Jamie McCarthy who basically shamed me into doing this.
14
15 Note: Database support could have suffered regressions from many changes
16 in the code. I need your bugreports and yes - this means YOU! :-)
17
18 v1.0.2 (Sep 02, 2005)
19
20 - Another bugfix release.
21
22 v1.0.1 (Aug 30, 2005)
23
24 - Bugfix release, several issues fixed.
25
26 v1.0 (Aug 27, 2005)
27
28 - Limited support for keyboard navigation
29 - Feed information editor
30 - Support for feed icons (favicon.ico fetched from site)
31 - Background feed updates
32 - Update detection based on content checksum (somewhat flaky)
33 - Automatically cleanup posts older then specified number of days
34 - More or less compatible with MSIE (tested on 5.0)
35
36 - Milestone 0.2 changed to 1.0
37
38 v0.1 (Aug 22, 2005)
39
40 - First public version, implemented most basic functionality