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