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