]> git.wh0rd.org - tt-rss.git/blob - NEWS
no entries found -> no articles found
[tt-rss.git] / NEWS
1 v1.0.4 (Sep xx, 2005)
2
3 - "Starred items" virtual feed
4 - Experimental support for Gmail-like labels
5
6 v1.0.3.1 (Sep 07, 2005)
7
8 - Last minute bugfixes for 1.0.3
9
10 v1.0.3 (Sep 07, 2005)
11
12 - OPML export/import
13 - Support for simple content filtering (expression should be valid regexp,
14 checking is case insensitive)
15 - Reworked preferences dialog
16 - Added ability to mark posts as "starred". These posts are not expired
17 automatically.
18 - Rework interface using iframes, fixes a lot of scrolling issues.
19
20 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
21
22 Special thanks to Jamie McCarthy who basically shamed me into doing this.
23
24 Note: Database support could have suffered regressions from many changes
25 in the code. I need your bugreports and yes - this means YOU! :-)
26
27 v1.0.2 (Sep 02, 2005)
28
29 - Another bugfix release.
30
31 v1.0.1 (Aug 30, 2005)
32
33 - Bugfix release, several issues fixed.
34
35 v1.0 (Aug 27, 2005)
36
37 - Limited support for keyboard navigation
38 - Feed information editor
39 - Support for feed icons (favicon.ico fetched from site)
40 - Background feed updates
41 - Update detection based on content checksum (somewhat flaky)
42 - Automatically cleanup posts older then specified number of days
43 - More or less compatible with MSIE (tested on 5.0)
44
45 - Milestone 0.2 changed to 1.0
46
47 v0.1 (Aug 22, 2005)
48
49 - First public version, implemented most basic functionality